Description of the operation here.
...
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 commits the exported files to your SCM.
Info |
---|
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 |
---|
Project Properties
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 |
---|
Outputs
...
Artifacts (Keep one and edit if desired.)
This operation doesn’t consume or produce any artifacts.
This operation consumes artifacts from the artifacts repository.
This operation produces artifacts that will be stored in the artifacts repository.
This operation delegates the consume/produce artifacts decision to the workflow developer.
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. |
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 environment instance which have resource type of {Resource Type}.
This operation will select all available endpoints associated to the environment/instance.
This operation delegates the selection to the workflow developer to determine.
...
Target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
This operation will execute on all of the selected endpoints and will execute on each of the selected endpoints.
This operation will select all available endpoints associated to the environment instance which have resource type of {resource type}.
This operations delegates the execution to the workflow developer to decide.
Special Considerations
[Delete section if not needed]
...
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/...)