Deployments Create
POST {{baseUrl}}/deployments/
Creates a deployment to a target environment. An optional list of applications to include in the deployment can be specified. The input is a subset of deployment object.
Request Body
{"Notes"=>"", "SourceEnvironmentKey"=>"", "TargetEnvironmentKey"=>"", "ApplicationOperations"=>[{"ApplicationVersionKey"=>"", "DeploymentZoneKey"=>""}, {"ApplicationVersionKey"=>"", "DeploymentZoneKey"=>""}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""