Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

1.2.0
1.2.1
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion helm/charts/carbide-rest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: carbide-rest
description: Umbrella chart for the Carbide REST API platform
type: application
version: 0.1.5
appVersion: "1.2.0"
appVersion: "1.2.1"
keywords:
- carbide
- forge
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
openapi: 3.1.0
info:
title: NCX Infra Controller REST API
version: 1.2.0
version: 1.2.1
summary: NCX Infra Controller REST API is the centralized RESTful gateway to access NCX Infra Controller service
description: 'NCX Infra Controller REST API allows users to create and manage resources e.g. VPC, Subnets, Instances across all connected NCX Infra Controller datacenters, also referred to as Sites.'
license:
Expand Down Expand Up @@ -876,7 +876,7 @@
patch:
summary: Update Site
operationId: update-site
responses:

Check warning on line 879 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

operation-4xx-response

Operation must have at least one `4XX` response.
'200':
description: OK
content:
Expand Down Expand Up @@ -922,7 +922,7 @@
delete:
summary: Delete Site
operationId: delete-site
responses:

Check warning on line 925 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

operation-4xx-response

Operation must have at least one `4XX` response.
'202':
description: Deletion request was accepted
tags:
Expand Down Expand Up @@ -1345,7 +1345,7 @@
delete:
summary: Delete Allocation
operationId: delete-allocation
responses:

Check warning on line 1348 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

operation-4xx-response

Operation must have at least one `4XX` response.
'202':
description: Accepted
description: |-
Expand All @@ -1359,7 +1359,7 @@
patch:
summary: Update Allocation
operationId: update-allocation
responses:

Check warning on line 1362 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

operation-4xx-response

Operation must have at least one `4XX` response.
'200':
description: OK
content:
Expand Down Expand Up @@ -1661,7 +1661,7 @@
delete:
summary: Delete Allocation Constraint
operationId: delete-allocation-constraint
responses:

Check warning on line 1664 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

operation-4xx-response

Operation must have at least one `4XX` response.
'202':
description: Accepted
description: |
Expand Down Expand Up @@ -6828,7 +6828,7 @@
description: ''
tags:
- Instance
'/v2/org/{org}/carbide/instance/{instanceId}/status-history':

Check warning on line 6831 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/carbide/instance/type/{instanceTypeId}` and `/v2/org/{org}/carbide/instance/{instanceId}/status-history`.
parameters:
- schema:
type: string
Expand Down Expand Up @@ -6890,7 +6890,7 @@
in: query
name: orderBy
description: Ordering for pagination query
'/v2/org/{org}/carbide/instance/{instanceId}/interface':

Check warning on line 6893 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/carbide/instance/type/{instanceTypeId}` and `/v2/org/{org}/carbide/instance/{instanceId}/interface`.
parameters:
- schema:
type: string
Expand Down Expand Up @@ -6997,7 +6997,7 @@
in: query
name: orderBy
description: Ordering for pagination query
'/v2/org/{org}/carbide/instance/{instanceId}/infiniband-interface':

Check warning on line 7000 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/carbide/instance/type/{instanceTypeId}` and `/v2/org/{org}/carbide/instance/{instanceId}/infiniband-interface`.
parameters:
- schema:
type: string
Expand Down Expand Up @@ -7104,7 +7104,7 @@
in: query
name: orderBy
description: Ordering for pagination query
'/v2/org/{org}/carbide/instance/{instanceId}/nvlink-interface':

Check warning on line 7107 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/carbide/instance/type/{instanceTypeId}` and `/v2/org/{org}/carbide/instance/{instanceId}/nvlink-interface`.
parameters:
- schema:
type: string
Expand Down Expand Up @@ -9791,7 +9791,7 @@
$ref: '#/components/responses/ForbiddenError'
tags:
- Rack
'/v2/org/{org}/carbide/rack/task/{id}':

Check warning on line 9794 in openapi/spec.yaml

View workflow job for this annotation

GitHub Actions / Lint and Test / Lint OpenAPI

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/carbide/rack/{id}/validation` and `/v2/org/{org}/carbide/rack/task/{id}`.
parameters:
- schema:
type: string
Expand Down
2 changes: 1 addition & 1 deletion sdk/standard/api_allocation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_audit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_dpu_extension_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_expected_machine.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_expected_power_shelf.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_expected_switch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_infini_band_partition.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_infrastructure_provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_instance.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_instance_type.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_ip_block.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_machine.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_network_security_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_nv_link_logical_partition.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_operating_system.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_rack.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_service_account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_site.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_sku.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_ssh_key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_ssh_key_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_subnet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_tenant.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_tenant_account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_tray.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_user.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_vpc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_vpc_peering.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/api_vpc_prefix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/standard/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/model_allocation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/model_allocation_constraint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/model_allocation_create_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/model_allocation_stats.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/model_allocation_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/standard/model_allocation_update_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading