Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

This operation will create a template connection plan file using all the connections found on the current OIC environment instance.  This connection plan can be applied during the updateConnectionsimportIntegration, or partialDeploy operation.

Its purpose is to allow environment-specific properties to be replaced for connections prior to deployment.  This prevents manual updates of the connections artifacts between deployments to different environments.

Info

Either FDOIC_CLOUD_ACCOUNT_CODE environment-instance property value or FDOIC_INP_CLOUD_ACCOUNT_CODE plugin input value should exist. When both exist, the plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup Cloud Account for OIC.

Environment/Instance Properties

Property NameProperty CodeRequiredDescription
OIC AccountFDOIC_CLOUD_ACCOUNT_CODENoThe OIC account with all the required properties like Base URI, Username and Password for connecting to an OIC Instance.


Inputs

Input NameInput CodeRequiredDescription
FDOIC_INP_CLOUD_ACCOUNT_CODENo

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

Typically this will not be used because the value will come from the property FDOIC_CLOUD_ACCOUNT_CODE instead.

Connection ListFDOIC_INP_CONNECTION_LISTNoCSV list of connection ids to use during creation. Leave blank to create a connection plan for all connections on in the OIC environment.
OIC Connection Plan FileFDOIC_INP_CONNECTION_PLANNoOptional input to specify a different connection plan file name. If not specified, it defaults to 'connectionPlan.properties'.  An absolute path can be specified. Otherwise the location is relative to the temp directory.

...