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

ElasticsearchClusterBlockingIssueElement

edit

This endpoint is deprecated and scheduled to be removed in the next major version. Use blocks in cluster_blocking_issues instead

Information about an issue and the Elasticsearch instance it affects.

Properties

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

Example

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