Get Current
Get the current deployment for the device.
Response
Successfully retrieved the current deployment.
Example response
{
"object": "deployment",
"id": "dpl_123",
"description": "Deployment for the motion control config instance",
"status": "staged",
"activity_status": "staged",
"error_status": "none",
"target_status": "staged",
"device_id": "dvc_123",
"release_id": "rls_123",
"created_at": "2024-01-01T00:00:00Z"
}Changes
Changed in 3 of the 5 revisions of this API.1212
- ●
added the new
removingenum value to theactivity_statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
removingenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed
BaseDeploymentfrom the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the required property
activity_statusto the response with the200statusresponse-required-property-added
- ○
added the required property
created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
descriptionto the response with the200statusresponse-required-property-added
- ○
added the required property
device_idto the response with the200statusresponse-required-property-added
- ○
added the required property
error_statusto the response with the200statusresponse-required-property-added
- ○
added the required property
idto the response with the200statusresponse-required-property-added
- ○
added the required property
objectto the response with the200statusresponse-required-property-added
- ○
added the required property
release_idto the response with the200statusresponse-required-property-added
- ○
added the required property
statusto the response with the200statusresponse-required-property-added
- ○
added the required property
target_statusto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
removed
subschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○