Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 exports the integrations and commits the exported files to your SCM.

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

FDOIC_CLOUD_ACCOUNT_CODE

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

FDOIC_INP_CLOUD_ACCOUNT_CODE

No

The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance.

Integration List

FDOIC_INP_INTEGRATION_INCLUDE_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

FDOIC_INP_EXPORT_SUBFOLDER

No

Optional subfolder of the temp directory to export any integrations into

Extract Integrations

FDOIC_INP_EXTRACT_INTEGRATIONS

No

Optionally expand (unzip) the exported iar files.

...