APIAnomaly

Get findings summary

Status × severity counts for the header cards.

GET/anomaly/findings/summary

Status × severity counts for the header cards.

Query Parameters

start_time*string
Formatdate-time
end_time*string
Formatdate-time

Response Body

application/json

application/json

curl -X GET "https://example.com/anomaly/findings/summary?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"
{  "counts": [    {      "status": "open",      "severity": "low",      "count": 0    }  ],  "subjects_affected": 0}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}