...
Overview
Job reset options control how DryvIQ will reevaluate tracking state or permission propagation on the next job execution. A Permissions job reset allows DryvIQ to reevaluate all content and re-apply all permissions to ensure any new permissions on the source are applied to the destination. A permissions reset will never remove permissions previously transferred. This reset will not detect any changes to content; these changes will transfer on the job run following the reset.
...
When a permissions job reset is selected in the UI, the job will automatically start the next execution if the job is not currently running. Note that reset options aren’t available for system jobs.
...
REST API Option
Code Block |
---|
PATCH {{url}}v1/jobs/{{job}}?reset=permissions |
Reset and Start Job
This will reset and start a job with one call.
...