Creation of a maintenance window
POST {{iloURI}}/redfish/v1/UpdateService/MaintenanceWindows
StartAfter and Expire properties have to follow the ISO 8601 Redfish-extended format detailed in the DMTF specifications.
The response of a successful creation of a maintenance window contains various information including its URI and Id.
Request Body
{"Description"=>"Christmas 2020 Maintenance window", "Name"=>"Christmas Maintenance Window", "StartAfter"=>"2020-12-25T00:00:00Z", "Expire"=>"2020-12-25T22:00:00Z"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OData-Version | string | ||
Content-Type | string | ||
X-Auth-Token | string |