Get a list of all real and synthetic maintenance blackouts that start or end within the specified range
If no range is provided then all real maintenance blackouts will be returned (synthetic blackouts are not returned as the result would be infinite).
Request
GET https://{hostname}:{port}
/cli/calendar/maintenanceBlackout?{parameters}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
rangeStart | string | false | Start time of the search range. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional) If rangeStart is provided then rangeEnd must also be provided |
rangeEnd | string | false | End time of the search range. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional) |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: getMaintenanceBlackouts.