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

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
22.7

Retrieve a list of DHCP networks that are currently synchronized between your Microsoft environment and Address Manager.

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