...
Info |
---|
This feature operates theĀ Job Validation Report | item_inspection_policy. |
Validation Reset Options Through the REST API
inspect_filtered
This job reset will reevaluate all filtered content on both the source and destination in the next job run after the reset is executed, including content ignored due to policy configured for job filters, hidden, and content shared to the transfer owner.
...
Code Block |
---|
PATCH {{url}}v1/jobs/{{job}}?reset=inspect_all |
Reset Configurations UI Alignment
Validation | Track Everything
| will produce the same results as a | inspect_all
| ||||
Validation tab in the UI when both of these options are checked
| makes the same call as | inspect_all
| ||||
Validation tab in the UI when this item is checked
| makes the same call as | inspect_filtered
| ||||
Validation tab in the UI when this item is checked
| makes the same call as | inspect_shared
|
...