v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Gets details of a specific deployment with a given deployment identifier.

get/applications/{applicationId}/deployments/{deploymentId}

Path parameters

applicationIdstring required

The unique identifier of the application.

deploymentIdstring required

The unique identifier for the deployment.

Response

Success

applicationIdstring required

The unique identifier of the application.

applicationVersioninteger required

The application version.

creationTimestring date-time required

The timestamp when the deployment was created.

deploymentIdstring required

The unique identifier of the deployment.

environmentIdstring required

The unique identifier of the runtime environment.

status'Deploying' | 'Succeeded' | 'Failed' | 'Updating Deployment' required

The status of the deployment.

statusReasonstring

The reason for the reported status.