Resources | addressContext | dnsGroup | dnsServerStatistics

dnsServerStatistics

The DNS server statistics for this address context.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs')))

Operational Data

ParameterDescription
index The index for this DNS server.
ipAddress The IP address of the DNS server requested for the statistics data.
queries The number of queries to this DNS server.
timeouts The number of timeouts from queries to this DNS server.
errors The number of errors from queries to this DNS server.
referrals The number of referrals from queries to this DNS server.
totalTcpConnection The number tries for connecting to DNS server.
tcpConnectionFailed The number of times sbc failed to connect to DNS server.
tcpConnectionSuccess The number of successful tcpconnection to DNS server.
tcpConnectiontorndown The number of tcp connection torn down with DNS server.
tcpFallback The number of times tcp fallback with DNS server.
ednsStatus The current edns Status of this DNS server.
ednsFailures The number of edns query failures for this DNS server.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusDns:dnsGroup={name}/dnsServerStatistics={index}

  • No labels