GET /overlay/api/v1/zones - Adaptive Applications - BlueCat Gateway - 22.7

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
22.7

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)"
        ]
    }
]