For the complete documentation index, see llms.txt. This page is also available as Markdown.

Downtimes

Get Downtimes

get

Returns a list of downtimes in your organization.

Authorizations
AuthorizationstringRequired
Query parameters
cursorstringOptional
machinestring · uuid[] · max: 50 · nullableOptional

If not set, downtimes for all machines will be considered.

startstring · date-time · nullableOptional

Only downtimes that were observed starting at start will be returned. If not set, no lower time bound will be assumed.

Example: 2023-07-19T19:39:46.735269+02:00
endstring · date-time · nullableOptional

Only downtimes that were observed up to end will be returned. If not set, no upper time bound will be assumed.

Responses
200

Successful Response

application/json
get/v2/downtimes

Last updated