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

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
22.7

Retrieve a list of servers that are managed by BlueCat Overlay for Microsoft

Request
POST http://<Gateway_url>/overlay/api/v1/servers
Authorization: <token>
Parameters
  • config_id - the object ID of the Address Manager configuration where the servers reside.
Successful response
200 OK
Content-Type: application/json

[
    {
        "name": "WIN-DHCP-1",
        "selected": true
     },
     {
        "name": "WIN-DHCP-2",
        "selected": true
     }
]