ElasticsearchClusterBlockingIssueElementedit

Information about an issue and the Elasticsearch instance it affects.

Propertiesedit

description (string)
Description of the issue
instances (array[string])
A list of instances that are affected by the issue

Exampleedit

{
   "description" : "string",
   "instances" : [
      "string"
   ]
}