ElasticsearchBlockingIssues
editElasticsearchBlockingIssues
editIssues that prevent the Elasticsearch cluster or index from correctly operating.
Properties
edit-
blocks
(array[
ElasticsearchBlockingIssueElement
]
, required) - A list of blocks that affect the availability of the cluster
-
healthy
(boolean
, required) - Whether the cluster has issues (false) or not (true)
Example
edit{ "blocks" : [ { "description" : "string", "level" : "string" } ], "healthy" : true }