exportIntegrations
Exports one or more integrations from Oracle Integration Cloud as .iar files that can be extracted and placed in an SCM. This operation takes in a list of ID’s.
This operation is intended to be used with our browser extension. This will grab a list of IDs from the OIC Integrations page. Then a webook will run a utility workflow that exports the integrations and commits the exported files to your SCM.
Either FDOIC_CLOUD_ACCOUNT_CODE Target property value or FDOIC_INP_CLOUD_ACCOUNT_CODE plugin input value should exist. When both exists, plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup Cloud Account for OIC.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OIC Account |
| No | The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
OIC Account |
| No | The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance. |
Integration List |
| No | CSV list of integration IDs to export. An integration ID is the integration identifier, a pipe, and then the version (e.g. HELLO_WORLD|01.02.0001). Additionally if you desire to export every version, you can pass in the Integration identifier and every version will be exported (e.g. HELLO_WORLD). |
Export Subfolder |
| No | Optional subfolder of the temp directory to export any integrations into |
Extract Integrations |
| No | Optionally expand (unzip) the exported iar files. |
Artifacts
This operation produces no artifacts, instead all exported files are stored in the temp directory to be pushed to SCM.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
If Expand Integrations input is true, the .iar file will be expanded at the same level as the original file. (e.g. FD_TEMP_DIR/HELLO_WORLD|1.00.0001/...)
Â
- style