statdnsrecordsResult Structure Definition

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

dnsrecordsList

Pointer to the dnsrecords List.


dnsrecordsstats Structure Definition

The dnsrecordsstats structure defines the actual return type values for statdnsrecords API.

Syntax



Members

dnsrecordtype

Display statistics for the specified DNS record or query type or, if a record or query type is not specified, statistics for all record types supported on the Citrix ADC.

clearstats

Clear the statsistics / counters

_nextgenapiresource


dnstotentries

Total number of DNS record entries

dnstotupdates

Total number of DNS proactive updates

dnstotresponses

Total number of DNS server responses

dnstotrequests

Total number of DNS queries recieved

dnscurentries

Current number of DNS entries

dnstotqueryforexpiredrecord

Total number of times query was received for expired record

dnstoterrlimits

Total number of times we have recieved dns record with more entries than we support

dnstoterrrespform

Total number of times we have recieved malformed responses from the backend

dnstoterraliasex

Total number of times we have recieved non-cname record for a domain for which an alias exists

dnstoterrnodomains

Total number of cache misses

dnscurrecords

Current number of DNS Records

See Also