Get Dns Forwarder Status
Returns the current status of the given DNS forwarder.
Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/status GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/status
forwarder-id
OK
{
"active_node": "string",
"extra_message": "string",
"standby_node": "string",
"status": "string",
"timestamp": 0
}
Uuid of active transport node
Extra message, if available
Uuid of stand_by transport node. null if non-HA mode
UP means the DNS forwarder is working correctly on the active transport node and the stand-by transport node (if present). Failover will occur if either node goes down. DOWN means the DNS forwarder is down on both active transport node and standby node (if present). The DNS forwarder does not function in this situation. Error means there is some error on one or both transport node, or no status was reported from one or both transport nodes. The dns forwarder may be working (or not working). NO_BACKUP means dns forwarder is working in only one transport node, either because it is down on the standby node, or no standby is configured. An forwarder outage will occur if the active node goes down.
Time stamp of the current status, in ms
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/dns/forwarders/{forwarder-id}/status