Get current status of tier-0 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.
{
"status_per_enforcement_point": [
{
"resource_type": "NsxTDNSForwarderStatus",
"enforcement_point_path": "/infra/sites/default/enforcement-points/default",
"timestamp": 1537263302625,
"status": "UP"
},
{
"resource_type": "NsxTDNSForwarderStatus",
"enforcement_point_path": "/infra/sites/default/enforcement-points/default1",
"extra_message": "ERROR status could be an intermediate state during failover between transport nodes. Please recheck the status a few minutes later.",
"timestamp": 1537263302625,
"status": "ERROR"
}
],
"intent_path": "/infra/tier-0s/tier-01/dns-forwarder"
}