Outages
GETs (reading data)
| Resource | Description |
|---|---|
/outages |
Get a list of outages. |
/outages/count |
Get the number of outages (returns plaintext, rather than XML or JSON). |
/outages/{id} |
Get the outage specified by the given ID. |
/outages/summaries?limit={n} |
Get a list of node outage summaries (JSON). The |
/outages/forNode/{nodeId}?dateRange={ms}&start={epochMs}&end={epochMs} |
Get the outages for the given node ID.
Supply |
Version 2 (/api/v2/outages)
The v2 Outages API supports FIQL search expressions on GET /api/v2/outages.
| Resource | Description |
|---|---|
/api/v2/outages |
Get a list of outages, optionally filtered with a FIQL search expression. |
/api/v2/outages/count |
Get the number of outages (returns plaintext). |
/api/v2/outages/{id} |
Get the outage specified by the given ID. |
/api/v2/outages/properties |
Get the list of queryable outage properties. Accepts an optional |
/api/v2/outages/properties/{propertyId} |
Get the set of values for the given property. Accepts optional |