Merge: + new query logs API
* commit '59c4a2886a97143e3a36912ec895dc1a06be88cc': openapi If there are no more older entries, `"oldest":""` is returned. fix search by "whitelisted", "rewritten" doc fix whois test + "dot" openapi * minor + client_proto * openapi + new query logs API
This commit is contained in:
@@ -163,29 +163,26 @@ paths:
|
||||
description: Limit the number of records to be returned
|
||||
schema:
|
||||
type: integer
|
||||
- name: filter_domain
|
||||
- name: search
|
||||
in: query
|
||||
description: Filter by domain name
|
||||
description: Filter by domain name or client IP
|
||||
schema:
|
||||
type: string
|
||||
- name: filter_client
|
||||
in: query
|
||||
description: Filter by client
|
||||
schema:
|
||||
type: string
|
||||
- name: filter_question_type
|
||||
in: query
|
||||
description: Filter by question type
|
||||
schema:
|
||||
type: string
|
||||
- name: filter_response_status
|
||||
- name: response_status
|
||||
in: query
|
||||
description: Filter by response status
|
||||
schema:
|
||||
type: string
|
||||
enum:
|
||||
- null
|
||||
- all
|
||||
- filtered
|
||||
- blocked
|
||||
- blocked_safebrowsing
|
||||
- blocked_parental
|
||||
- whitelisted
|
||||
- rewritten
|
||||
- safe_search
|
||||
- processed
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
@@ -1420,11 +1417,19 @@ components:
|
||||
description: Answer from upstream server (optional)
|
||||
items:
|
||||
$ref: "#/components/schemas/DnsAnswer"
|
||||
upstream:
|
||||
type: string
|
||||
description: Upstream URL starting with tcp://, tls://, https://, or with an IP address
|
||||
answer_dnssec:
|
||||
type: boolean
|
||||
client:
|
||||
type: string
|
||||
example: 192.168.0.1
|
||||
client_proto:
|
||||
enum:
|
||||
- dot
|
||||
- doh
|
||||
- ""
|
||||
elapsedMs:
|
||||
type: string
|
||||
example: "54.023928"
|
||||
|
||||
Reference in New Issue
Block a user