update_sdt
Update a scheduled downtime window by its SDT ID, changing the start time, end time, or comment while preserving all other settings.
Instructions
Update a scheduled downtime (requires write permission). Uses fetch-modify-PUT to preserve unmodified fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sdt_id | Yes | SDT ID to update | |
| comment | No | New SDT comment | |
| end_date_time | No | New end time in epoch milliseconds | |
| start_date_time | No | New start time in epoch milliseconds |