create_schedule
Schedule recurring application security scans by providing the scan configuration ID, frequency, and first start time.
Instructions
Create a new scan schedule for automated recurring scans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Whether the schedule is enabled | |
| frequency | Yes | How often the scan should run | |
| first_start | Yes | ISO 8601 datetime for the first scheduled run (e.g., 2024-01-15T09:00:00Z) | |
| scan_config_id | Yes | The ID of the scan configuration to schedule |