getsnmpgroupResult Structure Definition

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

snmpgroupList

List of snmpgroups


snmpgroup Structure Definition

The snmpgroup structure defines the actual return type values for getsnmpgroup API.

Syntax



Members

name

Name of the SNMPv3 group whose details you want the Citrix ADC to display.

securitylevel

Security level of the SNMPv3 group whose details you want the Citrix ADC to display.

readviewname

Name of the configured SNMPv3 view that you want to bind to this SNMPv3 group. An SNMPv3 user bound to this group can access the subtrees that are bound to this SNMPv3 view as type INCLUDED, but cannot access the ones that are type EXCLUDED. If the Citrix ADC has multiple SNMPv3 view entries with the same name, all such entries are associated with the SNMPv3 group.

storagetype

The storage type for this group.

status

The status of this group.

_nextgenapiresource


See Also