Scheduler Management
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
taskIdstringRequired
Id of the scheduled task (as declared in scheduler.yml).
tenantIdstringRequired
Responses
200
Reset accepted and dispatched
Result of a task reset operation.
taskIdstringRequired
Task id that was reset.
triggerTypestringRequired
Trigger discriminator, e.g. dateRelative, recurrence, fixedDate.
actionstringRequired
Short summary of what happened, e.g. backfill-enqueued, no-op-not-implemented.
rowsDeletedinteger · nullableOptional
Number of pending-trigger rows deleted prior to backfill. null when the trigger type has no rows.
correlationIdstring · nullableOptional
Correlation id of the enqueued backfill task, if any. Support can trace this in the executions endpoint.
400
Invalid taskId format
401
Not authorized
404
Task not found in the tenant's scheduler configuration
500
Internal server error while resetting the task
post/api/{tenantId}/scheduler/{taskId}/reset
Last updated

