Get DNS Forwarder Status
Get current status of tier-1 DNS forwarder. - no enforcement point path specified: Status will be evaluated on each enforcement point. - {enforcement_point_path}: Status will be evaluated only on the given enforcement point.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/status
Parameters
Parameters
string
tier-1-id
Required
Tier-1 id
Query Parameters
Query Parameters
string
enforcement_point_path
Optional
String Path of the enforcement point
Response
Response
Response BodyResponse Body
200 OK returns
AggregateDNSForwarderStatus
{
"intent_path": "string",
"status_per_enforcement_point": [
{
"enforcement_point_path": "string",
"resource_type": "string"
}
]
}
string
intent_path
Required
String path of the DNS forwarder intent.
status_per_enforcement_point
Optional
List of DNS forwarder status per enforcement point.
cURL Command
curl https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/status
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).
On This Page
DNS Forwarder Operations
delete
get
patch