Imports an integration as a .iar artifact into the Oracle Integration Cloud. The operation will activate the newly deployed integration after deployment is finished. Any connections will also be imported. They will be processed by the updateConnections operation as part of this operation, so it isn't necessary to have additional steps in your workflow. Lookups included in the integration export will also be imported.
Info |
---|
Either FDOIC_CLOUD_ACCOUNT_NAME environment instance property value or FDOIC_INP_CLOUD_ACCOUNT_NAME plugin input value should exist. When both exists, plugin input value will take precedence. |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OIC Account | FDOIC_CLOUD_ACCOUNT_NAME | No | The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance. |
OIC Base URI | FDOIC_CLOUD_INSTANCE_BASE_URI | Yes | The REST Base URI of a running OIC Instance |
OIC User | FDOIC_USERNAME | Yes | The user to connect to OIC as |
OIC Password | FDOIC_PASSWORD | Yes | The password for the OIC User |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
FDOIC_INP_CLOUD_ACCOUNT_NAME | No | The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance. | |
Overwrite Integrations | FDOIC_INP_REPLACE_INTEGRATION | No | Overwrite integrations with the same name and version when importing. The default value of this property allows using a project property to control this on a per-project basis. |
FDOIC_INP_CONNECTION_PLAN | No | Optional connection configuration file to run during import. The default is 'connectionPlan.properties' in the FD_ARTIFACTS_DIR. Allows absolute path or relative to the artifacts directory. This is used for replacing values in the connections.json file. That file must be present in order to have values replaced in it. Will be pre-processed by the plugin to transform any defined replacement properties based on the deployed environment. |
Artifacts
This operation consumes artifacts from the artifacts repository.
...