Request
POST https://{hostname}:{port}
/cli/calendar/maintenanceBlackout?{parameters}
Accept: application/json
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| startDate |
string |
true |
The date the maintenance blackout starts. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. |
| endDate |
string |
true |
The date the maintenance blackout ends. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. |
Table 2. Header parameters
| Parameter |
Type |
Required |
Description |
| Accept |
application/json |
true |
|