Retrieve a list of DNS zones that are currently synchronized between your Microsoft environment and Address Manager.
Request
GET http://<Gateway_url>/overlay/api/v1/zones Authorization: <token>
Successful
response
200 OK
Content-Type: application/json
[
{
"zone": "contoso.com",
"servers": [
"WIN-DNS-1 (Primary)",
"WIN-DNS-2 (Secondary)"
]
},
{
"zone": "ops.contoso.com",
"servers": [
"WIN-DNS-2 (Primary)"
]
}
]