Skip to main content
Version: 4.1

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

New deployment created.

Response Headers
    Location

    URL of the newly created deployment.