/v2/domainLists/{domainListId} (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 specific domain list.

GET https://api-<BlueCat.edge.url>/v2/domainLists/{domainListId}
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