Avisi cloud logo
Maintenance schedules

Get a maintenance schedule for an organisation.

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

Path Parameters

organisationSlug
Required
string

maintenanceScheduleIdentity
Required
string

Format: "uuid"
curl -X GET "http://localhost:8090/api/v1/organisations/string/maintenance-schedule/497f6eca-6276-4993-bfeb-53cbbbba6f08"

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
    }
  ]
}