...
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 there is a connections.json file in FD_ARTIFACTS_DIR
. 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.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
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 |
...