[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
MaintenanceSchedule
Represents a maintenance schedule during which resources are set to ‘maintained’ state. The server inturn informs the adapters that monitor these resources to stop monitoring until specified otherwise.Each maintenance schedule has an id, key and schedule. Both id and key have to be unique within the system. While id is automatically assigned by the server, key must be specified by the user.
Properties
string
key
Required
Schedule key provided by user. Cannot be null during creation.
string as uuid
id
Optional
Identifier generated by the server for this schedule.
JSON Example
{
"key": "string",
"schedule": {
"duration": 0,
"hour": 0,
"minuteOfTheHour": 0,
"scheduleType": "UNKNOWN"
}
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Property Of
MaintenanceSchedules
Parameter To
Update Maintenance Schedules
Create Maintenance Schedules
Returned By
Create Maintenance Schedules