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-<DNS.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