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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

""