Hanzo
OpenapiO11y

Creates a planned maintenance window, answering with the stored schedule.

Creates a planned maintenance window, answering with the stored schedule.

POST /v1/o11y/downtime_schedules

Addresshttps://api.hanzo.ai/v1/o11y/downtime_schedules
MethodPOST
OperationCreateDowntimeSchedule
AuthAuthorization: Bearer $HANZO_API_KEY

Creates a planned maintenance window, answering with the stored schedule. Editor gate.

Request

5 fields, body application/json (required).

FieldInTypeRequiredDescription
alertIdsbodystring[]
descriptionbodystring
namebodystring
schedulebodyany
scopebodystring

Response

StatusBodyMeaning
201o11y.O11yDowntimeScheduleOutcreated

201 body — 2 fields.

FieldInTypeAlwaysDescription
databodyanyData holds the schedule.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y downtime_schedules create

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page