GET data/v1/incidents
Summary: List Incidents
Operation ID: list-incidents
Auth: unknown
Operation ID: list-incidents
Auth: unknown
Description
Returns a list of incidents.
Parameters (6)
limit
(integer, query, optional, default: 25)
Number of items to include in the response
order_by
(string, query, optional)
Value to order the results by
Constraints: {'enum': ['negative_impact', 'value', 'views', 'field']}
order_direction
(string, query, optional)
Sort order.
Constraints: {'enum': ['asc', 'desc']}
page
(integer, query, optional, default: 1)
Offset by this many pages, of the size of `limit`
severity
(string, query, optional)
Severity to filter incidents by
Constraints: {'enum': ['warning', 'alert']}
status
(string, query, optional)
Status to filter incidents by
Constraints: {'enum': ['open', 'closed', 'expired']}
No probe data for this endpoint yet.