get_sdt
Retrieve complete details of a scheduled downtime by its ID to verify creation, check status, or get info before modifying or canceling the maintenance window.
Instructions
Get detailed information about a specific Scheduled Down Time (SDT) by its ID in LogicMonitor (LM) monitoring.
Returns: Complete SDT details: type, device/group affected, start/end times, duration, comment, who created it, status (active/scheduled/expired), recurrence settings.
When to use:
Verify SDT was created correctly
Check when maintenance window ends
See who scheduled downtime
Get SDT details before extending/canceling
Audit maintenance history
Status meanings:
scheduled: Future maintenance window (not started yet)
active: Currently in maintenance window (alerts suppressed now)
expired: Maintenance window completed (historical record)
Workflow: Use "list_sdts" to find SDT ID, then use this tool for complete details before deciding to extend or delete.
Related tools: "list_sdts" (find SDTs), "create_resource_sdt" (create new), "delete_sdt" (cancel).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sdtId | Yes | The ID of the Scheduled Down Time (SDT) to retrieve | |
| fields | No | Comma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields. |