Initial thoughts on swagger change

Signed-off-by: Chris Green <34572557+cgreen12@users.noreply.github.com>
This commit is contained in:
Chris Green
2019-06-01 11:41:01 -04:00
parent 7b2affea29
commit aa66c94d47
+11
View File
@@ -12,6 +12,15 @@ definitions:
type: integer
ping:
type: integer
DnsResults:
properties:
host:
type: string
response-time-ms:
type: number
format: int64
error:
type: string
PingResults:
type: object
properties:
@@ -20,6 +29,8 @@ definitions:
type: string
received:
$ref: '#/definitions/CallStats'
dnsResults:
$ref: '#/definitions/DnsResults'
PodResult:
type: object
properties: