Skip to content

Commit

Permalink
Add status type to health_status response (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Aug 15, 2023
1 parent b8a88c9 commit c503c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/_global/health_report/Response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
* under the License.
*/

import { Indicators } from './types'
import { Indicators, IndicatorHealthStatus } from './types'

export class Response {
body: {
cluster_name: string
indicators: Indicators
status?: IndicatorHealthStatus
}
}

0 comments on commit c503c4e

Please sign in to comment.