Hanzo
OpenapiO11y

Lists all planned maintenance windows, optionally narrowed to the active ones…

Lists all planned maintenance windows, optionally narrowed to the active ones or the recurring ones.

GET /v1/o11y/downtime_schedules

Addresshttps://api.hanzo.ai/v1/o11y/downtime_schedules
MethodGET
OperationListDowntimeSchedules
AuthAuthorization: Bearer $HANZO_API_KEY

Lists all planned maintenance windows, optionally narrowed to the active ones or the recurring ones. Viewer gate.

Request

2 fields.

FieldInTypeRequiredDescription
activequerystringActive, when "true" or "false", keeps only the active or inactive windows.
recurringquerystringRecurring, when "true" or "false", keeps only the recurring or one-off windows.

Response

StatusBodyMeaning
200o11y.O11yDowntimeSchedulesOutok

200 body — 2 fields.

FieldInTypeAlwaysDescription
databodyany[]Data holds the schedules.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y downtime_schedules list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page