Hanzo
OpenapiO11y

Returns the overall firing/inactive intervals for a rule over the selected…

Returns the overall firing/inactive intervals for a rule over the selected range.

GET /v1/o11y/rules/{id}/history/overall_status

Addresshttps://api.hanzo.ai/v1/o11y/rules/{id}/history/overall_status
MethodGET
OperationGetRuleHistoryOverallStatus
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the overall firing/inactive intervals for a rule over the selected range. Viewer gate.

Request

3 fields.

FieldInTypeRequiredDescription
idpathstringyes
startqueryintegerStart is the window start, unix milliseconds.
endqueryintegerEnd is the window end, unix milliseconds.

Response

StatusBodyMeaning
200o11y.O11yRuleHistoryOverallStatusOutok

200 body — 5 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableRuleStateWindow[]Data holds the windows.
data[].endbodyinteger
data[].startbodyinteger
data[].statebodyany
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y rules history overall_status get <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page