Updates connection properties in an OIC Instance. Connection metadata should be in json format. If properties have attachments, those attachments will be uploaded as well. This operation is intended to work in tandem with exportConnections but it is not required. This operation can be utilized as long as their is a connections.json file in the temp directory. If there are attachments that need to be uploaded as well they should be at the same level as the connections.json and follow the same directory format as seen in the attachments section here.
Info | ||
---|---|---|
| ||
Oracle does not have an API for creating connections. Connections are created only when done manually or when an integration is imported. This operation is for updating connections only. As such, it is recommended that this operation be carried out after an import integration operation in your workflow. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
OIC Connection Plan File | FDOIC_INP_CONNECTION_FILEPLAN | No | Optional Input input to specify a different connection configuration plan file name. The default is 'connections.json'. Allows absolute path or Default 'connectionPlan.properties'. An absolute path can be specified otherwise it is relative to the artifacts directory. |
...