On This Page

Overview

Control the level of tracking and reporting for content that exists on both the source and destination platform, including content that has been configured to be excluded from transfer and content that existed on the destination prior to the initial transfer. This feature categorizes items for reports on the job Validation tab or within the job transfer block with "item_inspection_policy." Items that have been ignored / skipped by policy or not shown because they already existed on the destination can now be seen on reports with the defined categories.

All job types and transfer directions support validation:

Only the Content Reconciliation is available on the Validation report for roll-up reports.

Default Configuration: "item_inspection_policy": "none"

The default validation option is inspect none. This option does not need to be configured in the application user-interface or through the ReST API; it is the system default. This configuration will not track all items but will offer additional tracking with performance in mind. Inspect none will track all items on the source at all levels of the hierarchy but not including those configured to be ignored / skipped through policy. For the destination, all content in the root (files & folders) that existed prior to the initial transfer will be tracked as destination only items and reported as ignored/skipped.

This option has the following features:

Validation Default | JSON Configuration

"transfer": {
"item_inspection_policy": "none",
"item_inspection_policy_next": "none"
 }

Track Everything | "item_inspection_policy": "all"

The validation option to inspect all will track all content at all levels in the hierarchy on both the source and destination; including items configured to be ignored/skipped through policy and items that existed on the destination prior to the initial transfer.

This option has the following features:

Validation Track Everything | JSON Configuration

"transfer": {
"item_inspection_policy": "all",
"item_inspection_policy_next": "all"
 }

Content Reconciliation

The content reconciliation provides a comparison of the reconciled items between the source and destination. It can help track the success of the migration. By default, it shows the counts for files and folders, but you can choose to view just folders, just folders, or data. It reports on the following information:

REST API | Transfer Stats, By Inspection

GET {{url}}v1/transfers/{{job_id}}/stats/by_inspection

note

See Job Reset | Validation Inspect Policies and Validation | Ignored / Skipped Filter Reasons for more information.