Versions Compared

Key

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

...

If you select a flagged or ignored item, you can use the Retry button that displays to set the item status to retry. SkySync DryvIQ will attempt to transfer the item during the next job run.

...

Column Header

Description

Transferred on

Date the item was transferred

Status

Current status of the item. Note that the export uses the API Status values and not the status values from the user interface. See Understanding the Status above for more information. 

Item Type

Identifies the item as a file or directory

Direction

The transfer direction for the item

Source ID

Item ID on the source platform

Source Name

Item name on the source platform. Names can vary between the source and destination due to name revisions that occur during transfer to accommodate naming restrictions of the destination platform. 

Source Path

Item path on the source platform

Source Bytes

Byte size of the item on the source

Source Version

Number of versions on the source

Source Hash

Hash value on the source platform

Source Exists

Identifies if the item exists on the source platform

Destination ID

Item ID on the destination platform

Destination Name

Item name on the destination platform. Names can vary between the source and destination due to name revisions that occur during transfer to accommodate naming restrictions of the destination platform.

Destination Path

Item path on the destination platform

Destination Bytes

Byte size of the item on the destination 

Destination Version

Number of versions on the destination

Destination Hash

Hash value on the destination platform

Destination Exists

Identifies if the item exists on the destination platform

Audit Category ID

The audit category ID for the item. See Transfer Audit Category below for more information.

Audit Category Name

The description for the audit category. See Transfer Audit Category below for more information.

Flagged

Indicates if the item was flagged during transfer

Retried

Identifies the number of time the item was retried. 

Job ID

The ID assigned to the job

Job Name

The name of the job

Last Failure Level

Identifies the most recent failure level for the item 

Last Failure Type

Identifies the type of failure

Last Failure Message

Description for the failure type

Last Failure Recorded On

Date the failure last occurred

Embedded Links

If link detection was enabled for the job, the number of embedded links identified for the item.

Counts will not always match exactly depending on links are added to worksheet cell. If the links are added to multiple cells at the same time, SkySync DryvIQ read the link as one link shared across cells. In this instance, all shared links count as one link. If the links are added to multiple cells separately (one at a time), SkySync DryvIQ counts each cell as separate. In this instance, each link is counted individually.

...

  • none[0]: No remediation flag has been applied to the item.

  • success[1]: Item was moved successfully with no modifications by SkySyncDryvIQ.

  • skipped: Item was skipped due to a policy configuration defined in your job such as Large Item Policy or Duplicate Name Policy.

  • processed[2]: Item was reviewed and changed by SkySync DryvIQ during transfer. See processed statuses section below for further details.

  • remediation: SkySync DryvIQ could not transfer the item and it was flagged for manual remediation. This is the status you would use to get all flagged items.

  • retry: SkySync DryvIQ could not transfer the item and flagged it for retry. Default retry attempts is set to 3.

  • pending: Item has not finished transferring to the destination. If a job is paused or canceled, an item could go to a pending status as well.

...

Processed status means the item was reviewed and changed by SkySync DryvIQ during transfer.

Code Block
{{url}}v1/transfers/items?jobs={{job}}&fields=all&processing_status=converted

...

  • none: No processing has occurred on the item.

  • filtered: Item was filtered by SkySync DryvIQ to meet Job Filter configurations defined in your job (Job Filters).

  • skipped: Item was skipped due to a policy configuration defined in your job such as Large Item Policy or Duplicate Name Policy.

  • truncated: Item was modified by SkySync DryvIQ to conform to the destination platform requirements such as Segment Transformation Policy.

  • converted: Item was compressed into a zip file by SkySync DryvIQ because the item is not supported on the destination (Restricted Content).

  • conflict_copy: A copy of the item was created due to the policy configuration defined in your job (Conflict Policy).

  • access_rules: Permissions were applied to an item (Permissions Import).

  • metadata: Metadata was applied to an item (Metadata Import).

  • unmapped: SkySync DryvIQ was not able to map permissions or owner of the item.

...