Update Scheduled Downtime
Update scheduled downtime.
Basic Parameters
Parameter | Description |
---|---|
ID | The Id of the SDT. This value will be in the following format "XX_##" where XX will refer to the type of SDT and. |
Advanced Parameters
Parameter | Description |
---|---|
Admin | The name of the user who created the SDT. |
Comment | The comment associated with the SDT. |
Duration | The duration of the SDT in minutes. |
End Hour | The hour that the SDT ends for a repeating SDT. |
End Minute | The minute of the hour that the SDT ends for a repeating. |
End Time | The date and time in which the maintenance window will end. The date should be in millisecond unix format. |
Is Effective | true: the SDT is currently active. false: the SDT is currently inactive. |
Local End Time | The date, time and time zone that the SDT will end at. |
Local Start Time | The epoch time, in milliseconds, that the SDT will start. |
Month Day | The day of the month that the SDT will be active for a monthly SDT. |
Scheduled Downtime Type | the type of sdt, values can be oneTime|weekly|monthly|daily|monthlyByWeek. |
Start Hour | The hour that the SDT will start for a repeating SDT (daily, weekly, or monthly). |
Start Minute | The minute of the hour that the SDT should begin for a repeating SDT. |
Start Time | The date and time in which the maintenance window will begin. The date should be in millisecond unix format. |
Timezone | The specific timezone for SDT. |
Type | The type resource that this SDT is for. |
Week Day | the week day of sdt. |
Week Of Month | The week of the month that the SDT will be active for a monthly SDT. |
Example Output
{
"endDateTimeOnLocal": "string",
"timezone": "America/Los_Angeles",
"sdtType": "oneTime",
"monthDay": 7,
"weekOfMonth": "1",
"admin": "string",
"endDateTime": 1534554000000,
"type": "DeviceGroupSDT",
"isEffective": true,
"minute": 6,
"duration": 138,
"endHour": 5,
"startDateTime": 1534460400000,
"hour": 3,
"startDateTimeOnLocal": "string",
"weekDay": "Sunday",
"comment": "Emergency prod deployment",
"id": "string",
"endMinute": 18
}
Workflow Library Example
Update Scheduled Downtime with Logicmonitor and Send Results Via Email
Preview this Workflow on desktop