Returns details for a specific query.
GET https://api-<DNS.Edge.URL>/v3/api/dnsQueryLogs/{queryId} Authorization: Bearer token
Successful response
200 OK Content-Type: application/JSON [ { "time": 1588863296043, "source": "197.210.227.230", "siteId": "91d9e73b-c5ce-4f92-a419-5d421e8fef25", "query": "VERSION.BIND.", "queryType": "TXT", "actionTaken": "query-response", "response": "NOERROR", "id": "1588863296043BF913F410812953C6909E622C4702754", "matchedPolicies": [ ], "answers": [ { "domainName": "VERSION.BIND.", "recordType": "TXT", "parsed": true, "rData": "1.0.0" } ], "authority": [], "queryProtocol": "UDP", "threats": [], "queriedNamespaces": [ { "id": "9bba84cc-00eb-4a6a-985b-b9cadb9de93a", "name": "Umbrella", "rCode": "NOERROR" }, .... ], "latency": 2, "queryId": 18157, "queryClassId": 1, "queryEdnsOptions": [ { "code": 8, "value":"2600:1f18:1321:3900::/64/0" } ], "responseEdnsOptions": [ { "code": 8, "value": "2600:1f18:1321:3900::/64/0" } ] }
Returns the following information:
|
Possible error codes
|