/v1/api/list/system/{listName} (GET) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Returns the specifed system-maintained domain lists, including all of the domains in the list, and the last time each listed domain incurred DNS traffic identifying it as suspected tunneling.

Request: GET https://api-<BlueCat.edge.url>/v1/api/list/system/tunneling
Authorization: Bearer token
Content-type: application/JSON

Parameter

The only currently acceptable value for the listName is tunneling, which will return the content of the system-maintained tunneling quarantine list.

Successful response

200 OK
Content-Type: application/JSON
[{
   "domain": "tunneling-domain.com",
   "lastObserved": "151069383"
},
{
  "domain": "bad-domain.com",
   "lastObserved": "151069392"
}]
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • INTERNAL SERVER ERROR