/v2/domainLists (GET) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
Version
Service Point v4.x.x

Gets a list of domain lists. You can also get a list of domains with names containing the search fragment by specifying the ?nameContains={fragment} optional parameter.

GET https://api-<BlueCat.edge.url>/v2/domainLists?nameContains={fragment}
Authorization: Bearer authorization token
Content-type: application/JSON

Successful response

200 OK
[
   {
      "sourceType": "user",
      "id": "<domain-list-id>",
      "name": "<domain-list-name>",
      "description": "<description>",
      "domainCount": <count>
   },
   ...
]
Possible error codes
  • UNEXPECTED_ERROR - Internal server error