Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

Job reset options control how DryvIQ will reevaluate the tracking state or permission propagation on the next job execution. Soft job reset will preserve all previous tracking data and allow DryvIQ to reevaluate all content, rather than only detecting content that has changed.

...

When a Soft 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=soft

Reset and Start Job

This will reset and start a job with one call. 

...