diff --git a/swagger.yml b/swagger.yml index 0c4c063..2d0c3ee 100644 --- a/swagger.yml +++ b/swagger.yml @@ -136,11 +136,19 @@ definitions: OK: type: boolean default: false - instancesHealthy: + podsHealthy: type: array items: type: string - instancesUnealthy: + podsUnhealthy: + type: array + items: + type: string + hostsHealthy: + type: array + items: + type: string + hostsUnhealthy: type: array items: type: string