ElasticsearchClusterBlockingIssuesedit

Information about issues that prevent either whole cluster or a particular index from operating correctly

Propertiesedit

cluster_level (array[ElasticsearchClusterBlockingIssueElement])
A list of issues that affect availability of entire cluster
healthy (boolean)
Whether the cluster has issues (false) or not (true)
index_level (array[ElasticsearchClusterBlockingIssueElement])
A list of issues that affect availability of the cluster's indices

Exampleedit

{
   "cluster_level" : [
      {
         "description" : "string",
         "instances" : [
            "string"
         ]
      }
   ],
   "healthy" : true,
   "index_level" : [
      null
   ]
}