Create a deployment
POST/api/management/v2/deployments/deployments
This endpoint requires a Enterprise plan subscription.
Deploy software to devices matching the given filter.
The artifact is auto assigned to the device from all available artifacts based on artifact name and device type.
Devices for which there are no compatible artifacts to be installed are considered finished successfully as well as receive the status of noartifact.
If there are no artifacts for the deployment, the deployment will not be created and the 422 Unprocessable Entity status code will be returned.
Dynamic deployments feature is available only to Enterprise users.
Request
Responses
- 201
- 400
- 409
- 422
- 500
New deployment created.
Response Headers
URL of the newly created deployment.
Invalid Request.
An active deployment with the same parameters already exists.
Unprocessable Entity.
Internal Server Error.