scheduled_instructions_create
Schedule an instruction to run once or on a recurring basis on target devices, with configurable frequency, interval, start time, and active period.
Instructions
Schedule an instruction to run on a recurring schedule. Uses SQL Server Agent-style schedule fields: scheduleFreqType (1=once,4=daily,8=weekly,16=monthly), scheduleFreqInterval, scheduleActiveStartDate, scheduleActiveStartTime (HHMMSS as integer, e.g. 90000 = 09:00:00).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| devices | No | Target device FQDNs | |
| comments | No | ||
| parameters | No | ||
| definitionId | No | ||
| definitionName | No | ||
| scheduleEnabled | No | ||
| scheduleFreqType | No | 1=once, 4=daily, 8=weekly, 16=monthly | |
| responseTtlMinutes | No | ||
| scheduleFreqInterval | No | ||
| instructionTtlMinutes | No | ||
| scheduleActiveEndDate | No | ISO 8601 date-time | |
| scheduleActiveEndTime | No | ||
| scheduleFreqSubdayType | No | ||
| scheduleActiveStartDate | No | ISO 8601 date-time | |
| scheduleActiveStartTime | No | Start time as HHMMSS integer, e.g. 90000 = 09:00:00 | |
| scheduleFreqSubdayInterval | No |