A newer version is available. 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" ] }