Create a deployment
POST/api/management/v1/deployments/deployments
Deploy software to specified devices. 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 status of noartifact.
If there is no artifacts for the deployment, deployment will not be created
and the 422 Unprocessable Entity status code will be returned.
Request
Responses
- 201
- 400
- 401
- 409
- 422
- 500
New deployment created.
Response Headers
Location
URL of the newly created deployment.
Invalid Request.
Unauthorized.
An active deployment with the same parameters already exists.
Unprocessable Entity.
Internal Server Error.