APIAnomaly

Get finding series

The subject's metric series around the finding's flagged bucket (evidence chart).

GET/anomaly/findings/{id}/series

The subject's metric series around the finding's flagged bucket (evidence chart).

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/anomaly/findings/497f6eca-6276-4993-bfeb-53cbbbba6f08/series"
{  "series_metric": "string",  "series": [    {      "timestamp": "2019-08-24T14:15:22Z",      "value": 0.1    }  ]}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}