Deployments Get
GET {{baseUrl}}/deployments/:DeploymentKey/
Returns the details of a given deployment. The returned information contains the included applications and the possible conflicts that can arise from the deployment of the current applications.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"Deployment":{"Key":"","SourceEnvironmentKey":"","TargetEnvironmentKey":"","Notes":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","SavedOn":"2014-12-31T23:59:59.938Z","SavedBy":"","SavedByUsername":"","StartedOn":"2014-12-31T23:59:59.938Z","StartedBy":"","StartedByUsername":"","AbortedOn":"2014-12-31T23:59:59.938Z","AbortedBy":"","AbortedByUsername":"","ApplicationOperations":[{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":"","DeploymentZoneKey":""},{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":"","DeploymentZoneKey":""}]},"ApplicationsToRedeploy":["",""],"ApplicationConflicts":[{"Message":"","ProducerApplicationOperation":{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":""},"ConsumerApplicationOperation":{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":""},"ModuleConflict":{"ProducerModuleKey":"","ConsumerModuleKey":"","TotalRequiredElements":0,"ConflictType":""}},{"Message":"","ProducerApplicationOperation":{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":""},"ConsumerApplicationOperation":{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":""},"ModuleConflict":{"ProducerModuleKey":"","ConsumerModuleKey":"","TotalRequiredElements":0,"ConflictType":""}}],"ModulesToDelete":[{"Key":"","Name":"","Description":""},{"Key":"","Name":"","Description":""}]}