cURL
curl --request GET \ --url https://api.cyberdesk.io/health/machines \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "scope": "organization", "checked_machines": 123, "healthy_machines": 123, "errored_machines": [ { "machine_id": "<string>", "error": "<string>", "organization_id": "<string>", "machine_name": "<string>", "status_code": 123 } ], "message": "<string>" }
Probe the dimensions endpoint for all connected machines in scope.
Scope rules:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
ok
error
organization
all_organizations
Show child attributes
Was this page helpful?
Contact support