IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ElasticsearchBlockingIssueElement

edit

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