Updates multiple devices (server objects) in a batch.
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
curl -i -X POST \ 'https://console.automox.com/api/servers/batch?o=0' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "devices": [ 0 ], "actions": [ { "attribute": "tags", "action": "apply", "value": [ "string" ] } ] }'
{- "id": "942b355c-1fdd-4465-af21-0e6c206b35f3",
- "total_jobs": 0,
- "pending_jobs": 0,
- "processed_jobs": 0,
- "progress": 0,
- "failed_jobs": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "finished_at": "2019-08-24T14:15:22Z"
}