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

ElasticsearchClusterBlockingIssueElement

edit

Provides detailed information about an issue and the instances 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"
   ]
}