Retrieves information about a configuration deployment.
get/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}
Path parameters
ApplicationIdstring required
The ID of the application that includes the deployment you want to get.
EnvironmentIdstring required
The ID of the environment that includes the deployment you want to get.
DeploymentNumberinteger required
The sequence number of the deployment.
Response
Success
Example response
{
"DeploymentDurationInMinutes": 15,
"DeploymentNumber": 2,
"FinalBakeTimeInMinutes": 0,
"GrowthFactor": 25,
"PercentageComplete": 1
}