Versions Compared

Key

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


Overview

Job reset options control how SkySync will reevaluate tracking state or permission propagation on the next job execution. Statistics job reset will recalculate all item transfer statistics to ensure report accuracy.

After all content has been transferred, a Statistics reset ensures all tracking statistics are the final calculation and ensures job report accuracy. If several errors or pending items have been encountered, a Statistics reset after remediation ensures the latest tracking state is reflected.

When the Statistics 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.

Image RemovedImage Added

REST API Option

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

Reset and Start Job

Code Block
PATCH {{url}}v1/jobs/{{job}}?reset=stats&start