Get DNS Forwarder Stats
Get statistics of tier-0 DNS forwarder. - no enforcement point path specified: Statistics will be evaluated on each enforcement point. - {enforcement_point_path}: Statistics are evaluated only on the given enforcement point.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/statistics
Parameters
Parameters
string
tier-0-id
Required
Tier-0 id
Query Parameters
Query Parameters
string
enforcement_point_path
Optional
String Path of the enforcement point
Response
Response
Response BodyResponse Body
200 OK returns
AggregateDNSForwarderStatistics
{
"intent_path": "string",
"statistics_per_enforcement_point": [
{
"enforcement_point_path": "string",
"resource_type": "string"
}
]
}
string
intent_path
Required
String path of the DNS forwarder intent.
statistics_per_enforcement_point
Optional
List of DNS forwarder statistics per enforcement point.
cURL Command
curl https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/statistics
Errors
404
The requested resource could not be found but may be available again in the future.
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
503
The server is currently unavailable (because it is overloaded or down for maintenance).