v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

Get Generic Deployment

get/v1/accounts/{account_id}/genericDeployments/{generic_deployment_id}

Path parameters

account_idstring required

The Account Id

generic_deployment_idstring required

The Generic Deployment Id

Query parameters

readMaskstring

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

A successful response.

namestring
releaseValuesobject required
createTimestring date-time

The creation time of the generic deployment.

updateTimestring date-time

The update time for the generic deployment.

genericDeploymentTypestring required
state'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'FAILED' | 'UPDATING' | 'DELETING' | 'DELETED'
  • CREATING: The deployment is still being created.
  • READY: The deployment is ready to be used.
  • FAILED: The deployment failed to be created.
  • UPDATING: There are in-progress updates happening with the deployment.
  • DELETING: The deployment is being deleted
  • DELETED: The deployment has been deleted.