From ba5ce40931dfae7078f3fe6fd5c08046bb8f80cf Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 15 Jul 2024 13:27:48 -0400 Subject: [PATCH] Added cluster_manager_timeout. Signed-off-by: dblock --- spec/namespaces/indices.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/namespaces/indices.yaml b/spec/namespaces/indices.yaml index 1ba7e4a5c..dc113533b 100644 --- a/spec/namespaces/indices.yaml +++ b/spec/namespaces/indices.yaml @@ -894,6 +894,7 @@ paths: parameters: - $ref: '#/components/parameters/indices.exists::path.index' - $ref: '#/components/parameters/indices.exists::query.allow_no_indices' + - $ref: '#/components/parameters/indices.exists::query.cluster_manager_timeout' - $ref: '#/components/parameters/indices.exists::query.expand_wildcards' - $ref: '#/components/parameters/indices.exists::query.flat_settings' - $ref: '#/components/parameters/indices.exists::query.ignore_unavailable' @@ -3220,6 +3221,13 @@ components: schema: $ref: '../schemas/_common.yaml#/components/schemas/Indices' style: simple + indices.exists::query.cluster_manager_timeout: + name: cluster_manager_timeout + in: query + description: Operation timeout for connection to cluster-manager node. + schema: + $ref: '../schemas/_common.yaml#/components/schemas/Duration' + x-version-added: '2.0' indices.exists::query.allow_no_indices: in: query name: allow_no_indices