IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ElasticsearchClusterBlockingIssueElement
editElasticsearchClusterBlockingIssueElement
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" ] }