Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • API, CLI, and SDK Documentation
  • REST API Documentation
  • Jobs Using REST API
  • Job Behaviors (REST API)

Restricted Content Using REST API

Learn how to manage restricted content for migration jobs using the DryvIQ REST API.

Written by Andrea Harvey

Updated at May 2nd, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Insights
    Prebuilt Insights Custom Insights
  • Content
  • Accounts
  • Activity Log
  • Content Scans
  • Migrations
    Migration Jobs Migration Reports Maps Flagged Items Migration Tools
  • Connections
    Supported Platform Connections Creating Connections Connection Maintenance Connection Pools
  • Entity Types
    DryvIQ Available Entity Types Custom Entity Types Entity Type Maintenance
  • Action Sets
    Creating Action Sets Action Sets Maintenance
  • Settings
    License Performance Notifications Extensions Entity Types Settings Display Settings Configuration
  • API, CLI, and SDK Documentation
    REST API Documentation Command-line Interface SDK Development
  • POC Offering
  • Release Notes
+ More

Table of Contents

Overview Example Platform Restricted Content

Overview

When creating a job through the REST API, you can use the restricted_content setting to determine how DryvIQ handles restricted content. You have the following four options.  

Options Behaviors
convert Zip restricted content so that it can be transferred successfully. This is the default setting. This is the same as the Zip unsupported file types setting in the user interface.
fail Log an error if restricted content is encountered.
warn Log a warning if restricted content is encountered.
skip Ignore if restricted content is encountered.

Example

 {
  "name":"Simple Job with Zip Restricted Content",
  "kind": "transfer",
  "transfer": {
      "audit_level": "trace",
      "transfer_type": "copy",
      "restricted_content": "convert",
      "segment_transform": "true",
      "versioning": {
        "preserve": "native"
      },
      "source": {
        "connection": { "id": "{{cloud_connection_source}}" }
        ,
        "target":
        {"path":"/SourcePath"}
      },
      "destination": {
        "connection": { "id": "{{cloud_connection_destination}}" },
        "target": {
          "path": "/DestinationPath"
        }
      }
  },
  "schedule": {
    "mode": "auto"
  }
}

Platform Restricted Content

To determine what is restricted content for your given platform or connection, use the following calls.

To list general supported features for a given platform, make the following call. No connection is required. It returns information for platforms based on your license.

GET {{url}}v1/connections/platforms?fields=all&active=1

This call returns a list of platform features for a specific ID. You will need the platform ID for this call.

GET {{url}}v1/connections/platforms/{{platform_id}}?fields=all

This call returns a list of connection features. Ensure you have an established connection before making the call.

GET {{url}}v1/connections/{{cloud_connection}}?include=features

 

api rest api job migration behavior restricted zip

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Connection Management Using REST API
  • Connection Pools Using REST API
  • LDAP Account and Group Maps Using REST API

Copyright 2025 – DryvIQ, Inc.

Knowledge Base Software powered by Helpjuice

Expand