updateDowntimeSchedule
Update an OpManager downtime schedule to change its name, status, recurrence, or assigned devices. Modify start/end times and frequency to align with maintenance windows.
Instructions
updateDowntimeSchedule
Key parameters:
operation: Edit will be sent by default (Edit).
MS_INSTANCEID: Downtime scheduler ID.
scheduleId: Downtime scheduler ID.
scheduleName: Downtime scheduler name.
status: Status will be set as Enabled by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| apiKey | Yes | OpManager API key for authentication | |
| endday | No | End day (month date, 32 for the last day of the month) for Monthly date-wise frequency. | |
| status | No | Status will be set as Enabled by default. | |
| to_hrs | No | End hour (00 to 23) for Monthly day-wise frequency. | |
| to_mins | No | End minute (00 to 59) for Monthly day-wise frequency. | |
| to_time | No | End time (hh:mm) for Weekly downtime frequency. | |
| weekday | No | Day of the week (Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday) for Monthly day-wise frequency. | |
| from_hrs | No | Start hour (00 to 23) for Monthly day-wise frequency. | |
| startday | No | Start day (month date, 32 for the last day of the month) for Monthly date-wise frequency. | |
| from_mins | No | Start minute (00 to 59) for Monthly day-wise frequency. | |
| from_time | No | Start time (hh:mm) for Weekly downtime frequency. | |
| operation | No | Edit will be sent by default (Edit). | |
| once_endat | No | End time (yyyy-mm-dd hh:mm). | |
| recurrence | No | Downtime frequency (OnceOnly | Daily | Weekly | Monthly). | |
| scheduleId | No | Downtime scheduler ID. | |
| selectedBV | No | Selected Business View. | |
| monthlyType | No | Monthly downtime type (monthlyDate | monthlyDay). | |
| selectedURL | No | Selected URLs. | |
| weekOfMonth | No | Week of the month (1-5 or last week) for Monthly day-wise frequency. | |
| once_startat | No | Start time (yyyy-mm-dd hh:mm). | |
| scheduleDesc | No | Downtime scheduler description. | |
| scheduleName | No | Downtime scheduler name. | |
| MS_INSTANCEID | No | Downtime scheduler ID. | |
| selectedCateg | No | Selected category. | |
| selectedDevices | No | Selected devices. | |
| daily_effectfrom | No | Effect from date (yyyy-mm-dd) for Daily downtime frequency. | |
| selectDevicesMethod | No | Filter by option (Category | BV | Device | URL | GROUP). | |
| selectedLogicalGroup | No | Selected logical group. |