A newer version is available. For the latest information, see the
current release documentation.
ElasticsearchBlockingIssueElement
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchBlockingIssueElement
editInformation about index or cluster blocks
Properties
edit-
description(string, required) - Description of the block
-
level(string; allowed values: [index,global], required) - Applicable level for the block. Either global ie. cluster-wide or index level
Example
edit{
"description" : "string",
"level" : "string"
}