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 |
---|---|---|
|
int |
Account ID that defines a scope of a new value to be applied to. |
|
string |
Property name |
|
boolean |
Boolean-typed value |
|
string |
String-typed value |
|
int |
Numeric 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