Get overall failure rate statistics for a time period. Maximum time range is 365 days.

get/v1/metrics/failure-rate

Query parameters

frominteger required

Start timestamp (Unix milliseconds)

tointeger required

End timestamp (Unix milliseconds). Max 365 days from 'from'.

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.