...
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.
This operation has been available since FlexDeploy 6.0.0.4
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 |
---|---|---|---|
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 |
---|---|---|---|
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 exportintegration IDs to export. An integration ID is the integration identifier, a pipe, and then the version (e.g. HELLO_WORLD|01.02.0001). Additionally if you desire to export every version, you can pass in the Integration identifier and every version will be exported (e.g. HELLO_WORLD). |
Export Subfolder |
| No | Optional subfolder of the temp directory to export any integrations into |
Extract Integrations |
| No | Optionally expand (unzip) the exported iar files. |
...