mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-08-23 21:36:25 +00:00
Initial thoughts on swagger change
Signed-off-by: Chris Green <34572557+cgreen12@users.noreply.github.com>
This commit is contained in:
+11
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user