pem.setSystemProperty

This method is supported by Operations starting from version 2.6.3

This method sets system property to a specified value. Operations system properties are the typed values so one should set correct input value parameter. One and only one of bool_value, str_value, num_value, enum_value parameters should be specified. Note that Operations UI will not see new property values automatically, it needs reread them into cache.

Name

Type

Short Description

account_id

int

Account ID that defines a scope of a new value to be applied to.

name

string

Property name

[bool_value]

boolean

Boolean-typed value

[str_value]

string

String-typed value

[num_value]

int

Numeric value

[enum_value]

string

Enumeration value

This method has no output parameters.

Note: For information on possible values for the name parameter, refer to the KB article #129128