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 v1/providers/launchpad/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPEC_VERSION ?= v2.39.5
SPEC_VERSION ?= v2.40.9
SPEC_FILE ?= swagger-${SPEC_VERSION}.yaml
SPEC_FILE_FINAL ?= swagger-${SPEC_VERSION}.final.yaml
OUTPUT_DIR ?= launchpad
Expand Down
21 changes: 17 additions & 4 deletions v1/providers/launchpad/gen/launchpad/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ api_catalog_gpu_os_choices.go
api_catalog_instance_types.go
api_catalog_persona_choices.go
api_catalog_runtimes.go
api_catalog_vgpu_profile_choices.go
api_health.go
api_identity_profile.go
api_inventory_clusters.go
Expand All @@ -33,22 +34,26 @@ docs/CatalogGpuOsChoicesAPI.md
docs/CatalogInstanceTypesAPI.md
docs/CatalogPersonaChoicesAPI.md
docs/CatalogRuntimesAPI.md
docs/CatalogVgpuProfileChoicesAPI.md
docs/CategoryEnum.md
docs/Cluster.md
docs/ClusterBulkUpdate.md
docs/ClusterDeployment.md
docs/ClusterGpusInner.md
docs/ClusterInstancesInner.md
docs/ClusterNodesInner.md
docs/ClusterPipeline.md
docs/ClusterPipelineCluster.md
docs/ClusterPipelineTrigger.md
docs/ClusterProvisionCreateResponse.md
docs/CpuManufacturerEnum.md
docs/Deployment.md
docs/DeploymentBulkUpdate.md
docs/DeploymentCluster.md
docs/DeploymentInstance.md
docs/DeploymentKey.md
docs/DeploymentNote.md
docs/DeploymentPipeline.md
docs/DeploymentPipelineTrigger.md
docs/DeploymentService.md
docs/DeploymentState.md
docs/DeploymentTask.md
Expand Down Expand Up @@ -100,6 +105,7 @@ docs/OEM.md
docs/OnDemandSpeedEnum.md
docs/Overrides.md
docs/PaginatedClusterList.md
docs/PaginatedClusterPipelineList.md
docs/PaginatedDeploymentInstanceList.md
docs/PaginatedDeploymentKeyList.md
docs/PaginatedDeploymentList.md
Expand All @@ -120,6 +126,7 @@ docs/PaginatedOEMList.md
docs/PaginatedPersonaChoiceList.md
docs/PaginatedProviderList.md
docs/PaginatedRuntimeList.md
docs/PaginatedVGpuProfileChoiceList.md
docs/PasswordChange.md
docs/PersonaChoice.md
docs/PipelineAction.md
Expand All @@ -137,9 +144,9 @@ docs/StatusEnum.md
docs/SystemArchEnum.md
docs/Tenant.md
docs/TypeEnum.md
docs/VGpuProfileChoice.md
docs/VersionAPI.md
docs/VersionRetrieve200Response.md
docs/VgpuProfileEnum.md
git_push.sh
go.mod
go.sum
Expand All @@ -154,15 +161,18 @@ model_cluster_deployment.go
model_cluster_gpus_inner.go
model_cluster_instances_inner.go
model_cluster_nodes_inner.go
model_cluster_pipeline.go
model_cluster_pipeline_cluster.go
model_cluster_pipeline_trigger.go
model_cluster_provision_create_response.go
model_cpu_manufacturer_enum.go
model_deployment.go
model_deployment_bulk_update.go
model_deployment_cluster.go
model_deployment_instance.go
model_deployment_key.go
model_deployment_note.go
model_deployment_pipeline.go
model_deployment_pipeline_trigger.go
model_deployment_service.go
model_deployment_state.go
model_deployment_task.go
Expand Down Expand Up @@ -205,6 +215,7 @@ model_oem.go
model_on_demand_speed_enum.go
model_overrides.go
model_paginated_cluster_list.go
model_paginated_cluster_pipeline_list.go
model_paginated_deployment_instance_list.go
model_paginated_deployment_key_list.go
model_paginated_deployment_list.go
Expand All @@ -225,6 +236,7 @@ model_paginated_oem_list.go
model_paginated_persona_choice_list.go
model_paginated_provider_list.go
model_paginated_runtime_list.go
model_paginated_v_gpu_profile_choice_list.go
model_password_change.go
model_persona_choice.go
model_pipeline_action.go
Expand All @@ -242,8 +254,8 @@ model_status_enum.go
model_system_arch_enum.go
model_tenant.go
model_type_enum.go
model_v_gpu_profile_choice.go
model_version_retrieve_200_response.go
model_vgpu_profile_enum.go
response.go
test/api_auth_test.go
test/api_catalog_deployments_test.go
Expand All @@ -252,6 +264,7 @@ test/api_catalog_gpu_os_choices_test.go
test/api_catalog_instance_types_test.go
test/api_catalog_persona_choices_test.go
test/api_catalog_runtimes_test.go
test/api_catalog_vgpu_profile_choices_test.go
test/api_health_test.go
test/api_identity_profile_test.go
test/api_inventory_clusters_test.go
Expand Down
27 changes: 18 additions & 9 deletions v1/providers/launchpad/gen/launchpad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RESTful API for interacting with the NVIDIA LaunchPad platform
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2.39.5
- API version: 2.40.9
- Package version: 1.0.0
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down Expand Up @@ -97,6 +97,7 @@ Class | Method | HTTP request | Description
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsPartialUpdate**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentspartialupdate) | **Patch** /v1/catalog/deployments/{id}/ |
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsPipelinesCreate**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentspipelinescreate) | **Post** /v1/catalog/deployments/{deployment_id}/pipelines/ |
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsPipelinesList**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentspipelineslist) | **Get** /v1/catalog/deployments/{deployment_id}/pipelines/ |
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsPipelinesTriggerCreate**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentspipelinestriggercreate) | **Post** /v1/catalog/deployments/{id}/pipelines/trigger/ |
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsRetrieve**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentsretrieve) | **Get** /v1/catalog/deployments/{id}/ |
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsServicesCreate**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentsservicescreate) | **Post** /v1/catalog/deployments/{deployment_id}/services/ |
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsServicesList**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentsserviceslist) | **Get** /v1/catalog/deployments/{deployment_id}/services/ |
Expand All @@ -108,18 +109,18 @@ Class | Method | HTTP request | Description
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsTasksList**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentstaskslist) | **Get** /v1/catalog/deployments/{deployment_id}/tasks/ | 🚧 [Beta Feature]
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsTasksRetrieve**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentstasksretrieve) | **Get** /v1/catalog/deployments/{deployment_id}/tasks/{id}/ | 🚧 [Beta Feature]
*CatalogDeploymentsAPI* | [**V1CatalogDeploymentsUpdate**](docs/CatalogDeploymentsAPI.md#v1catalogdeploymentsupdate) | **Put** /v1/catalog/deployments/{id}/ |
*CatalogDeploymentsAPI* | [**V1CatalogExperiencesNotesCreate**](docs/CatalogDeploymentsAPI.md#v1catalogexperiencesnotescreate) | **Post** /v1/catalog/experiences/{experience_id}/notes/ |
*CatalogDeploymentsAPI* | [**V1CatalogExperiencesNotesDestroy**](docs/CatalogDeploymentsAPI.md#v1catalogexperiencesnotesdestroy) | **Delete** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogDeploymentsAPI* | [**V1CatalogExperiencesNotesList**](docs/CatalogDeploymentsAPI.md#v1catalogexperiencesnoteslist) | **Get** /v1/catalog/experiences/{experience_id}/notes/ |
*CatalogDeploymentsAPI* | [**V1CatalogExperiencesNotesPartialUpdate**](docs/CatalogDeploymentsAPI.md#v1catalogexperiencesnotespartialupdate) | **Patch** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogDeploymentsAPI* | [**V1CatalogExperiencesNotesRetrieve**](docs/CatalogDeploymentsAPI.md#v1catalogexperiencesnotesretrieve) | **Get** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogDeploymentsAPI* | [**V1CatalogExperiencesNotesUpdate**](docs/CatalogDeploymentsAPI.md#v1catalogexperiencesnotesupdate) | **Put** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesBulkCreate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesbulkcreate) | **Post** /v1/catalog/experiences/bulk/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesBulkPartialUpdate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesbulkpartialupdate) | **Patch** /v1/catalog/experiences/bulk/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesCreate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencescreate) | **Post** /v1/catalog/experiences/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesDestroy**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesdestroy) | **Delete** /v1/catalog/experiences/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesHistoryList**](docs/CatalogExperiencesAPI.md#v1catalogexperienceshistorylist) | **Get** /v1/catalog/experiences/{id}/history/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesList**](docs/CatalogExperiencesAPI.md#v1catalogexperienceslist) | **Get** /v1/catalog/experiences/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesNotesCreate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesnotescreate) | **Post** /v1/catalog/experiences/{experience_id}/notes/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesNotesDestroy**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesnotesdestroy) | **Delete** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesNotesList**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesnoteslist) | **Get** /v1/catalog/experiences/{experience_id}/notes/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesNotesPartialUpdate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesnotespartialupdate) | **Patch** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesNotesRetrieve**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesnotesretrieve) | **Get** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesNotesUpdate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesnotesupdate) | **Put** /v1/catalog/experiences/{experience_id}/notes/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesPartialUpdate**](docs/CatalogExperiencesAPI.md#v1catalogexperiencespartialupdate) | **Patch** /v1/catalog/experiences/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesRetrieve**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesretrieve) | **Get** /v1/catalog/experiences/{id}/ |
*CatalogExperiencesAPI* | [**V1CatalogExperiencesStatsRetrieve**](docs/CatalogExperiencesAPI.md#v1catalogexperiencesstatsretrieve) | **Get** /v1/catalog/experiences/stats/ | 🚧 [Beta Feature]
Expand All @@ -136,6 +137,8 @@ Class | Method | HTTP request | Description
*CatalogRuntimesAPI* | [**V1CatalogRuntimesPartialUpdate**](docs/CatalogRuntimesAPI.md#v1catalogruntimespartialupdate) | **Patch** /v1/catalog/runtimes/{id}/ |
*CatalogRuntimesAPI* | [**V1CatalogRuntimesRetrieve**](docs/CatalogRuntimesAPI.md#v1catalogruntimesretrieve) | **Get** /v1/catalog/runtimes/{id}/ |
*CatalogRuntimesAPI* | [**V1CatalogRuntimesUpdate**](docs/CatalogRuntimesAPI.md#v1catalogruntimesupdate) | **Put** /v1/catalog/runtimes/{id}/ |
*CatalogVgpuProfileChoicesAPI* | [**V1CatalogVgpuProfileChoicesCreate**](docs/CatalogVgpuProfileChoicesAPI.md#v1catalogvgpuprofilechoicescreate) | **Post** /v1/catalog/vgpu-profile-choices/ |
*CatalogVgpuProfileChoicesAPI* | [**V1CatalogVgpuProfileChoicesList**](docs/CatalogVgpuProfileChoicesAPI.md#v1catalogvgpuprofilechoiceslist) | **Get** /v1/catalog/vgpu-profile-choices/ |
*HealthAPI* | [**HealthRetrieve**](docs/HealthAPI.md#healthretrieve) | **Get** /health/ |
*IdentityProfileAPI* | [**V1IdentityProfilePartialUpdate**](docs/IdentityProfileAPI.md#v1identityprofilepartialupdate) | **Patch** /v1/identity/profile/ |
*IdentityProfileAPI* | [**V1IdentityProfileRetrieve**](docs/IdentityProfileAPI.md#v1identityprofileretrieve) | **Get** /v1/identity/profile/ |
Expand All @@ -145,6 +148,7 @@ Class | Method | HTTP request | Description
*InventoryClustersAPI* | [**V1InventoryClustersHistoryList**](docs/InventoryClustersAPI.md#v1inventoryclustershistorylist) | **Get** /v1/inventory/clusters/{id}/history/ |
*InventoryClustersAPI* | [**V1InventoryClustersList**](docs/InventoryClustersAPI.md#v1inventoryclusterslist) | **Get** /v1/inventory/clusters/ |
*InventoryClustersAPI* | [**V1InventoryClustersPartialUpdate**](docs/InventoryClustersAPI.md#v1inventoryclusterspartialupdate) | **Patch** /v1/inventory/clusters/{id}/ |
*InventoryClustersAPI* | [**V1InventoryClustersPipelinesList**](docs/InventoryClustersAPI.md#v1inventoryclusterspipelineslist) | **Get** /v1/inventory/clusters/{cluster_id}/pipelines/ |
*InventoryClustersAPI* | [**V1InventoryClustersPipelinesTriggerCreate**](docs/InventoryClustersAPI.md#v1inventoryclusterspipelinestriggercreate) | **Post** /v1/inventory/clusters/{id}/pipelines/trigger/ |
*InventoryClustersAPI* | [**V1InventoryClustersProvisionCreate**](docs/InventoryClustersAPI.md#v1inventoryclustersprovisioncreate) | **Post** /v1/inventory/clusters/provision/ |
*InventoryClustersAPI* | [**V1InventoryClustersProvisionDestroy**](docs/InventoryClustersAPI.md#v1inventoryclustersprovisiondestroy) | **Delete** /v1/inventory/clusters/{id}/provision/ |
Expand Down Expand Up @@ -219,15 +223,18 @@ Class | Method | HTTP request | Description
- [ClusterGpusInner](docs/ClusterGpusInner.md)
- [ClusterInstancesInner](docs/ClusterInstancesInner.md)
- [ClusterNodesInner](docs/ClusterNodesInner.md)
- [ClusterPipeline](docs/ClusterPipeline.md)
- [ClusterPipelineCluster](docs/ClusterPipelineCluster.md)
- [ClusterPipelineTrigger](docs/ClusterPipelineTrigger.md)
- [ClusterProvisionCreateResponse](docs/ClusterProvisionCreateResponse.md)
- [CpuManufacturerEnum](docs/CpuManufacturerEnum.md)
- [Deployment](docs/Deployment.md)
- [DeploymentBulkUpdate](docs/DeploymentBulkUpdate.md)
- [DeploymentCluster](docs/DeploymentCluster.md)
- [DeploymentInstance](docs/DeploymentInstance.md)
- [DeploymentKey](docs/DeploymentKey.md)
- [DeploymentNote](docs/DeploymentNote.md)
- [DeploymentPipeline](docs/DeploymentPipeline.md)
- [DeploymentPipelineTrigger](docs/DeploymentPipelineTrigger.md)
- [DeploymentService](docs/DeploymentService.md)
- [DeploymentState](docs/DeploymentState.md)
- [DeploymentTask](docs/DeploymentTask.md)
Expand Down Expand Up @@ -270,6 +277,7 @@ Class | Method | HTTP request | Description
- [OnDemandSpeedEnum](docs/OnDemandSpeedEnum.md)
- [Overrides](docs/Overrides.md)
- [PaginatedClusterList](docs/PaginatedClusterList.md)
- [PaginatedClusterPipelineList](docs/PaginatedClusterPipelineList.md)
- [PaginatedDeploymentInstanceList](docs/PaginatedDeploymentInstanceList.md)
- [PaginatedDeploymentKeyList](docs/PaginatedDeploymentKeyList.md)
- [PaginatedDeploymentList](docs/PaginatedDeploymentList.md)
Expand All @@ -290,6 +298,7 @@ Class | Method | HTTP request | Description
- [PaginatedPersonaChoiceList](docs/PaginatedPersonaChoiceList.md)
- [PaginatedProviderList](docs/PaginatedProviderList.md)
- [PaginatedRuntimeList](docs/PaginatedRuntimeList.md)
- [PaginatedVGpuProfileChoiceList](docs/PaginatedVGpuProfileChoiceList.md)
- [PasswordChange](docs/PasswordChange.md)
- [PersonaChoice](docs/PersonaChoice.md)
- [PipelineAction](docs/PipelineAction.md)
Expand All @@ -307,8 +316,8 @@ Class | Method | HTTP request | Description
- [SystemArchEnum](docs/SystemArchEnum.md)
- [Tenant](docs/Tenant.md)
- [TypeEnum](docs/TypeEnum.md)
- [VGpuProfileChoice](docs/VGpuProfileChoice.md)
- [VersionRetrieve200Response](docs/VersionRetrieve200Response.md)
- [VgpuProfileEnum](docs/VgpuProfileEnum.md)


## Documentation For Authorization
Expand Down
Loading
Loading