IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ElasticsearchClusterBlockingIssueElement
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchClusterBlockingIssueElement
editInformation 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"
]
}