Versions Compared

Key

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

...

On This Page

Table of Contents
maxLevel7
minLevel1

Overview

The job resets related to validation inspect options allow a job execution to traverse all folders, including those that are ignored/skipped due to policy, to record information about that folder for tracking and reporting for both the source and the destination.

...

Validation | Track Everything

Code Block
"item_inspection_policy": "all"

will produce the same results as a

inspect_all

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

Validation tab in the UI when both of these options are checked

  • Inspect filtered items

  • Inspect shared items

makes the same call as

inspect_all

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

Validation tab in the UI when this item is checked

  • Inspect filtered items

makes the same call as

inspect_filtered

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

Validation tab in the UI when this item is checked

  • Inspect shared items

makes the same call as

inspect_shared

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

...

Export Items Report in the

...

User Interface

In the SkySync applicationDryvIQ Platform, the exported items report will have a status column where skipped content will be recorded. For each skipped entry, observe the value for the source_exists and destination_exists columns.

  • source_exists = true
    This means SkySync DryvIQ has identified the skipped item

  • destination_exists = false
    This means SkySync DryvIQ has identified but did not transfer the item