Flagged Items Using REST API
List All Flagged Items
List all items from all jobs that have the flagged status. After review, items can be set to retry or ignore on subsequent job runs.
GET {{url}}v1/transfers/items/flagged
Set Single Item to Retry or Ignore
When an item is flagged you can reset the status to either retry or ignore on the next job run.
Set Flagged Item for Retry
PATCH {{url}}v1/transfers/items/{{item_id}}?retry=1
Set Flagged Item to Ignore
PATCH {{url}}v1/transfers/items/{{item_id}}?ignore=1
Set Multiple Items to Retry or Ignore
When items are flagged you can reset the status to either retry or ignore on multiple items for the next job run using the same filter options available for viewing those items.
Set Flagged Items for Retry
Set Flagged Items to Ignore
Set Flagged Items to Ignore
Set Flagged Items to Ignore
List All Items Set to Retry or Ignore
List all items from all jobs that are set for retry on subsequent runs.
List All Items Set to Retry
List All Items Set to Ignore
Show All Items for Remediation
Show All System Error Categories
When issues occur during transfer, DryvIQ will categorize the issues based on the error and flag for manual remediation. This allows you to easily identify areas for review.
Create Custom Error Category by Audit Type
DryvIQ allows you to create your own custom error category by audit type. For example, you could group several error codes together to create a broader category to ignore.
POST {{url}}v1/transfers/categories |
Create Custom Error Category by Event Type
DryvIQ allows you to create your own custom error category by event type. For example, you could group several events such as rename and update to create a broader category to retry.
POST {{url}}v1/transfers/categories |
Â