provider Downtimes GET
/api/v2/monitor/{monitor_id}/downtime_matches @utdk/datadog
/api/v2/monitor/{monitor_id}/downtime_matches Get active downtimes for a monitor
Get all active downtimes for the specified monitor.
- monitor_id path required
- The id of the monitor.
- integer
- page[offset] query
- Specific offset to use as the beginning of the returned page.
- integer
- page[limit] query
- Maximum number of downtimes in the response.
- integer
Try it
Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listmonitordowntimes({
"page[offset]": 0,
"page[limit]": 30
})