| getsnmpmanagerResult Structure Definition |
The getsnmpmanagerResult structure defines the return type for getsnmpmanager 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. |
snmpmanagerList |
List of snmpmanagers |
| snmpmanager Structure Definition |
The snmpmanager structure defines the actual return type values for getsnmpmanager API. |
Syntax |
Members |
ipaddress |
IPv4 or IPv6 address (or IPv4 host name) of the SNMP manager, or the IPv4 network address or IPv6 network prefix of the SNMP managers, about which to display information. |
netmask |
Subnet mask associated with an IPv4-address based SNMP manager entry. |
ip |
The resolved IP address of the hostname manager |
domain |
IP address of manager. It will be zero for hostname manager |
domainresolveretry |
Amount of time, in seconds, for which the Citrix ADC waits before sending another DNS query to resolve the host name of the SNMP manager if the last query failed. This parameter is valid for host-name based SNMP managers only. After a query succeeds, the TTL determines the wait time. The minimum and default value is 5. |
_nextgenapiresource |
See Also |