POST /overlay/api/v1/refresh-networks - Adaptive Applications - BlueCat Gateway - 22.7

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
22.7

Refresh the list of all DHCP networks available on the selected Microsoft servers.

Request
POST http://<Gateway_url>/overlay/api/v1/refresh-networks
Authorization: <token>
Successful response
200 OK
Content-Type: application/json
[
    {
        "network": "172.16.10.0/24",
        "servers": [
          "WIN-DHCP-1"
        ]
    },
    {
        "network": "172.16.15.0/24",
        "servers": [
          "WIN-DHCP-1"
        ]
    }
]