This endpoint returns a paginated sortable list of devices including the last run result for each and reason for failure if applicable.
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
{- "metadata": {
- "total_pages": 10,
- "current_page": 0,
- "limit": 500,
- "total_count": 500,
}, - "data": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "result": "success",
- "reason": "device_updated",
- "policy_id": 0,
- "policy_uuid": "a6d56c42-9b85-44a2-b8d9-933cc15359f1",
- "device_id": 0,
- "device_uuid": "03910230-a84e-4578-8c2f-784cd16cdcc3",
- "device_name": "string",
- "zone_id": "4495020a-236f-46e0-9453-e3f9cc6476f4"
}
]
}