POST /overlay/api/v1/refresh-zones - Adaptive Applications - BlueCat Gateway - 21.1

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
21.1

Refresh the list of all DNS zones available on the selected Microsoft servers.

Request
POST http://<Gateway_url>/overlay/api/v1/refresh-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)"
        ]
    }
]