Deployments
Drifts
List the deployments which have been deployed since this deployment was staged.
get/deployments/{deployment_id}/drifts
Path parameters
deployment_idstring required
Example:dpl_123
The unique identifier of the deployment.
Query parameters
expandDeploymentExpansion[]
Fields to expand on the deployment resource.
[ "device" ]
Response
Successfully retrieved the deployment drifts.
Example response
{
"object": "list",
"data": [
{
"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",
"updated_at": "2024-01-01T00:00:00Z"
}
]
}