Deployments
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
uuidstring · uuidRequired
Unique identifier of the cluster
Responses
200
Expected response to a valid request
application/json
401
Unauthorized
application/json
404
The specified resource was not found
application/json
default
unexpected error
application/json
get
/v1/k8s/clusters/{uuid}/deploymentsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
uuidstring · uuidRequired
Unique identifier of the cluster
deploymentIdstringRequired
the unique Id of the deployment (UUID)
Responses
200
A deployment
application/json
401
Unauthorized
application/json
404
The specified resource was not found
application/json
503
unexpected error
application/json
get
/v1/k8s/clusters/{uuid}/deployments/{deploymentId}Last updated