Versions Compared

Key

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

...

Overview

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

...

Note

Using reset options hard or full will reset your reporting values on the Overview Transfer Details report in the DryvIQ User Interface (UI). This is expected since these options reset all tracking states. This will not delete the job tracking data from the database.

REST API Option

Code Block
PATCH {{url}}v1/jobs/{{job}}?reset=hard

Reset and Start Job

This will reset and start a job with one call. 

...