API Reference
Libraries
API Overview
Risk Events
List all risk events with optional filters, sorted by most recent first
GET/v1/risk-events
Fetch in-depth information about a single risk event
GET/v1/risk-events/{urn}
Slas
List all violations for an SLA, sorted first by timestamp (oldest first) and second by total downtime (longest first).
GET/v1/slas/{sla_urn}/violations
Get details on a specific SLA violation
GET/v1/slas/{sla_urn}/violations/{violation_urn}
Fetch in-depth information about a single SLA
GET/v1/slas/{urn}
Get uptime metrics for an SLA data source
GET/v1/slas/{sla_urn}/data-sources/{data_source_urn}/uptime-metrics
Vendors
Fetch in-depth information about a single vendor
GET/v1/vendors/{urn}