Create a configuration deployment
POST/api/internal/v1/deployments/tenants/:tenant_id/configuration/deployments/:deployment_id/devices/:device_id
Deploy configuration to a specified device. The artifact will be auto-generated based on the configuration object provided with the deployment constructor.
Request
Responses
- 201
- 400
- 409
- 500
New configuration deployment created.
Response Headers
Location
URL of the newly created deployment.
Invalid Request.
Conflict.
Internal Server Error.