schedule_maintenance
Schedule a bounded maintenance window for a node by specifying node ID and ISO-8601 start/end timestamps. The mandatory end time prevents open-ended maintenance.
Instructions
[WRITE][risk=medium] Schedule a bounded maintenance window for a node.
An end time is REQUIRED — no open-ended maintenance.
Args: node_id: Numeric Orion NodeID. start_iso: Window start (ISO-8601 UTC timestamp). end_iso: Window end (ISO-8601 UTC timestamp) — required. target: SolarWinds target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| end_iso | Yes | ||
| node_id | Yes | ||
| start_iso | Yes |