IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ElasticsearchClusterBlockingIssueElement

edit

Information about an issue and the Elasticsearch instance it affects.

Properties

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

Example

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