getsnmpalarmResult Structure Definition

The getsnmpalarmResult structure defines the return type for getsnmpalarm 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.

snmpalarmList

List of snmpalarms


snmpalarm Structure Definition

The snmpalarm structure defines the actual return type values for getsnmpalarm API.

Syntax



Members

trapname

Name of the SNMP alarm whose details you want the Citrix ADC to display.

thresholdvalue

The high threshold value.

normalvalue

The normal threshold value.

time

The time interval for the SYNFLOOD alarm.

state

Current state of the SNMP alarm. The Citrix ADC generates trap messages only for SNMP alarms that are enabled. Some alarms are enabled by default, but you can disable them.

severity

The severity of this alarm.

logging

The log status of the alarm.

timeout

If DB is enabled and clear config is fired, then to reset timeinterval of alarm, corresponding default time value is needed. This hidden argument holds the default time value for the corresponding alarm.

_nextgenapiresource


See Also