APIAnomaly

Get findings over time

Findings per bucket grouped by severity, counted by the finding's last active bucket (last_bucket).

GET/anomaly/findings-over-time

Findings per bucket grouped by severity, counted by the finding's last active bucket (last_bucket).

Query Parameters

start_time*string
Formatdate-time
end_time*string
Formatdate-time
interval?string

Grouping interval for time series data.

Value in

  • "hour"
  • "day"

Response Body

application/json

application/json

curl -X GET "https://example.com/anomaly/findings-over-time?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"
{  "series": [    {      "timestamp": "2019-08-24T14:15:22Z",      "severity": "low",      "count": 0    }  ]}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}