Skip to main content
Version: 3.3

JobConfig/JobTemplate Export/Import API

This service allows an API consumer to export packages and configurations from an on-prem installation of Integration Manager and import them to the cloud, enabling you to easily migrate between deployments.

caution

Exported macros cannot contain encrypted values.

Refer to the Open API Spec for the following endpoints:

  • Export a JobConfig: Create/download a zip file containing JobConfig metadata, package, attached files, and macros.
  • Import a JobConfig: Upload an export zip file and extract it into a JobConfig clone in the new environment (with new record ids).
  • Export a JobTemplate: Create/download a zip file containing JobTemplate metadata, package, attached files, and macros. You can optionally include child JobConfig exports.
  • Import a JobTemplate: Upload and extract a JobTemplate zip file and recursively process any JobConfig children.