ElasticsearchBlockingIssueElement
editElasticsearchBlockingIssueElement
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" }