Skip to content

Commit c503c4e

Browse files
authored
Add status type to health_status response (#2228)
1 parent b8a88c9 commit c503c4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/_global/health_report/Response.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
* under the License.
1818
*/
1919

20-
import { Indicators } from './types'
20+
import { Indicators, IndicatorHealthStatus } from './types'
2121

2222
export class Response {
2323
body: {
2424
cluster_name: string
2525
indicators: Indicators
26+
status?: IndicatorHealthStatus
2627
}
2728
}

0 commit comments

Comments
 (0)