...
Overview
Job reset options control how DryvIQ will reevaluate tracking state or permission propagation on the next job execution. A Complete job reset will reevaluate by performing a combination of both a Hard and a Permissions job reset.
...
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 have 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=1 |
...
Code Block |
---|
PATCH {{url}}v1/jobs/{{job}}?reset=full |
Reset and Start Job
This will reset and start a job with one call.
...