pem.setExternalSystemConfig

This method is supported by Operations starting from version 2.9

This method changes a configuration of the External System specified.

Notes:

1. Configuration properties are validated by the corresponding External System plug-in.

2. External System plug-in may not have the configuration properties. Thus, this method should not be used for such plug-ins.

The method has the following input parameters:

Name

Type

Short Description

system_name

string

The name of the External System.

system_config

array of struct

Array of configuration properties. A property is a pair of the name and value parameters. The set of possible configuration properties is defined by specific External System plug-in. To obtain information about these properties, refer to the plug-in documentation.

  • name

string

Configuration property name.

  • value

string

Configuration property value.

The method has no output parameters.