Avisi cloud logo
Maintenance schedules

List all maintenance schedules for an organisation.

GET
/api/v1/organisations/{organisationSlug}/maintenance-schedule

Path Parameters

organisationSlug
Required
string

Pattern: "^[a-z0-9-]+$"
curl -X GET "https://api.avisi.cloud/api/v1/organisations/string/maintenance-schedule"

Request was successfully processed. The response body contains the requested data.

[
  {
    "identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
    "name": "string",
    "clusterCount": 0,
    "windows": [
      {
        "day": "MONDAY",
        "startTime": "string",
        "duration": 0
      }
    ]
  }
]