Skip to content

Commit

Permalink
Merge branch 'master' into fix/1810
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jun 18, 2020
2 parents 15db9e9 + ec6e0be commit 188bbad
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1213,15 +1213,15 @@ components:
top_queried_domains:
type: array
items:
type: object
$ref: "#/components/schemas/TopArrayEntry"
top_clients:
type: array
items:
type: object
$ref: "#/components/schemas/TopArrayEntry"
top_blocked_domains:
type: array
items:
type: object
$ref: "#/components/schemas/TopArrayEntry"
dns_queries:
type: array
items:
Expand All @@ -1238,6 +1238,12 @@ components:
type: array
items:
type: integer
TopArrayEntry:
type: object
description: Represent the number of hits per key (domain or client IP)
properties:
domain_or_ip:
type: integer
StatsConfig:
type: object
description: Statistics configuration
Expand Down

0 comments on commit 188bbad

Please sign in to comment.