Skip to content

Commit

Permalink
Added cluster_manager_timeout.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Jul 15, 2024
1 parent e043461 commit ba5ce40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba5ce40

Please sign in to comment.