create_blackout
Create a scheduled blackout window to stop scans during maintenance, preventing security scans from interrupting critical operations.
Instructions
Create a blackout window to prevent scans during maintenance periods
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the blackout window | |
| stop | Yes | Stop time in ISO 8601 format | |
| start | Yes | Start time in ISO 8601 format (e.g., 2024-01-15T09:00:00Z) | |
| enabled | No | Whether the blackout is enabled | |
| all_scan_configs | No | Apply to all scan configs globally |