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: post
Path: /ic/api/integration/v1/packages/{packagename}/clone
Delete a Package
Method: delete
Path: /ic/api/integration/v1/packages/{packagename}
Export a Package
Method: get
Path: /ic/api/integration/v1/packages/{packagename}/archive
Import Sample Packages
Method: post
Path: /ic/api/integration/v1/packages/loadSamples
Import(Add) a Package
Method: post
Path: /ic/api/integration/v1/packages/archive
Import(Replace) a Package
Method: put
Path: /ic/api/integration/v1/packages/archive
Retrieve a Package
Method: get
Path: /ic/api/integration/v1/packages/{packagename}
Retrieve Packages
Method: get
Path: /ic/api/integration/v1/packages
Update Package Dependencies
Method: post
Path: /ic/api/integration/v1/packages/{packagename}