ElasticsearchBlockingIssuesedit

Issues that prevent the Elasticsearch cluster or index from correctly operating.

Propertiesedit

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)

Exampleedit

{
   "blocks" : [
      {
         "description" : "string",
         "level" : "string"
      }
   ],
   "healthy" : true
}