Updates multiple devices (server objects) in a batch. See Using Global API Keys for more information on permission and scope requirements.
Successful operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
Invalid Request
{- "devices": [
- 654321
], - "actions": [
- {
- "attribute": "tags",
- "action": "apply",
- "value": [
- "My Test Tag",
- "Windows Servers"
]
}
]
}
{- "summary": "Batch job example",
- "description": "Example of a batch job status with progress information and queue details",
- "value": {
- "id": "9f13ba91-b73f-4860-9008-712574a8fd39",
- "total_jobs": 1,
- "pending_jobs": 1,
- "processed_jobs": 0,
- "progress": 0,
- "failed_jobs": 0,
- "options": {
- "queue": "device-updates"
}, - "created_at": "2025-06-04T21:00:33.000000Z",
- "cancelled_at": null,
- "finished_at": null
}
}