Create One Time Scheduled Downtime
Configuring SDT (scheduled downtime) allows you to suppress all routed alert notifications during periods when alerts are expected as a result of upgrades, maintenance or other scheduled activities. This functionality is ideal for eliminating alert noise around activities that are planned and, therefore, aren’t cause for alarm. Alerts for entities in SDT still appear on the Alerts page of your LogicMonitor account, but are not routed. SDT can be applied to many different types of entities across your account including resources, websites, groups, Collectors, or LogicModules (DataSources, EventSources, and so on).
Parameters
Parameter | Description |
---|---|
Batch Job Name | The name of the batchjob that the SDT will apply to. |
Collector ID | The id of the collector that the SDT will be associated with. |
Comment | The comment associated with the SDT. |
Data Source Instance ID | The id of the datas ource instance that the SDT will be associated with. |
Data Source Name | The name of the data source that this SDT will be associated with, for the specified group. Data Source Name “All” indicates all data sources. |
Device Data Source Instance Group Name | The name of the device datasource instance group that the SDT will be associated with. |
Device Group Full Path | The full path of the device group that this SDT will be associated with. |
Device ID | The id of the device that the SDT will be associated with. |
Device Name | The name of the device that this SDT will be associated with. |
End Time | The date and time in which the maintenance window will end. |
Event Source Name | The name of the event source that the SDT will apply to. |
Start Time | The date and time in which the maintenance window will begin. |
Type | The type resource that this SDT is for. |
Website Group Name | The name of the website group that this SDT will be associated with. |
Website Name | The name of the website that this SDT will be associated with. |
Example Output
{
"endDateTimeOnLocal": "string",
"timezone": "America/Los_Angeles",
"sdtType": "oneTime",
"monthDay": 7,
"weekOfMonth": "1",
"admin": "string",
"endDateTime": 1534554000000,
"type": "ResourceGroupSDT",
"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
Create One Time Scheduled Downtime with Logicmonitor and Send Results Via Email
Preview this Workflow on desktop