Get Deployment options

Get the options available for configuring a Deployment.

Path parameters

organizationIdstringRequired
The ID of the Organization to retrieve Deployment options for.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

deploymentIdstringOptional
The ID of a Deployment to retrieve options for.
deploymentTypeenumOptional
The runtime type of the deployment.
Allowed values:
executorenumOptional
The executor of the deployment.
Allowed values:
cloudProviderenumOptional
The cloud provider of the cluster for the deployment.
Allowed values:

Response

OK
executorslist of strings
The available executors.
resourceQuotasobject
runtimeReleaseslist of objects
The available Astro Runtime versions.
schedulerMachineslist of objects
The available scheduler sizes.
workerMachineslist of objects
The available worker machine types.
workerQueuesobject
workloadIdentityOptionslist of objects or null
The available workload identity options.

Errors