maintenance windows

Retrieve a maintenance window

Returns a maintenance window with the given id.

get/maintenance-windows/{window_id}

Path parameters

window_idstring required

Maintenance window ID

Response

OK

Example response

{
  "data": {
    "id": "123",
    "name": "Weekends",
    "end_at": "2020-10-25T23:59:59+00:00",
    "repeat_interval": "1w",
    "start_at": "2020-10-24T00:00:00+00:00",
    "state": "active",
    "tags": [
      "tag1",
      "tag2"
    ],
    "tests": [
      "1",
      "2",
      "3",
      "4"
    ],
    "timezone": "UTC"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.