An Identity Panel schedule may be manually enqueued using the /api/schedules/action/start/{id} endpoint.
Queuing a schedule requires the "scheduler" license, and Read/Write permissions for Schedule, ScheduleInstance, and StepInstance.
Additionally, if the schedule is constrained by Role assignment(s), the user must either:
- Have the "Execute|Schedule - All" permission
- Have the "Execute|Schedule" permission and be in a role listed on the schedule settings
This endpoint accepts POST requests and returns a 204 No Content response.
The id parameter should be an octet string GUID identifying the schedule to enqueue.
Query Parameters:
interactive: if specified and set to true, the schedule will be launched in a paused state
steps: if omitted entire schedule is queued. If specified, represents a comma separated list of steps to invoke by index order (zero-based). Steps will execute in the specified order. For example, steps=3,1 will run the schedule with the fourth and seconds steps executing, in that order.
Comments
0 comments
Please sign in to leave a comment.