getclimodeResult Structure Definition

The getclimodeResult structure defines the return type for getclimode API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

climodeList

List of climodes


climode Structure Definition

The climode structure defines the actual return type values for getclimode API.

Syntax



Members

page

Determines whether output that spans more than one screen is "paged". Specify ON to pause the display after each screen of ouput.

total

Determines whether CLI "show" methods display a total count of objects before displaying the objects themselves.

color

Specifies whether output can be shown in color, if the terminal supports it.

disabledfeatureaction

Specifies what will happen when a configuration method is issued for a disabled feature. The following values are allowed: NONE - The action is allowed, and no warning message is issued.; ALLOW - The action is allowed, but a warning message is issued.; DENY - The action is not allowed.

timeout

CLI session inactivity timeout, in seconds. If Restrictedtimeout argument of system parameter is enabled, Timeout can have values in the range [300-86400] seconds and also climode timeout cannot be configured beyond admin configured value. If Restrictedtimeout argument of system parameter is disabled, Timeout can have values in the range [0, 10-100000000] seconds. Default value is 900 seconds.

timeoutkind

From where the timeout has been inherited.

regex

If ON, regular expressions can be used as argument values

serverport


_nextgenapiresource


See Also