ElasticsearchBlockingIssueElementedit

Information about index or cluster blocks

Propertiesedit

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

Exampleedit

{
   "description" : "string",
   "level" : "string"
}