import_settings
Import partner and connector profiles from base64-encoded arcflow data. Specify workspaces, duplicate handling, and global settings for full profile configuration.
Instructions
Import partner/connector profiles from arcflow data (base64 encoded)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arcflow | Yes | Base64 encoded string containing the zip data for the arcflow (required) | |
| inputName | No | The name of the form input when uploading files from a form | |
| overwrite | No | Whether to overwrite duplicated sources (True/False, default: False) | |
| workspaceId | No | The workspace to import into. If unspecified, auto-detects or uses default workspace | |
| dataDirectory | No | The data directory or zipped file where profiles are stored | |
| globalSettings | No | Global settings to import. Comma-separated values or "ALL". Values: Partners, Documents, Users, Roles, Certificates, Connections, Vaults, Reports, Alerts, Advanced, AdminAPI, SSO | |
| decryptPassword | No | The password for decrypting sensitive values | |
| duplicateAction | No | How to handle duplicates: "Overwrite", "Rename", or "Skip" | |
| profileSettings | No | Profiles to import. Comma-separated values or "ALL". Values: AS2, AS4, GISB, RosettaNet, FTPServer, SFTPServer, HL7MLLP, OFTP |