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"
   ]
}