Packages REST Endpoints
Integrations/Packages
Retrieve, update and delete packages. Use packages to group one or more integrations into a single structure. Packages enable you to easily import and export a group of integrations to and from Oracle Integration. Packages are optional, meaning that integrations do not need to be part of packages.
- Clone a Package
- Method: postPath:
/ic/api/integration/v1/packages/{packagename}/clone - Delete a Package
- Method: deletePath:
/ic/api/integration/v1/packages/{packagename} - Export a Package
- Method: getPath:
/ic/api/integration/v1/packages/{packagename}/archive - Import Sample Packages
- Method: postPath:
/ic/api/integration/v1/packages/loadSamples - Import(Add) a Package
- Method: postPath:
/ic/api/integration/v1/packages/archive - Import(Replace) a Package
- Method: putPath:
/ic/api/integration/v1/packages/archive - Retrieve a Package
- Method: getPath:
/ic/api/integration/v1/packages/{packagename} - Retrieve Packages
- Method: getPath:
/ic/api/integration/v1/packages - Update Package Dependencies
- Method: postPath:
/ic/api/integration/v1/packages/{packagename}