Export connection metadata and any attachments from the given OIC instance. Each connection found will be exported under its own connection folder with its contents consisting of a 'connections.json' file as well as attachments.
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 |
...
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Attachments
This operation will also export any relevant attachments for the connections and save them in the artifacts repository.
...