Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »



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.

REST API Option

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

Reset and Start Job

PATCH {{url}}v1/jobs/{{job}}?reset=stats&start
  • No labels