Create a Blueprint Instance (Deploy New)
POST/deployments/instances
Create a new blueprint deployment instance. This will start the deployment process for the provided blueprint document and change set. It will return a blueprint instance resource containing an ID that can be used to stream deployment events as they occur.
Request
Responses
- 202
- 400
- 401
- 422
- default
Blueprint instance has been created and deployment process will start soon.
Bad request
Unauthorized
Uprocessable entity (input or source blueprint validation failed)
Unexpected error