diff --git a/compiler-rs/clients_schema_to_openapi/src/components.rs b/compiler-rs/clients_schema_to_openapi/src/components.rs index 4315a12534..4b2a919c82 100644 --- a/compiler-rs/clients_schema_to_openapi/src/components.rs +++ b/compiler-rs/clients_schema_to_openapi/src/components.rs @@ -20,6 +20,10 @@ use openapiv3::{Components, Parameter, ReferenceOr, RequestBody, Response, Schem use crate::utils::SchemaName; +// Separator used to combine parts of a component path. +// See https://github.com/elastic/elasticsearch-specification/issues/4183 +pub const SEPARATOR: char = ':'; + pub struct TypesAndComponents<'a> { pub model: &'a clients_schema::IndexedModel, pub components: &'a mut Components, @@ -43,14 +47,14 @@ impl<'a> TypesAndComponents<'a> { let suffix = if duplicate { "_" } else { "" }; let result = ReferenceOr::Reference { reference: format!( - "#/components/parameters/{}#{}{}", + "#/components/parameters/{}{SEPARATOR}{}{}", endpoint, ¶m.parameter_data_ref().name, suffix ), }; self.components.parameters.insert( - format!("{}#{}{}", endpoint, ¶m.parameter_data_ref().name, suffix), + format!("{}{SEPARATOR}{}{}", endpoint, ¶m.parameter_data_ref().name, suffix), ReferenceOr::Item(param), ); result @@ -59,9 +63,9 @@ impl<'a> TypesAndComponents<'a> { pub fn add_response(&mut self, endpoint: &str, status: StatusCode, response: Response) -> ReferenceOr { self.components .responses - .insert(format!("{}#{}", endpoint, status), ReferenceOr::Item(response)); + .insert(format!("{}{SEPARATOR}{}", endpoint, status), ReferenceOr::Item(response)); ReferenceOr::Reference { - reference: format!("#/components/responses/{}#{}", endpoint, status), + reference: format!("#/components/responses/{}{SEPARATOR}{}", endpoint, status), } } diff --git a/compiler-rs/clients_schema_to_openapi/src/paths.rs b/compiler-rs/clients_schema_to_openapi/src/paths.rs index 62fd16dc98..c881466415 100644 --- a/compiler-rs/clients_schema_to_openapi/src/paths.rs +++ b/compiler-rs/clients_schema_to_openapi/src/paths.rs @@ -132,14 +132,14 @@ pub fn add_endpoint( external_value: None, extensions: Default::default(), }; - openapi_examples.insert(name.clone(), ReferenceOr::Item(openapi_example)); + openapi_examples.insert(name.clone(), ReferenceOr::Item(openapi_example)); } return openapi_examples; } let mut request_examples: IndexMap> = indexmap! {}; - // If this endpoint request has examples in schema.json, convert them to the + // If this endpoint request has examples in schema.json, convert them to the // OpenAPI format and add them to the endpoint request in the OpenAPI document. if request.examples.is_some() { request_examples = get_openapi_examples(request.examples.as_ref().unwrap().clone()); @@ -177,7 +177,7 @@ pub fn add_endpoint( // TODO: handle binary responses let response_def = tac.model.get_response(endpoint.response.as_ref().unwrap())?; let mut response_examples: IndexMap> = indexmap! {}; - // If this endpoint response has examples in schema.json, convert them to the + // If this endpoint response has examples in schema.json, convert them to the // OpenAPI format and add them to the endpoint response in the OpenAPI document. if response_def.examples.is_some() { response_examples = get_openapi_examples(response_def.examples.as_ref().unwrap().clone()); diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm index 7eddf69b79..7c3ae35835 100644 Binary files a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm and b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm differ diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 8429217e9f..48a26e77a2 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -188,133 +188,133 @@ "operationId": "async-search-submit", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit#wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit#keep_alive" + "$ref": "#/components/parameters/async_search.submit:keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit#keep_on_completion" + "$ref": "#/components/parameters/async_search.submit:keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit#allow_no_indices" + "$ref": "#/components/parameters/async_search.submit:allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit#allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit#analyzer" + "$ref": "#/components/parameters/async_search.submit:analyzer" }, { - "$ref": "#/components/parameters/async_search.submit#analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit#batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit#default_operator" + "$ref": "#/components/parameters/async_search.submit:default_operator" }, { - "$ref": "#/components/parameters/async_search.submit#df" + "$ref": "#/components/parameters/async_search.submit:df" }, { - "$ref": "#/components/parameters/async_search.submit#docvalue_fields" + "$ref": "#/components/parameters/async_search.submit:docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit#expand_wildcards" + "$ref": "#/components/parameters/async_search.submit:expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit#explain" + "$ref": "#/components/parameters/async_search.submit:explain" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_throttled" + "$ref": "#/components/parameters/async_search.submit:ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit#lenient" + "$ref": "#/components/parameters/async_search.submit:lenient" }, { - "$ref": "#/components/parameters/async_search.submit#max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit#preference" + "$ref": "#/components/parameters/async_search.submit:preference" }, { - "$ref": "#/components/parameters/async_search.submit#request_cache" + "$ref": "#/components/parameters/async_search.submit:request_cache" }, { - "$ref": "#/components/parameters/async_search.submit#routing" + "$ref": "#/components/parameters/async_search.submit:routing" }, { - "$ref": "#/components/parameters/async_search.submit#search_type" + "$ref": "#/components/parameters/async_search.submit:search_type" }, { - "$ref": "#/components/parameters/async_search.submit#stats" + "$ref": "#/components/parameters/async_search.submit:stats" }, { - "$ref": "#/components/parameters/async_search.submit#stored_fields" + "$ref": "#/components/parameters/async_search.submit:stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_field" + "$ref": "#/components/parameters/async_search.submit:suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_mode" + "$ref": "#/components/parameters/async_search.submit:suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_size" + "$ref": "#/components/parameters/async_search.submit:suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_text" + "$ref": "#/components/parameters/async_search.submit:suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit#terminate_after" + "$ref": "#/components/parameters/async_search.submit:terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit#timeout" + "$ref": "#/components/parameters/async_search.submit:timeout" }, { - "$ref": "#/components/parameters/async_search.submit#track_total_hits" + "$ref": "#/components/parameters/async_search.submit:track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit#track_scores" + "$ref": "#/components/parameters/async_search.submit:track_scores" }, { - "$ref": "#/components/parameters/async_search.submit#typed_keys" + "$ref": "#/components/parameters/async_search.submit:typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit#rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit#version" + "$ref": "#/components/parameters/async_search.submit:version" }, { - "$ref": "#/components/parameters/async_search.submit#_source" + "$ref": "#/components/parameters/async_search.submit:_source" }, { - "$ref": "#/components/parameters/async_search.submit#_source_excludes" + "$ref": "#/components/parameters/async_search.submit:_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit#_source_includes" + "$ref": "#/components/parameters/async_search.submit:_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit#seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit#q" + "$ref": "#/components/parameters/async_search.submit:q" }, { - "$ref": "#/components/parameters/async_search.submit#size" + "$ref": "#/components/parameters/async_search.submit:size" }, { - "$ref": "#/components/parameters/async_search.submit#from" + "$ref": "#/components/parameters/async_search.submit:from" }, { - "$ref": "#/components/parameters/async_search.submit#sort" + "$ref": "#/components/parameters/async_search.submit:sort" } ], "requestBody": { @@ -322,7 +322,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit#200" + "$ref": "#/components/responses/async_search.submit:200" } }, "x-state": "Added in 7.7.0" @@ -338,136 +338,136 @@ "operationId": "async-search-submit-1", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit#index" + "$ref": "#/components/parameters/async_search.submit:index" }, { - "$ref": "#/components/parameters/async_search.submit#wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit#keep_alive" + "$ref": "#/components/parameters/async_search.submit:keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit#keep_on_completion" + "$ref": "#/components/parameters/async_search.submit:keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit#allow_no_indices" + "$ref": "#/components/parameters/async_search.submit:allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit#allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit#analyzer" + "$ref": "#/components/parameters/async_search.submit:analyzer" }, { - "$ref": "#/components/parameters/async_search.submit#analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit#batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit#default_operator" + "$ref": "#/components/parameters/async_search.submit:default_operator" }, { - "$ref": "#/components/parameters/async_search.submit#df" + "$ref": "#/components/parameters/async_search.submit:df" }, { - "$ref": "#/components/parameters/async_search.submit#docvalue_fields" + "$ref": "#/components/parameters/async_search.submit:docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit#expand_wildcards" + "$ref": "#/components/parameters/async_search.submit:expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit#explain" + "$ref": "#/components/parameters/async_search.submit:explain" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_throttled" + "$ref": "#/components/parameters/async_search.submit:ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit#lenient" + "$ref": "#/components/parameters/async_search.submit:lenient" }, { - "$ref": "#/components/parameters/async_search.submit#max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit#preference" + "$ref": "#/components/parameters/async_search.submit:preference" }, { - "$ref": "#/components/parameters/async_search.submit#request_cache" + "$ref": "#/components/parameters/async_search.submit:request_cache" }, { - "$ref": "#/components/parameters/async_search.submit#routing" + "$ref": "#/components/parameters/async_search.submit:routing" }, { - "$ref": "#/components/parameters/async_search.submit#search_type" + "$ref": "#/components/parameters/async_search.submit:search_type" }, { - "$ref": "#/components/parameters/async_search.submit#stats" + "$ref": "#/components/parameters/async_search.submit:stats" }, { - "$ref": "#/components/parameters/async_search.submit#stored_fields" + "$ref": "#/components/parameters/async_search.submit:stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_field" + "$ref": "#/components/parameters/async_search.submit:suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_mode" + "$ref": "#/components/parameters/async_search.submit:suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_size" + "$ref": "#/components/parameters/async_search.submit:suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_text" + "$ref": "#/components/parameters/async_search.submit:suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit#terminate_after" + "$ref": "#/components/parameters/async_search.submit:terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit#timeout" + "$ref": "#/components/parameters/async_search.submit:timeout" }, { - "$ref": "#/components/parameters/async_search.submit#track_total_hits" + "$ref": "#/components/parameters/async_search.submit:track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit#track_scores" + "$ref": "#/components/parameters/async_search.submit:track_scores" }, { - "$ref": "#/components/parameters/async_search.submit#typed_keys" + "$ref": "#/components/parameters/async_search.submit:typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit#rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit#version" + "$ref": "#/components/parameters/async_search.submit:version" }, { - "$ref": "#/components/parameters/async_search.submit#_source" + "$ref": "#/components/parameters/async_search.submit:_source" }, { - "$ref": "#/components/parameters/async_search.submit#_source_excludes" + "$ref": "#/components/parameters/async_search.submit:_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit#_source_includes" + "$ref": "#/components/parameters/async_search.submit:_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit#seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit#q" + "$ref": "#/components/parameters/async_search.submit:q" }, { - "$ref": "#/components/parameters/async_search.submit#size" + "$ref": "#/components/parameters/async_search.submit:size" }, { - "$ref": "#/components/parameters/async_search.submit#from" + "$ref": "#/components/parameters/async_search.submit:from" }, { - "$ref": "#/components/parameters/async_search.submit#sort" + "$ref": "#/components/parameters/async_search.submit:sort" } ], "requestBody": { @@ -475,7 +475,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit#200" + "$ref": "#/components/responses/async_search.submit:200" } }, "x-state": "Added in 7.7.0" @@ -751,40 +751,40 @@ "operationId": "bulk-1", "parameters": [ { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -792,7 +792,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } }, @@ -805,40 +805,40 @@ "operationId": "bulk", "parameters": [ { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -846,7 +846,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } } @@ -861,43 +861,43 @@ "operationId": "bulk-3", "parameters": [ { - "$ref": "#/components/parameters/bulk#index" + "$ref": "#/components/parameters/bulk:index" }, { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -905,7 +905,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } }, @@ -918,43 +918,43 @@ "operationId": "bulk-2", "parameters": [ { - "$ref": "#/components/parameters/bulk#index" + "$ref": "#/components/parameters/bulk:index" }, { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -962,7 +962,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } } @@ -977,21 +977,21 @@ "operationId": "cat-aliases", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases#h" + "$ref": "#/components/parameters/cat.aliases:h" }, { - "$ref": "#/components/parameters/cat.aliases#s" + "$ref": "#/components/parameters/cat.aliases:s" }, { - "$ref": "#/components/parameters/cat.aliases#expand_wildcards" + "$ref": "#/components/parameters/cat.aliases:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases#master_timeout" + "$ref": "#/components/parameters/cat.aliases:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases#200" + "$ref": "#/components/responses/cat.aliases:200" } } } @@ -1006,24 +1006,24 @@ "operationId": "cat-aliases-1", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases#name" + "$ref": "#/components/parameters/cat.aliases:name" }, { - "$ref": "#/components/parameters/cat.aliases#h" + "$ref": "#/components/parameters/cat.aliases:h" }, { - "$ref": "#/components/parameters/cat.aliases#s" + "$ref": "#/components/parameters/cat.aliases:s" }, { - "$ref": "#/components/parameters/cat.aliases#expand_wildcards" + "$ref": "#/components/parameters/cat.aliases:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases#master_timeout" + "$ref": "#/components/parameters/cat.aliases:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases#200" + "$ref": "#/components/responses/cat.aliases:200" } } } @@ -1038,24 +1038,24 @@ "operationId": "cat-allocation", "parameters": [ { - "$ref": "#/components/parameters/cat.allocation#bytes" + "$ref": "#/components/parameters/cat.allocation:bytes" }, { - "$ref": "#/components/parameters/cat.allocation#h" + "$ref": "#/components/parameters/cat.allocation:h" }, { - "$ref": "#/components/parameters/cat.allocation#s" + "$ref": "#/components/parameters/cat.allocation:s" }, { - "$ref": "#/components/parameters/cat.allocation#local" + "$ref": "#/components/parameters/cat.allocation:local" }, { - "$ref": "#/components/parameters/cat.allocation#master_timeout" + "$ref": "#/components/parameters/cat.allocation:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.allocation#200" + "$ref": "#/components/responses/cat.allocation:200" } } } @@ -1070,27 +1070,27 @@ "operationId": "cat-allocation-1", "parameters": [ { - "$ref": "#/components/parameters/cat.allocation#node_id" + "$ref": "#/components/parameters/cat.allocation:node_id" }, { - "$ref": "#/components/parameters/cat.allocation#bytes" + "$ref": "#/components/parameters/cat.allocation:bytes" }, { - "$ref": "#/components/parameters/cat.allocation#h" + "$ref": "#/components/parameters/cat.allocation:h" }, { - "$ref": "#/components/parameters/cat.allocation#s" + "$ref": "#/components/parameters/cat.allocation:s" }, { - "$ref": "#/components/parameters/cat.allocation#local" + "$ref": "#/components/parameters/cat.allocation:local" }, { - "$ref": "#/components/parameters/cat.allocation#master_timeout" + "$ref": "#/components/parameters/cat.allocation:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.allocation#200" + "$ref": "#/components/responses/cat.allocation:200" } } } @@ -1105,21 +1105,21 @@ "operationId": "cat-component-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates#h" + "$ref": "#/components/parameters/cat.component_templates:h" }, { - "$ref": "#/components/parameters/cat.component_templates#s" + "$ref": "#/components/parameters/cat.component_templates:s" }, { - "$ref": "#/components/parameters/cat.component_templates#local" + "$ref": "#/components/parameters/cat.component_templates:local" }, { - "$ref": "#/components/parameters/cat.component_templates#master_timeout" + "$ref": "#/components/parameters/cat.component_templates:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates#200" + "$ref": "#/components/responses/cat.component_templates:200" } }, "x-state": "Added in 5.1.0" @@ -1135,24 +1135,24 @@ "operationId": "cat-component-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates#name" + "$ref": "#/components/parameters/cat.component_templates:name" }, { - "$ref": "#/components/parameters/cat.component_templates#h" + "$ref": "#/components/parameters/cat.component_templates:h" }, { - "$ref": "#/components/parameters/cat.component_templates#s" + "$ref": "#/components/parameters/cat.component_templates:s" }, { - "$ref": "#/components/parameters/cat.component_templates#local" + "$ref": "#/components/parameters/cat.component_templates:local" }, { - "$ref": "#/components/parameters/cat.component_templates#master_timeout" + "$ref": "#/components/parameters/cat.component_templates:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates#200" + "$ref": "#/components/responses/cat.component_templates:200" } }, "x-state": "Added in 5.1.0" @@ -1168,15 +1168,15 @@ "operationId": "cat-count", "parameters": [ { - "$ref": "#/components/parameters/cat.count#h" + "$ref": "#/components/parameters/cat.count:h" }, { - "$ref": "#/components/parameters/cat.count#s" + "$ref": "#/components/parameters/cat.count:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count#200" + "$ref": "#/components/responses/cat.count:200" } } } @@ -1191,18 +1191,18 @@ "operationId": "cat-count-1", "parameters": [ { - "$ref": "#/components/parameters/cat.count#index" + "$ref": "#/components/parameters/cat.count:index" }, { - "$ref": "#/components/parameters/cat.count#h" + "$ref": "#/components/parameters/cat.count:h" }, { - "$ref": "#/components/parameters/cat.count#s" + "$ref": "#/components/parameters/cat.count:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count#200" + "$ref": "#/components/responses/cat.count:200" } } } @@ -1217,21 +1217,21 @@ "operationId": "cat-fielddata", "parameters": [ { - "$ref": "#/components/parameters/cat.fielddata#bytes" + "$ref": "#/components/parameters/cat.fielddata:bytes" }, { - "$ref": "#/components/parameters/cat.fielddata#fields_" + "$ref": "#/components/parameters/cat.fielddata:fields_" }, { - "$ref": "#/components/parameters/cat.fielddata#h" + "$ref": "#/components/parameters/cat.fielddata:h" }, { - "$ref": "#/components/parameters/cat.fielddata#s" + "$ref": "#/components/parameters/cat.fielddata:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.fielddata#200" + "$ref": "#/components/responses/cat.fielddata:200" } } } @@ -1246,24 +1246,24 @@ "operationId": "cat-fielddata-1", "parameters": [ { - "$ref": "#/components/parameters/cat.fielddata#fields" + "$ref": "#/components/parameters/cat.fielddata:fields" }, { - "$ref": "#/components/parameters/cat.fielddata#bytes" + "$ref": "#/components/parameters/cat.fielddata:bytes" }, { - "$ref": "#/components/parameters/cat.fielddata#fields_" + "$ref": "#/components/parameters/cat.fielddata:fields_" }, { - "$ref": "#/components/parameters/cat.fielddata#h" + "$ref": "#/components/parameters/cat.fielddata:h" }, { - "$ref": "#/components/parameters/cat.fielddata#s" + "$ref": "#/components/parameters/cat.fielddata:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.fielddata#200" + "$ref": "#/components/responses/cat.fielddata:200" } } } @@ -1373,36 +1373,36 @@ "operationId": "cat-indices", "parameters": [ { - "$ref": "#/components/parameters/cat.indices#bytes" + "$ref": "#/components/parameters/cat.indices:bytes" }, { - "$ref": "#/components/parameters/cat.indices#expand_wildcards" + "$ref": "#/components/parameters/cat.indices:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices#health" + "$ref": "#/components/parameters/cat.indices:health" }, { - "$ref": "#/components/parameters/cat.indices#include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices#pri" + "$ref": "#/components/parameters/cat.indices:pri" }, { - "$ref": "#/components/parameters/cat.indices#time" + "$ref": "#/components/parameters/cat.indices:time" }, { - "$ref": "#/components/parameters/cat.indices#master_timeout" + "$ref": "#/components/parameters/cat.indices:master_timeout" }, { - "$ref": "#/components/parameters/cat.indices#h" + "$ref": "#/components/parameters/cat.indices:h" }, { - "$ref": "#/components/parameters/cat.indices#s" + "$ref": "#/components/parameters/cat.indices:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices#200" + "$ref": "#/components/responses/cat.indices:200" } } } @@ -1417,39 +1417,39 @@ "operationId": "cat-indices-1", "parameters": [ { - "$ref": "#/components/parameters/cat.indices#index" + "$ref": "#/components/parameters/cat.indices:index" }, { - "$ref": "#/components/parameters/cat.indices#bytes" + "$ref": "#/components/parameters/cat.indices:bytes" }, { - "$ref": "#/components/parameters/cat.indices#expand_wildcards" + "$ref": "#/components/parameters/cat.indices:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices#health" + "$ref": "#/components/parameters/cat.indices:health" }, { - "$ref": "#/components/parameters/cat.indices#include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices#pri" + "$ref": "#/components/parameters/cat.indices:pri" }, { - "$ref": "#/components/parameters/cat.indices#time" + "$ref": "#/components/parameters/cat.indices:time" }, { - "$ref": "#/components/parameters/cat.indices#master_timeout" + "$ref": "#/components/parameters/cat.indices:master_timeout" }, { - "$ref": "#/components/parameters/cat.indices#h" + "$ref": "#/components/parameters/cat.indices:h" }, { - "$ref": "#/components/parameters/cat.indices#s" + "$ref": "#/components/parameters/cat.indices:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices#200" + "$ref": "#/components/responses/cat.indices:200" } } } @@ -1537,24 +1537,24 @@ "operationId": "cat-ml-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics#200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" } }, "x-state": "Added in 7.7.0" @@ -1570,27 +1570,27 @@ "operationId": "cat-ml-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#id" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:id" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics#200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" } }, "x-state": "Added in 7.7.0" @@ -1606,21 +1606,21 @@ "operationId": "cat-ml-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds#allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#h" + "$ref": "#/components/parameters/cat.ml_datafeeds:h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#s" + "$ref": "#/components/parameters/cat.ml_datafeeds:s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#time" + "$ref": "#/components/parameters/cat.ml_datafeeds:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds#200" + "$ref": "#/components/responses/cat.ml_datafeeds:200" } }, "x-state": "Added in 7.7.0" @@ -1636,24 +1636,24 @@ "operationId": "cat-ml-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds#datafeed_id" + "$ref": "#/components/parameters/cat.ml_datafeeds:datafeed_id" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#h" + "$ref": "#/components/parameters/cat.ml_datafeeds:h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#s" + "$ref": "#/components/parameters/cat.ml_datafeeds:s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#time" + "$ref": "#/components/parameters/cat.ml_datafeeds:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds#200" + "$ref": "#/components/responses/cat.ml_datafeeds:200" } }, "x-state": "Added in 7.7.0" @@ -1669,24 +1669,24 @@ "operationId": "cat-ml-jobs", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs#allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs#bytes" + "$ref": "#/components/parameters/cat.ml_jobs:bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs#h" + "$ref": "#/components/parameters/cat.ml_jobs:h" }, { - "$ref": "#/components/parameters/cat.ml_jobs#s" + "$ref": "#/components/parameters/cat.ml_jobs:s" }, { - "$ref": "#/components/parameters/cat.ml_jobs#time" + "$ref": "#/components/parameters/cat.ml_jobs:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs#200" + "$ref": "#/components/responses/cat.ml_jobs:200" } }, "x-state": "Added in 7.7.0" @@ -1702,27 +1702,27 @@ "operationId": "cat-ml-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs#job_id" + "$ref": "#/components/parameters/cat.ml_jobs:job_id" }, { - "$ref": "#/components/parameters/cat.ml_jobs#allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs#bytes" + "$ref": "#/components/parameters/cat.ml_jobs:bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs#h" + "$ref": "#/components/parameters/cat.ml_jobs:h" }, { - "$ref": "#/components/parameters/cat.ml_jobs#s" + "$ref": "#/components/parameters/cat.ml_jobs:s" }, { - "$ref": "#/components/parameters/cat.ml_jobs#time" + "$ref": "#/components/parameters/cat.ml_jobs:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs#200" + "$ref": "#/components/responses/cat.ml_jobs:200" } }, "x-state": "Added in 7.7.0" @@ -1738,30 +1738,30 @@ "operationId": "cat-ml-trained-models", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models#allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#bytes" + "$ref": "#/components/parameters/cat.ml_trained_models:bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#h" + "$ref": "#/components/parameters/cat.ml_trained_models:h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#s" + "$ref": "#/components/parameters/cat.ml_trained_models:s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#from" + "$ref": "#/components/parameters/cat.ml_trained_models:from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#size" + "$ref": "#/components/parameters/cat.ml_trained_models:size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#time" + "$ref": "#/components/parameters/cat.ml_trained_models:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models#200" + "$ref": "#/components/responses/cat.ml_trained_models:200" } }, "x-state": "Added in 7.7.0" @@ -1777,33 +1777,33 @@ "operationId": "cat-ml-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models#model_id" + "$ref": "#/components/parameters/cat.ml_trained_models:model_id" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#bytes" + "$ref": "#/components/parameters/cat.ml_trained_models:bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#h" + "$ref": "#/components/parameters/cat.ml_trained_models:h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#s" + "$ref": "#/components/parameters/cat.ml_trained_models:s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#from" + "$ref": "#/components/parameters/cat.ml_trained_models:from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#size" + "$ref": "#/components/parameters/cat.ml_trained_models:size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#time" + "$ref": "#/components/parameters/cat.ml_trained_models:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models#200" + "$ref": "#/components/responses/cat.ml_trained_models:200" } }, "x-state": "Added in 7.7.0" @@ -2180,30 +2180,30 @@ "operationId": "cat-recovery", "parameters": [ { - "$ref": "#/components/parameters/cat.recovery#active_only" + "$ref": "#/components/parameters/cat.recovery:active_only" }, { - "$ref": "#/components/parameters/cat.recovery#bytes" + "$ref": "#/components/parameters/cat.recovery:bytes" }, { - "$ref": "#/components/parameters/cat.recovery#detailed" + "$ref": "#/components/parameters/cat.recovery:detailed" }, { - "$ref": "#/components/parameters/cat.recovery#index_" + "$ref": "#/components/parameters/cat.recovery:index_" }, { - "$ref": "#/components/parameters/cat.recovery#h" + "$ref": "#/components/parameters/cat.recovery:h" }, { - "$ref": "#/components/parameters/cat.recovery#s" + "$ref": "#/components/parameters/cat.recovery:s" }, { - "$ref": "#/components/parameters/cat.recovery#time" + "$ref": "#/components/parameters/cat.recovery:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.recovery#200" + "$ref": "#/components/responses/cat.recovery:200" } } } @@ -2218,33 +2218,33 @@ "operationId": "cat-recovery-1", "parameters": [ { - "$ref": "#/components/parameters/cat.recovery#index" + "$ref": "#/components/parameters/cat.recovery:index" }, { - "$ref": "#/components/parameters/cat.recovery#active_only" + "$ref": "#/components/parameters/cat.recovery:active_only" }, { - "$ref": "#/components/parameters/cat.recovery#bytes" + "$ref": "#/components/parameters/cat.recovery:bytes" }, { - "$ref": "#/components/parameters/cat.recovery#detailed" + "$ref": "#/components/parameters/cat.recovery:detailed" }, { - "$ref": "#/components/parameters/cat.recovery#index_" + "$ref": "#/components/parameters/cat.recovery:index_" }, { - "$ref": "#/components/parameters/cat.recovery#h" + "$ref": "#/components/parameters/cat.recovery:h" }, { - "$ref": "#/components/parameters/cat.recovery#s" + "$ref": "#/components/parameters/cat.recovery:s" }, { - "$ref": "#/components/parameters/cat.recovery#time" + "$ref": "#/components/parameters/cat.recovery:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.recovery#200" + "$ref": "#/components/responses/cat.recovery:200" } } } @@ -2333,24 +2333,24 @@ "operationId": "cat-segments", "parameters": [ { - "$ref": "#/components/parameters/cat.segments#bytes" + "$ref": "#/components/parameters/cat.segments:bytes" }, { - "$ref": "#/components/parameters/cat.segments#h" + "$ref": "#/components/parameters/cat.segments:h" }, { - "$ref": "#/components/parameters/cat.segments#s" + "$ref": "#/components/parameters/cat.segments:s" }, { - "$ref": "#/components/parameters/cat.segments#local" + "$ref": "#/components/parameters/cat.segments:local" }, { - "$ref": "#/components/parameters/cat.segments#master_timeout" + "$ref": "#/components/parameters/cat.segments:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.segments#200" + "$ref": "#/components/responses/cat.segments:200" } } } @@ -2365,27 +2365,27 @@ "operationId": "cat-segments-1", "parameters": [ { - "$ref": "#/components/parameters/cat.segments#index" + "$ref": "#/components/parameters/cat.segments:index" }, { - "$ref": "#/components/parameters/cat.segments#bytes" + "$ref": "#/components/parameters/cat.segments:bytes" }, { - "$ref": "#/components/parameters/cat.segments#h" + "$ref": "#/components/parameters/cat.segments:h" }, { - "$ref": "#/components/parameters/cat.segments#s" + "$ref": "#/components/parameters/cat.segments:s" }, { - "$ref": "#/components/parameters/cat.segments#local" + "$ref": "#/components/parameters/cat.segments:local" }, { - "$ref": "#/components/parameters/cat.segments#master_timeout" + "$ref": "#/components/parameters/cat.segments:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.segments#200" + "$ref": "#/components/responses/cat.segments:200" } } } @@ -2400,24 +2400,24 @@ "operationId": "cat-shards", "parameters": [ { - "$ref": "#/components/parameters/cat.shards#bytes" + "$ref": "#/components/parameters/cat.shards:bytes" }, { - "$ref": "#/components/parameters/cat.shards#h" + "$ref": "#/components/parameters/cat.shards:h" }, { - "$ref": "#/components/parameters/cat.shards#s" + "$ref": "#/components/parameters/cat.shards:s" }, { - "$ref": "#/components/parameters/cat.shards#master_timeout" + "$ref": "#/components/parameters/cat.shards:master_timeout" }, { - "$ref": "#/components/parameters/cat.shards#time" + "$ref": "#/components/parameters/cat.shards:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.shards#200" + "$ref": "#/components/responses/cat.shards:200" } } } @@ -2432,27 +2432,27 @@ "operationId": "cat-shards-1", "parameters": [ { - "$ref": "#/components/parameters/cat.shards#index" + "$ref": "#/components/parameters/cat.shards:index" }, { - "$ref": "#/components/parameters/cat.shards#bytes" + "$ref": "#/components/parameters/cat.shards:bytes" }, { - "$ref": "#/components/parameters/cat.shards#h" + "$ref": "#/components/parameters/cat.shards:h" }, { - "$ref": "#/components/parameters/cat.shards#s" + "$ref": "#/components/parameters/cat.shards:s" }, { - "$ref": "#/components/parameters/cat.shards#master_timeout" + "$ref": "#/components/parameters/cat.shards:master_timeout" }, { - "$ref": "#/components/parameters/cat.shards#time" + "$ref": "#/components/parameters/cat.shards:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.shards#200" + "$ref": "#/components/responses/cat.shards:200" } } } @@ -2467,24 +2467,24 @@ "operationId": "cat-snapshots", "parameters": [ { - "$ref": "#/components/parameters/cat.snapshots#ignore_unavailable" + "$ref": "#/components/parameters/cat.snapshots:ignore_unavailable" }, { - "$ref": "#/components/parameters/cat.snapshots#h" + "$ref": "#/components/parameters/cat.snapshots:h" }, { - "$ref": "#/components/parameters/cat.snapshots#s" + "$ref": "#/components/parameters/cat.snapshots:s" }, { - "$ref": "#/components/parameters/cat.snapshots#master_timeout" + "$ref": "#/components/parameters/cat.snapshots:master_timeout" }, { - "$ref": "#/components/parameters/cat.snapshots#time" + "$ref": "#/components/parameters/cat.snapshots:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.snapshots#200" + "$ref": "#/components/responses/cat.snapshots:200" } }, "x-state": "Added in 2.1.0" @@ -2500,27 +2500,27 @@ "operationId": "cat-snapshots-1", "parameters": [ { - "$ref": "#/components/parameters/cat.snapshots#repository" + "$ref": "#/components/parameters/cat.snapshots:repository" }, { - "$ref": "#/components/parameters/cat.snapshots#ignore_unavailable" + "$ref": "#/components/parameters/cat.snapshots:ignore_unavailable" }, { - "$ref": "#/components/parameters/cat.snapshots#h" + "$ref": "#/components/parameters/cat.snapshots:h" }, { - "$ref": "#/components/parameters/cat.snapshots#s" + "$ref": "#/components/parameters/cat.snapshots:s" }, { - "$ref": "#/components/parameters/cat.snapshots#master_timeout" + "$ref": "#/components/parameters/cat.snapshots:master_timeout" }, { - "$ref": "#/components/parameters/cat.snapshots#time" + "$ref": "#/components/parameters/cat.snapshots:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.snapshots#200" + "$ref": "#/components/responses/cat.snapshots:200" } }, "x-state": "Added in 2.1.0" @@ -2666,21 +2666,21 @@ "operationId": "cat-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.templates#h" + "$ref": "#/components/parameters/cat.templates:h" }, { - "$ref": "#/components/parameters/cat.templates#s" + "$ref": "#/components/parameters/cat.templates:s" }, { - "$ref": "#/components/parameters/cat.templates#local" + "$ref": "#/components/parameters/cat.templates:local" }, { - "$ref": "#/components/parameters/cat.templates#master_timeout" + "$ref": "#/components/parameters/cat.templates:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.templates#200" + "$ref": "#/components/responses/cat.templates:200" } }, "x-state": "Added in 5.2.0" @@ -2696,24 +2696,24 @@ "operationId": "cat-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.templates#name" + "$ref": "#/components/parameters/cat.templates:name" }, { - "$ref": "#/components/parameters/cat.templates#h" + "$ref": "#/components/parameters/cat.templates:h" }, { - "$ref": "#/components/parameters/cat.templates#s" + "$ref": "#/components/parameters/cat.templates:s" }, { - "$ref": "#/components/parameters/cat.templates#local" + "$ref": "#/components/parameters/cat.templates:local" }, { - "$ref": "#/components/parameters/cat.templates#master_timeout" + "$ref": "#/components/parameters/cat.templates:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.templates#200" + "$ref": "#/components/responses/cat.templates:200" } }, "x-state": "Added in 5.2.0" @@ -2729,24 +2729,24 @@ "operationId": "cat-thread-pool", "parameters": [ { - "$ref": "#/components/parameters/cat.thread_pool#h" + "$ref": "#/components/parameters/cat.thread_pool:h" }, { - "$ref": "#/components/parameters/cat.thread_pool#s" + "$ref": "#/components/parameters/cat.thread_pool:s" }, { - "$ref": "#/components/parameters/cat.thread_pool#time" + "$ref": "#/components/parameters/cat.thread_pool:time" }, { - "$ref": "#/components/parameters/cat.thread_pool#local" + "$ref": "#/components/parameters/cat.thread_pool:local" }, { - "$ref": "#/components/parameters/cat.thread_pool#master_timeout" + "$ref": "#/components/parameters/cat.thread_pool:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.thread_pool#200" + "$ref": "#/components/responses/cat.thread_pool:200" } } } @@ -2761,27 +2761,27 @@ "operationId": "cat-thread-pool-1", "parameters": [ { - "$ref": "#/components/parameters/cat.thread_pool#thread_pool_patterns" + "$ref": "#/components/parameters/cat.thread_pool:thread_pool_patterns" }, { - "$ref": "#/components/parameters/cat.thread_pool#h" + "$ref": "#/components/parameters/cat.thread_pool:h" }, { - "$ref": "#/components/parameters/cat.thread_pool#s" + "$ref": "#/components/parameters/cat.thread_pool:s" }, { - "$ref": "#/components/parameters/cat.thread_pool#time" + "$ref": "#/components/parameters/cat.thread_pool:time" }, { - "$ref": "#/components/parameters/cat.thread_pool#local" + "$ref": "#/components/parameters/cat.thread_pool:local" }, { - "$ref": "#/components/parameters/cat.thread_pool#master_timeout" + "$ref": "#/components/parameters/cat.thread_pool:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.thread_pool#200" + "$ref": "#/components/responses/cat.thread_pool:200" } } } @@ -2796,27 +2796,27 @@ "operationId": "cat-transforms", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms#allow_no_match" + "$ref": "#/components/parameters/cat.transforms:allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms#from" + "$ref": "#/components/parameters/cat.transforms:from" }, { - "$ref": "#/components/parameters/cat.transforms#h" + "$ref": "#/components/parameters/cat.transforms:h" }, { - "$ref": "#/components/parameters/cat.transforms#s" + "$ref": "#/components/parameters/cat.transforms:s" }, { - "$ref": "#/components/parameters/cat.transforms#time" + "$ref": "#/components/parameters/cat.transforms:time" }, { - "$ref": "#/components/parameters/cat.transforms#size" + "$ref": "#/components/parameters/cat.transforms:size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms#200" + "$ref": "#/components/responses/cat.transforms:200" } }, "x-state": "Added in 7.7.0" @@ -2832,30 +2832,30 @@ "operationId": "cat-transforms-1", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms#transform_id" + "$ref": "#/components/parameters/cat.transforms:transform_id" }, { - "$ref": "#/components/parameters/cat.transforms#allow_no_match" + "$ref": "#/components/parameters/cat.transforms:allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms#from" + "$ref": "#/components/parameters/cat.transforms:from" }, { - "$ref": "#/components/parameters/cat.transforms#h" + "$ref": "#/components/parameters/cat.transforms:h" }, { - "$ref": "#/components/parameters/cat.transforms#s" + "$ref": "#/components/parameters/cat.transforms:s" }, { - "$ref": "#/components/parameters/cat.transforms#time" + "$ref": "#/components/parameters/cat.transforms:time" }, { - "$ref": "#/components/parameters/cat.transforms#size" + "$ref": "#/components/parameters/cat.transforms:size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms#200" + "$ref": "#/components/responses/cat.transforms:200" } }, "x-state": "Added in 7.7.0" @@ -2874,15 +2874,15 @@ "operationId": "ccr-get-auto-follow-pattern-1", "parameters": [ { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern#name" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:name" }, { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern#master_timeout" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ccr.get_auto_follow_pattern#200" + "$ref": "#/components/responses/ccr.get_auto_follow_pattern:200" } }, "x-state": "Added in 6.5.0" @@ -3464,12 +3464,12 @@ "operationId": "ccr-get-auto-follow-pattern", "parameters": [ { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern#master_timeout" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ccr.get_auto_follow_pattern#200" + "$ref": "#/components/responses/ccr.get_auto_follow_pattern:200" } }, "x-state": "Added in 6.5.0" @@ -3870,13 +3870,13 @@ "operationId": "scroll", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -3884,7 +3884,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -3900,13 +3900,13 @@ "operationId": "scroll-1", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -3914,7 +3914,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -3933,7 +3933,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll#200" + "$ref": "#/components/responses/clear_scroll:200" } } } @@ -3951,16 +3951,16 @@ "operationId": "scroll-2", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll_id" + "$ref": "#/components/parameters/scroll:scroll_id" }, { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -3968,7 +3968,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -3984,16 +3984,16 @@ "operationId": "scroll-3", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll_id" + "$ref": "#/components/parameters/scroll:scroll_id" }, { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -4001,7 +4001,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -4017,7 +4017,7 @@ "operationId": "clear-scroll-1", "parameters": [ { - "$ref": "#/components/parameters/clear_scroll#scroll_id" + "$ref": "#/components/parameters/clear_scroll:scroll_id" } ], "requestBody": { @@ -4025,7 +4025,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll#200" + "$ref": "#/components/responses/clear_scroll:200" } } } @@ -4106,13 +4106,13 @@ "operationId": "cluster-allocation-explain", "parameters": [ { - "$ref": "#/components/parameters/cluster.allocation_explain#include_disk_info" + "$ref": "#/components/parameters/cluster.allocation_explain:include_disk_info" }, { - "$ref": "#/components/parameters/cluster.allocation_explain#include_yes_decisions" + "$ref": "#/components/parameters/cluster.allocation_explain:include_yes_decisions" }, { - "$ref": "#/components/parameters/cluster.allocation_explain#master_timeout" + "$ref": "#/components/parameters/cluster.allocation_explain:master_timeout" } ], "requestBody": { @@ -4120,7 +4120,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.allocation_explain#200" + "$ref": "#/components/responses/cluster.allocation_explain:200" } }, "x-state": "Added in 5.0.0" @@ -4134,13 +4134,13 @@ "operationId": "cluster-allocation-explain-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.allocation_explain#include_disk_info" + "$ref": "#/components/parameters/cluster.allocation_explain:include_disk_info" }, { - "$ref": "#/components/parameters/cluster.allocation_explain#include_yes_decisions" + "$ref": "#/components/parameters/cluster.allocation_explain:include_yes_decisions" }, { - "$ref": "#/components/parameters/cluster.allocation_explain#master_timeout" + "$ref": "#/components/parameters/cluster.allocation_explain:master_timeout" } ], "requestBody": { @@ -4148,7 +4148,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.allocation_explain#200" + "$ref": "#/components/responses/cluster.allocation_explain:200" } }, "x-state": "Added in 5.0.0" @@ -4164,24 +4164,24 @@ "operationId": "cluster-get-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template#name" + "$ref": "#/components/parameters/cluster.get_component_template:name" }, { - "$ref": "#/components/parameters/cluster.get_component_template#flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template#include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template#local" + "$ref": "#/components/parameters/cluster.get_component_template:local" }, { - "$ref": "#/components/parameters/cluster.get_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template#200" + "$ref": "#/components/responses/cluster.get_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -4195,13 +4195,13 @@ "operationId": "cluster-put-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template#name" + "$ref": "#/components/parameters/cluster.put_component_template:name" }, { - "$ref": "#/components/parameters/cluster.put_component_template#create" + "$ref": "#/components/parameters/cluster.put_component_template:create" }, { - "$ref": "#/components/parameters/cluster.put_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" } ], "requestBody": { @@ -4209,7 +4209,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template#200" + "$ref": "#/components/responses/cluster.put_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -4223,13 +4223,13 @@ "operationId": "cluster-put-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template#name" + "$ref": "#/components/parameters/cluster.put_component_template:name" }, { - "$ref": "#/components/parameters/cluster.put_component_template#create" + "$ref": "#/components/parameters/cluster.put_component_template:create" }, { - "$ref": "#/components/parameters/cluster.put_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" } ], "requestBody": { @@ -4237,7 +4237,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template#200" + "$ref": "#/components/responses/cluster.put_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -4463,21 +4463,21 @@ "operationId": "cluster-get-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template#flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template#include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template#local" + "$ref": "#/components/parameters/cluster.get_component_template:local" }, { - "$ref": "#/components/parameters/cluster.get_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template#200" + "$ref": "#/components/responses/cluster.get_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -4691,42 +4691,42 @@ "operationId": "cluster-health", "parameters": [ { - "$ref": "#/components/parameters/cluster.health#expand_wildcards" + "$ref": "#/components/parameters/cluster.health:expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.health#level" + "$ref": "#/components/parameters/cluster.health:level" }, { - "$ref": "#/components/parameters/cluster.health#local" + "$ref": "#/components/parameters/cluster.health:local" }, { - "$ref": "#/components/parameters/cluster.health#master_timeout" + "$ref": "#/components/parameters/cluster.health:master_timeout" }, { - "$ref": "#/components/parameters/cluster.health#timeout" + "$ref": "#/components/parameters/cluster.health:timeout" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_active_shards" + "$ref": "#/components/parameters/cluster.health:wait_for_active_shards" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_events" + "$ref": "#/components/parameters/cluster.health:wait_for_events" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_nodes" + "$ref": "#/components/parameters/cluster.health:wait_for_nodes" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_no_initializing_shards" + "$ref": "#/components/parameters/cluster.health:wait_for_no_initializing_shards" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_no_relocating_shards" + "$ref": "#/components/parameters/cluster.health:wait_for_no_relocating_shards" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_status" + "$ref": "#/components/parameters/cluster.health:wait_for_status" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.health#200" + "$ref": "#/components/responses/cluster.health:200" } }, "x-state": "Added in 1.3.0" @@ -4742,45 +4742,45 @@ "operationId": "cluster-health-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.health#index" + "$ref": "#/components/parameters/cluster.health:index" }, { - "$ref": "#/components/parameters/cluster.health#expand_wildcards" + "$ref": "#/components/parameters/cluster.health:expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.health#level" + "$ref": "#/components/parameters/cluster.health:level" }, { - "$ref": "#/components/parameters/cluster.health#local" + "$ref": "#/components/parameters/cluster.health:local" }, { - "$ref": "#/components/parameters/cluster.health#master_timeout" + "$ref": "#/components/parameters/cluster.health:master_timeout" }, { - "$ref": "#/components/parameters/cluster.health#timeout" + "$ref": "#/components/parameters/cluster.health:timeout" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_active_shards" + "$ref": "#/components/parameters/cluster.health:wait_for_active_shards" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_events" + "$ref": "#/components/parameters/cluster.health:wait_for_events" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_nodes" + "$ref": "#/components/parameters/cluster.health:wait_for_nodes" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_no_initializing_shards" + "$ref": "#/components/parameters/cluster.health:wait_for_no_initializing_shards" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_no_relocating_shards" + "$ref": "#/components/parameters/cluster.health:wait_for_no_relocating_shards" }, { - "$ref": "#/components/parameters/cluster.health#wait_for_status" + "$ref": "#/components/parameters/cluster.health:wait_for_status" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.health#200" + "$ref": "#/components/responses/cluster.health:200" } }, "x-state": "Added in 1.3.0" @@ -5066,33 +5066,33 @@ "operationId": "cluster-state", "parameters": [ { - "$ref": "#/components/parameters/cluster.state#allow_no_indices" + "$ref": "#/components/parameters/cluster.state:allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state#expand_wildcards" + "$ref": "#/components/parameters/cluster.state:expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state#flat_settings" + "$ref": "#/components/parameters/cluster.state:flat_settings" }, { - "$ref": "#/components/parameters/cluster.state#ignore_unavailable" + "$ref": "#/components/parameters/cluster.state:ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state#local" + "$ref": "#/components/parameters/cluster.state:local" }, { - "$ref": "#/components/parameters/cluster.state#master_timeout" + "$ref": "#/components/parameters/cluster.state:master_timeout" }, { - "$ref": "#/components/parameters/cluster.state#wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state#wait_for_timeout" + "$ref": "#/components/parameters/cluster.state:wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state#200" + "$ref": "#/components/responses/cluster.state:200" } }, "x-state": "Added in 1.3.0" @@ -5108,36 +5108,36 @@ "operationId": "cluster-state-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.state#metric" + "$ref": "#/components/parameters/cluster.state:metric" }, { - "$ref": "#/components/parameters/cluster.state#allow_no_indices" + "$ref": "#/components/parameters/cluster.state:allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state#expand_wildcards" + "$ref": "#/components/parameters/cluster.state:expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state#flat_settings" + "$ref": "#/components/parameters/cluster.state:flat_settings" }, { - "$ref": "#/components/parameters/cluster.state#ignore_unavailable" + "$ref": "#/components/parameters/cluster.state:ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state#local" + "$ref": "#/components/parameters/cluster.state:local" }, { - "$ref": "#/components/parameters/cluster.state#master_timeout" + "$ref": "#/components/parameters/cluster.state:master_timeout" }, { - "$ref": "#/components/parameters/cluster.state#wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state#wait_for_timeout" + "$ref": "#/components/parameters/cluster.state:wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state#200" + "$ref": "#/components/responses/cluster.state:200" } }, "x-state": "Added in 1.3.0" @@ -5153,39 +5153,39 @@ "operationId": "cluster-state-2", "parameters": [ { - "$ref": "#/components/parameters/cluster.state#metric" + "$ref": "#/components/parameters/cluster.state:metric" }, { - "$ref": "#/components/parameters/cluster.state#index" + "$ref": "#/components/parameters/cluster.state:index" }, { - "$ref": "#/components/parameters/cluster.state#allow_no_indices" + "$ref": "#/components/parameters/cluster.state:allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state#expand_wildcards" + "$ref": "#/components/parameters/cluster.state:expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state#flat_settings" + "$ref": "#/components/parameters/cluster.state:flat_settings" }, { - "$ref": "#/components/parameters/cluster.state#ignore_unavailable" + "$ref": "#/components/parameters/cluster.state:ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state#local" + "$ref": "#/components/parameters/cluster.state:local" }, { - "$ref": "#/components/parameters/cluster.state#master_timeout" + "$ref": "#/components/parameters/cluster.state:master_timeout" }, { - "$ref": "#/components/parameters/cluster.state#wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state#wait_for_timeout" + "$ref": "#/components/parameters/cluster.state:wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state#200" + "$ref": "#/components/responses/cluster.state:200" } }, "x-state": "Added in 1.3.0" @@ -5201,15 +5201,15 @@ "operationId": "cluster-stats", "parameters": [ { - "$ref": "#/components/parameters/cluster.stats#include_remotes" + "$ref": "#/components/parameters/cluster.stats:include_remotes" }, { - "$ref": "#/components/parameters/cluster.stats#timeout" + "$ref": "#/components/parameters/cluster.stats:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.stats#200" + "$ref": "#/components/responses/cluster.stats:200" } }, "x-state": "Added in 1.3.0" @@ -5225,18 +5225,18 @@ "operationId": "cluster-stats-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.stats#node_id" + "$ref": "#/components/parameters/cluster.stats:node_id" }, { - "$ref": "#/components/parameters/cluster.stats#include_remotes" + "$ref": "#/components/parameters/cluster.stats:include_remotes" }, { - "$ref": "#/components/parameters/cluster.stats#timeout" + "$ref": "#/components/parameters/cluster.stats:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.stats#200" + "$ref": "#/components/responses/cluster.stats:200" } }, "x-state": "Added in 1.3.0" @@ -5344,7 +5344,7 @@ "operationId": "connector-put", "parameters": [ { - "$ref": "#/components/parameters/connector.put#connector_id" + "$ref": "#/components/parameters/connector.put:connector_id" } ], "requestBody": { @@ -5352,7 +5352,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put#200" + "$ref": "#/components/responses/connector.put:200" } }, "x-beta": true @@ -5634,7 +5634,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put#200" + "$ref": "#/components/responses/connector.put:200" } }, "x-beta": true @@ -7211,46 +7211,46 @@ "operationId": "count-1", "parameters": [ { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -7258,7 +7258,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } }, @@ -7271,46 +7271,46 @@ "operationId": "count", "parameters": [ { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -7318,7 +7318,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } } @@ -7333,49 +7333,49 @@ "operationId": "count-3", "parameters": [ { - "$ref": "#/components/parameters/count#index" + "$ref": "#/components/parameters/count:index" }, { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -7383,7 +7383,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } }, @@ -7396,49 +7396,49 @@ "operationId": "count-2", "parameters": [ { - "$ref": "#/components/parameters/count#index" + "$ref": "#/components/parameters/count:index" }, { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -7446,7 +7446,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } } @@ -7464,49 +7464,49 @@ "operationId": "create", "parameters": [ { - "$ref": "#/components/parameters/create#index" + "$ref": "#/components/parameters/create:index" }, { - "$ref": "#/components/parameters/create#id" + "$ref": "#/components/parameters/create:id" }, { - "$ref": "#/components/parameters/create#if_primary_term" + "$ref": "#/components/parameters/create:if_primary_term" }, { - "$ref": "#/components/parameters/create#if_seq_no" + "$ref": "#/components/parameters/create:if_seq_no" }, { - "$ref": "#/components/parameters/create#include_source_on_error" + "$ref": "#/components/parameters/create:include_source_on_error" }, { - "$ref": "#/components/parameters/create#op_type" + "$ref": "#/components/parameters/create:op_type" }, { - "$ref": "#/components/parameters/create#pipeline" + "$ref": "#/components/parameters/create:pipeline" }, { - "$ref": "#/components/parameters/create#refresh" + "$ref": "#/components/parameters/create:refresh" }, { - "$ref": "#/components/parameters/create#require_alias" + "$ref": "#/components/parameters/create:require_alias" }, { - "$ref": "#/components/parameters/create#require_data_stream" + "$ref": "#/components/parameters/create:require_data_stream" }, { - "$ref": "#/components/parameters/create#routing" + "$ref": "#/components/parameters/create:routing" }, { - "$ref": "#/components/parameters/create#timeout" + "$ref": "#/components/parameters/create:timeout" }, { - "$ref": "#/components/parameters/create#version" + "$ref": "#/components/parameters/create:version" }, { - "$ref": "#/components/parameters/create#version_type" + "$ref": "#/components/parameters/create:version_type" }, { - "$ref": "#/components/parameters/create#wait_for_active_shards" + "$ref": "#/components/parameters/create:wait_for_active_shards" } ], "requestBody": { @@ -7514,7 +7514,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create#200" + "$ref": "#/components/responses/create:200" } }, "x-state": "Added in 5.0.0" @@ -7531,49 +7531,49 @@ "operationId": "create-1", "parameters": [ { - "$ref": "#/components/parameters/create#index" + "$ref": "#/components/parameters/create:index" }, { - "$ref": "#/components/parameters/create#id" + "$ref": "#/components/parameters/create:id" }, { - "$ref": "#/components/parameters/create#if_primary_term" + "$ref": "#/components/parameters/create:if_primary_term" }, { - "$ref": "#/components/parameters/create#if_seq_no" + "$ref": "#/components/parameters/create:if_seq_no" }, { - "$ref": "#/components/parameters/create#include_source_on_error" + "$ref": "#/components/parameters/create:include_source_on_error" }, { - "$ref": "#/components/parameters/create#op_type" + "$ref": "#/components/parameters/create:op_type" }, { - "$ref": "#/components/parameters/create#pipeline" + "$ref": "#/components/parameters/create:pipeline" }, { - "$ref": "#/components/parameters/create#refresh" + "$ref": "#/components/parameters/create:refresh" }, { - "$ref": "#/components/parameters/create#require_alias" + "$ref": "#/components/parameters/create:require_alias" }, { - "$ref": "#/components/parameters/create#require_data_stream" + "$ref": "#/components/parameters/create:require_data_stream" }, { - "$ref": "#/components/parameters/create#routing" + "$ref": "#/components/parameters/create:routing" }, { - "$ref": "#/components/parameters/create#timeout" + "$ref": "#/components/parameters/create:timeout" }, { - "$ref": "#/components/parameters/create#version" + "$ref": "#/components/parameters/create:version" }, { - "$ref": "#/components/parameters/create#version_type" + "$ref": "#/components/parameters/create:version_type" }, { - "$ref": "#/components/parameters/create#wait_for_active_shards" + "$ref": "#/components/parameters/create:wait_for_active_shards" } ], "requestBody": { @@ -7581,7 +7581,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create#200" + "$ref": "#/components/responses/create:200" } }, "x-state": "Added in 5.0.0" @@ -7948,46 +7948,46 @@ "operationId": "index", "parameters": [ { - "$ref": "#/components/parameters/index#index" + "$ref": "#/components/parameters/index:index" }, { - "$ref": "#/components/parameters/index#id" + "$ref": "#/components/parameters/index:id" }, { - "$ref": "#/components/parameters/index#if_primary_term" + "$ref": "#/components/parameters/index:if_primary_term" }, { - "$ref": "#/components/parameters/index#if_seq_no" + "$ref": "#/components/parameters/index:if_seq_no" }, { - "$ref": "#/components/parameters/index#include_source_on_error" + "$ref": "#/components/parameters/index:include_source_on_error" }, { - "$ref": "#/components/parameters/index#op_type" + "$ref": "#/components/parameters/index:op_type" }, { - "$ref": "#/components/parameters/index#pipeline" + "$ref": "#/components/parameters/index:pipeline" }, { - "$ref": "#/components/parameters/index#refresh" + "$ref": "#/components/parameters/index:refresh" }, { - "$ref": "#/components/parameters/index#routing" + "$ref": "#/components/parameters/index:routing" }, { - "$ref": "#/components/parameters/index#timeout" + "$ref": "#/components/parameters/index:timeout" }, { - "$ref": "#/components/parameters/index#version" + "$ref": "#/components/parameters/index:version" }, { - "$ref": "#/components/parameters/index#version_type" + "$ref": "#/components/parameters/index:version_type" }, { - "$ref": "#/components/parameters/index#wait_for_active_shards" + "$ref": "#/components/parameters/index:wait_for_active_shards" }, { - "$ref": "#/components/parameters/index#require_alias" + "$ref": "#/components/parameters/index:require_alias" } ], "requestBody": { @@ -7995,7 +7995,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index#200" + "$ref": "#/components/responses/index:200" } } }, @@ -8011,46 +8011,46 @@ "operationId": "index-1", "parameters": [ { - "$ref": "#/components/parameters/index#index" + "$ref": "#/components/parameters/index:index" }, { - "$ref": "#/components/parameters/index#id" + "$ref": "#/components/parameters/index:id" }, { - "$ref": "#/components/parameters/index#if_primary_term" + "$ref": "#/components/parameters/index:if_primary_term" }, { - "$ref": "#/components/parameters/index#if_seq_no" + "$ref": "#/components/parameters/index:if_seq_no" }, { - "$ref": "#/components/parameters/index#include_source_on_error" + "$ref": "#/components/parameters/index:include_source_on_error" }, { - "$ref": "#/components/parameters/index#op_type" + "$ref": "#/components/parameters/index:op_type" }, { - "$ref": "#/components/parameters/index#pipeline" + "$ref": "#/components/parameters/index:pipeline" }, { - "$ref": "#/components/parameters/index#refresh" + "$ref": "#/components/parameters/index:refresh" }, { - "$ref": "#/components/parameters/index#routing" + "$ref": "#/components/parameters/index:routing" }, { - "$ref": "#/components/parameters/index#timeout" + "$ref": "#/components/parameters/index:timeout" }, { - "$ref": "#/components/parameters/index#version" + "$ref": "#/components/parameters/index:version" }, { - "$ref": "#/components/parameters/index#version_type" + "$ref": "#/components/parameters/index:version_type" }, { - "$ref": "#/components/parameters/index#wait_for_active_shards" + "$ref": "#/components/parameters/index:wait_for_active_shards" }, { - "$ref": "#/components/parameters/index#require_alias" + "$ref": "#/components/parameters/index:require_alias" } ], "requestBody": { @@ -8058,7 +8058,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index#200" + "$ref": "#/components/responses/index:200" } } }, @@ -8893,16 +8893,16 @@ "operationId": "put-script", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -8910,7 +8910,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } }, @@ -8926,16 +8926,16 @@ "operationId": "put-script-1", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -8943,7 +8943,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } }, @@ -9011,15 +9011,15 @@ "operationId": "enrich-get-policy", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy#name" + "$ref": "#/components/parameters/enrich.get_policy:name" }, { - "$ref": "#/components/parameters/enrich.get_policy#master_timeout" + "$ref": "#/components/parameters/enrich.get_policy:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy#200" + "$ref": "#/components/responses/enrich.get_policy:200" } }, "x-state": "Added in 7.5.0" @@ -9208,12 +9208,12 @@ "operationId": "enrich-get-policy-1", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy#master_timeout" + "$ref": "#/components/parameters/enrich.get_policy:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy#200" + "$ref": "#/components/responses/enrich.get_policy:200" } }, "x-state": "Added in 7.5.0" @@ -9454,31 +9454,31 @@ "operationId": "eql-search", "parameters": [ { - "$ref": "#/components/parameters/eql.search#index" + "$ref": "#/components/parameters/eql.search:index" }, { - "$ref": "#/components/parameters/eql.search#allow_no_indices" + "$ref": "#/components/parameters/eql.search:allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_search_results" + "$ref": "#/components/parameters/eql.search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search#expand_wildcards" + "$ref": "#/components/parameters/eql.search:expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search#ignore_unavailable" + "$ref": "#/components/parameters/eql.search:ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search#keep_alive" + "$ref": "#/components/parameters/eql.search:keep_alive" }, { - "$ref": "#/components/parameters/eql.search#keep_on_completion" + "$ref": "#/components/parameters/eql.search:keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search#wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" } ], "requestBody": { @@ -9486,7 +9486,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search#200" + "$ref": "#/components/responses/eql.search:200" } }, "x-state": "Added in 7.9.0" @@ -9503,31 +9503,31 @@ "operationId": "eql-search-1", "parameters": [ { - "$ref": "#/components/parameters/eql.search#index" + "$ref": "#/components/parameters/eql.search:index" }, { - "$ref": "#/components/parameters/eql.search#allow_no_indices" + "$ref": "#/components/parameters/eql.search:allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_search_results" + "$ref": "#/components/parameters/eql.search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search#expand_wildcards" + "$ref": "#/components/parameters/eql.search:expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search#ignore_unavailable" + "$ref": "#/components/parameters/eql.search:ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search#keep_alive" + "$ref": "#/components/parameters/eql.search:keep_alive" }, { - "$ref": "#/components/parameters/eql.search#keep_on_completion" + "$ref": "#/components/parameters/eql.search:keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search#wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" } ], "requestBody": { @@ -9535,7 +9535,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search#200" + "$ref": "#/components/responses/eql.search:200" } }, "x-state": "Added in 7.9.0" @@ -10276,46 +10276,46 @@ "operationId": "explain", "parameters": [ { - "$ref": "#/components/parameters/explain#index" + "$ref": "#/components/parameters/explain:index" }, { - "$ref": "#/components/parameters/explain#id" + "$ref": "#/components/parameters/explain:id" }, { - "$ref": "#/components/parameters/explain#analyzer" + "$ref": "#/components/parameters/explain:analyzer" }, { - "$ref": "#/components/parameters/explain#analyze_wildcard" + "$ref": "#/components/parameters/explain:analyze_wildcard" }, { - "$ref": "#/components/parameters/explain#default_operator" + "$ref": "#/components/parameters/explain:default_operator" }, { - "$ref": "#/components/parameters/explain#df" + "$ref": "#/components/parameters/explain:df" }, { - "$ref": "#/components/parameters/explain#lenient" + "$ref": "#/components/parameters/explain:lenient" }, { - "$ref": "#/components/parameters/explain#preference" + "$ref": "#/components/parameters/explain:preference" }, { - "$ref": "#/components/parameters/explain#routing" + "$ref": "#/components/parameters/explain:routing" }, { - "$ref": "#/components/parameters/explain#_source" + "$ref": "#/components/parameters/explain:_source" }, { - "$ref": "#/components/parameters/explain#_source_excludes" + "$ref": "#/components/parameters/explain:_source_excludes" }, { - "$ref": "#/components/parameters/explain#_source_includes" + "$ref": "#/components/parameters/explain:_source_includes" }, { - "$ref": "#/components/parameters/explain#stored_fields" + "$ref": "#/components/parameters/explain:stored_fields" }, { - "$ref": "#/components/parameters/explain#q" + "$ref": "#/components/parameters/explain:q" } ], "requestBody": { @@ -10323,7 +10323,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain#200" + "$ref": "#/components/responses/explain:200" } } }, @@ -10336,46 +10336,46 @@ "operationId": "explain-1", "parameters": [ { - "$ref": "#/components/parameters/explain#index" + "$ref": "#/components/parameters/explain:index" }, { - "$ref": "#/components/parameters/explain#id" + "$ref": "#/components/parameters/explain:id" }, { - "$ref": "#/components/parameters/explain#analyzer" + "$ref": "#/components/parameters/explain:analyzer" }, { - "$ref": "#/components/parameters/explain#analyze_wildcard" + "$ref": "#/components/parameters/explain:analyze_wildcard" }, { - "$ref": "#/components/parameters/explain#default_operator" + "$ref": "#/components/parameters/explain:default_operator" }, { - "$ref": "#/components/parameters/explain#df" + "$ref": "#/components/parameters/explain:df" }, { - "$ref": "#/components/parameters/explain#lenient" + "$ref": "#/components/parameters/explain:lenient" }, { - "$ref": "#/components/parameters/explain#preference" + "$ref": "#/components/parameters/explain:preference" }, { - "$ref": "#/components/parameters/explain#routing" + "$ref": "#/components/parameters/explain:routing" }, { - "$ref": "#/components/parameters/explain#_source" + "$ref": "#/components/parameters/explain:_source" }, { - "$ref": "#/components/parameters/explain#_source_excludes" + "$ref": "#/components/parameters/explain:_source_excludes" }, { - "$ref": "#/components/parameters/explain#_source_includes" + "$ref": "#/components/parameters/explain:_source_includes" }, { - "$ref": "#/components/parameters/explain#stored_fields" + "$ref": "#/components/parameters/explain:stored_fields" }, { - "$ref": "#/components/parameters/explain#q" + "$ref": "#/components/parameters/explain:q" } ], "requestBody": { @@ -10383,7 +10383,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain#200" + "$ref": "#/components/responses/explain:200" } } } @@ -10505,28 +10505,28 @@ "operationId": "field-caps", "parameters": [ { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -10534,7 +10534,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -10548,28 +10548,28 @@ "operationId": "field-caps-1", "parameters": [ { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -10577,7 +10577,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -10593,31 +10593,31 @@ "operationId": "field-caps-2", "parameters": [ { - "$ref": "#/components/parameters/field_caps#index" + "$ref": "#/components/parameters/field_caps:index" }, { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -10625,7 +10625,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -10639,31 +10639,31 @@ "operationId": "field-caps-3", "parameters": [ { - "$ref": "#/components/parameters/field_caps#index" + "$ref": "#/components/parameters/field_caps:index" }, { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -10671,7 +10671,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -10788,43 +10788,43 @@ "operationId": "fleet-msearch", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch#allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch#expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch#search_type" + "$ref": "#/components/parameters/fleet.msearch:search_type" }, { - "$ref": "#/components/parameters/fleet.msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch#typed_keys" + "$ref": "#/components/parameters/fleet.msearch:typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch#wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch#allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" } ], "requestBody": { @@ -10832,7 +10832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch#200" + "$ref": "#/components/responses/fleet.msearch:200" } }, "x-state": "Technical preview" @@ -10846,43 +10846,43 @@ "operationId": "fleet-msearch-1", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch#allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch#expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch#search_type" + "$ref": "#/components/parameters/fleet.msearch:search_type" }, { - "$ref": "#/components/parameters/fleet.msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch#typed_keys" + "$ref": "#/components/parameters/fleet.msearch:typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch#wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch#allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" } ], "requestBody": { @@ -10890,7 +10890,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch#200" + "$ref": "#/components/responses/fleet.msearch:200" } }, "x-state": "Technical preview" @@ -10906,46 +10906,46 @@ "operationId": "fleet-msearch-2", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch#index" + "$ref": "#/components/parameters/fleet.msearch:index" }, { - "$ref": "#/components/parameters/fleet.msearch#allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch#expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch#search_type" + "$ref": "#/components/parameters/fleet.msearch:search_type" }, { - "$ref": "#/components/parameters/fleet.msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch#typed_keys" + "$ref": "#/components/parameters/fleet.msearch:typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch#wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch#allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" } ], "requestBody": { @@ -10953,7 +10953,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch#200" + "$ref": "#/components/responses/fleet.msearch:200" } }, "x-state": "Technical preview" @@ -10967,46 +10967,46 @@ "operationId": "fleet-msearch-3", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch#index" + "$ref": "#/components/parameters/fleet.msearch:index" }, { - "$ref": "#/components/parameters/fleet.msearch#allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch#expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch#ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch#search_type" + "$ref": "#/components/parameters/fleet.msearch:search_type" }, { - "$ref": "#/components/parameters/fleet.msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch#typed_keys" + "$ref": "#/components/parameters/fleet.msearch:typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch#wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch#allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" } ], "requestBody": { @@ -11014,7 +11014,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch#200" + "$ref": "#/components/responses/fleet.msearch:200" } }, "x-state": "Technical preview" @@ -11030,136 +11030,136 @@ "operationId": "fleet-search", "parameters": [ { - "$ref": "#/components/parameters/fleet.search#index" + "$ref": "#/components/parameters/fleet.search:index" }, { - "$ref": "#/components/parameters/fleet.search#allow_no_indices" + "$ref": "#/components/parameters/fleet.search:allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.search#analyzer" + "$ref": "#/components/parameters/fleet.search:analyzer" }, { - "$ref": "#/components/parameters/fleet.search#analyze_wildcard" + "$ref": "#/components/parameters/fleet.search:analyze_wildcard" }, { - "$ref": "#/components/parameters/fleet.search#batched_reduce_size" + "$ref": "#/components/parameters/fleet.search:batched_reduce_size" }, { - "$ref": "#/components/parameters/fleet.search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.search#default_operator" + "$ref": "#/components/parameters/fleet.search:default_operator" }, { - "$ref": "#/components/parameters/fleet.search#df" + "$ref": "#/components/parameters/fleet.search:df" }, { - "$ref": "#/components/parameters/fleet.search#docvalue_fields" + "$ref": "#/components/parameters/fleet.search:docvalue_fields" }, { - "$ref": "#/components/parameters/fleet.search#expand_wildcards" + "$ref": "#/components/parameters/fleet.search:expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.search#explain" + "$ref": "#/components/parameters/fleet.search:explain" }, { - "$ref": "#/components/parameters/fleet.search#ignore_throttled" + "$ref": "#/components/parameters/fleet.search:ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.search#ignore_unavailable" + "$ref": "#/components/parameters/fleet.search:ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.search#lenient" + "$ref": "#/components/parameters/fleet.search:lenient" }, { - "$ref": "#/components/parameters/fleet.search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.search#preference" + "$ref": "#/components/parameters/fleet.search:preference" }, { - "$ref": "#/components/parameters/fleet.search#pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.search#request_cache" + "$ref": "#/components/parameters/fleet.search:request_cache" }, { - "$ref": "#/components/parameters/fleet.search#routing" + "$ref": "#/components/parameters/fleet.search:routing" }, { - "$ref": "#/components/parameters/fleet.search#scroll" + "$ref": "#/components/parameters/fleet.search:scroll" }, { - "$ref": "#/components/parameters/fleet.search#search_type" + "$ref": "#/components/parameters/fleet.search:search_type" }, { - "$ref": "#/components/parameters/fleet.search#stats" + "$ref": "#/components/parameters/fleet.search:stats" }, { - "$ref": "#/components/parameters/fleet.search#stored_fields" + "$ref": "#/components/parameters/fleet.search:stored_fields" }, { - "$ref": "#/components/parameters/fleet.search#suggest_field" + "$ref": "#/components/parameters/fleet.search:suggest_field" }, { - "$ref": "#/components/parameters/fleet.search#suggest_mode" + "$ref": "#/components/parameters/fleet.search:suggest_mode" }, { - "$ref": "#/components/parameters/fleet.search#suggest_size" + "$ref": "#/components/parameters/fleet.search:suggest_size" }, { - "$ref": "#/components/parameters/fleet.search#suggest_text" + "$ref": "#/components/parameters/fleet.search:suggest_text" }, { - "$ref": "#/components/parameters/fleet.search#terminate_after" + "$ref": "#/components/parameters/fleet.search:terminate_after" }, { - "$ref": "#/components/parameters/fleet.search#timeout" + "$ref": "#/components/parameters/fleet.search:timeout" }, { - "$ref": "#/components/parameters/fleet.search#track_total_hits" + "$ref": "#/components/parameters/fleet.search:track_total_hits" }, { - "$ref": "#/components/parameters/fleet.search#track_scores" + "$ref": "#/components/parameters/fleet.search:track_scores" }, { - "$ref": "#/components/parameters/fleet.search#typed_keys" + "$ref": "#/components/parameters/fleet.search:typed_keys" }, { - "$ref": "#/components/parameters/fleet.search#rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.search#version" + "$ref": "#/components/parameters/fleet.search:version" }, { - "$ref": "#/components/parameters/fleet.search#_source" + "$ref": "#/components/parameters/fleet.search:_source" }, { - "$ref": "#/components/parameters/fleet.search#_source_excludes" + "$ref": "#/components/parameters/fleet.search:_source_excludes" }, { - "$ref": "#/components/parameters/fleet.search#_source_includes" + "$ref": "#/components/parameters/fleet.search:_source_includes" }, { - "$ref": "#/components/parameters/fleet.search#seq_no_primary_term" + "$ref": "#/components/parameters/fleet.search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/fleet.search#q" + "$ref": "#/components/parameters/fleet.search:q" }, { - "$ref": "#/components/parameters/fleet.search#size" + "$ref": "#/components/parameters/fleet.search:size" }, { - "$ref": "#/components/parameters/fleet.search#from" + "$ref": "#/components/parameters/fleet.search:from" }, { - "$ref": "#/components/parameters/fleet.search#sort" + "$ref": "#/components/parameters/fleet.search:sort" }, { - "$ref": "#/components/parameters/fleet.search#wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.search:wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.search#allow_partial_search_results" + "$ref": "#/components/parameters/fleet.search:allow_partial_search_results" } ], "requestBody": { @@ -11167,7 +11167,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.search#200" + "$ref": "#/components/responses/fleet.search:200" } }, "x-state": "Technical preview" @@ -11181,136 +11181,136 @@ "operationId": "fleet-search-1", "parameters": [ { - "$ref": "#/components/parameters/fleet.search#index" + "$ref": "#/components/parameters/fleet.search:index" }, { - "$ref": "#/components/parameters/fleet.search#allow_no_indices" + "$ref": "#/components/parameters/fleet.search:allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.search#analyzer" + "$ref": "#/components/parameters/fleet.search:analyzer" }, { - "$ref": "#/components/parameters/fleet.search#analyze_wildcard" + "$ref": "#/components/parameters/fleet.search:analyze_wildcard" }, { - "$ref": "#/components/parameters/fleet.search#batched_reduce_size" + "$ref": "#/components/parameters/fleet.search:batched_reduce_size" }, { - "$ref": "#/components/parameters/fleet.search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.search#default_operator" + "$ref": "#/components/parameters/fleet.search:default_operator" }, { - "$ref": "#/components/parameters/fleet.search#df" + "$ref": "#/components/parameters/fleet.search:df" }, { - "$ref": "#/components/parameters/fleet.search#docvalue_fields" + "$ref": "#/components/parameters/fleet.search:docvalue_fields" }, { - "$ref": "#/components/parameters/fleet.search#expand_wildcards" + "$ref": "#/components/parameters/fleet.search:expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.search#explain" + "$ref": "#/components/parameters/fleet.search:explain" }, { - "$ref": "#/components/parameters/fleet.search#ignore_throttled" + "$ref": "#/components/parameters/fleet.search:ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.search#ignore_unavailable" + "$ref": "#/components/parameters/fleet.search:ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.search#lenient" + "$ref": "#/components/parameters/fleet.search:lenient" }, { - "$ref": "#/components/parameters/fleet.search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.search#preference" + "$ref": "#/components/parameters/fleet.search:preference" }, { - "$ref": "#/components/parameters/fleet.search#pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.search#request_cache" + "$ref": "#/components/parameters/fleet.search:request_cache" }, { - "$ref": "#/components/parameters/fleet.search#routing" + "$ref": "#/components/parameters/fleet.search:routing" }, { - "$ref": "#/components/parameters/fleet.search#scroll" + "$ref": "#/components/parameters/fleet.search:scroll" }, { - "$ref": "#/components/parameters/fleet.search#search_type" + "$ref": "#/components/parameters/fleet.search:search_type" }, { - "$ref": "#/components/parameters/fleet.search#stats" + "$ref": "#/components/parameters/fleet.search:stats" }, { - "$ref": "#/components/parameters/fleet.search#stored_fields" + "$ref": "#/components/parameters/fleet.search:stored_fields" }, { - "$ref": "#/components/parameters/fleet.search#suggest_field" + "$ref": "#/components/parameters/fleet.search:suggest_field" }, { - "$ref": "#/components/parameters/fleet.search#suggest_mode" + "$ref": "#/components/parameters/fleet.search:suggest_mode" }, { - "$ref": "#/components/parameters/fleet.search#suggest_size" + "$ref": "#/components/parameters/fleet.search:suggest_size" }, { - "$ref": "#/components/parameters/fleet.search#suggest_text" + "$ref": "#/components/parameters/fleet.search:suggest_text" }, { - "$ref": "#/components/parameters/fleet.search#terminate_after" + "$ref": "#/components/parameters/fleet.search:terminate_after" }, { - "$ref": "#/components/parameters/fleet.search#timeout" + "$ref": "#/components/parameters/fleet.search:timeout" }, { - "$ref": "#/components/parameters/fleet.search#track_total_hits" + "$ref": "#/components/parameters/fleet.search:track_total_hits" }, { - "$ref": "#/components/parameters/fleet.search#track_scores" + "$ref": "#/components/parameters/fleet.search:track_scores" }, { - "$ref": "#/components/parameters/fleet.search#typed_keys" + "$ref": "#/components/parameters/fleet.search:typed_keys" }, { - "$ref": "#/components/parameters/fleet.search#rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.search#version" + "$ref": "#/components/parameters/fleet.search:version" }, { - "$ref": "#/components/parameters/fleet.search#_source" + "$ref": "#/components/parameters/fleet.search:_source" }, { - "$ref": "#/components/parameters/fleet.search#_source_excludes" + "$ref": "#/components/parameters/fleet.search:_source_excludes" }, { - "$ref": "#/components/parameters/fleet.search#_source_includes" + "$ref": "#/components/parameters/fleet.search:_source_includes" }, { - "$ref": "#/components/parameters/fleet.search#seq_no_primary_term" + "$ref": "#/components/parameters/fleet.search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/fleet.search#q" + "$ref": "#/components/parameters/fleet.search:q" }, { - "$ref": "#/components/parameters/fleet.search#size" + "$ref": "#/components/parameters/fleet.search:size" }, { - "$ref": "#/components/parameters/fleet.search#from" + "$ref": "#/components/parameters/fleet.search:from" }, { - "$ref": "#/components/parameters/fleet.search#sort" + "$ref": "#/components/parameters/fleet.search:sort" }, { - "$ref": "#/components/parameters/fleet.search#wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.search:wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.search#allow_partial_search_results" + "$ref": "#/components/parameters/fleet.search:allow_partial_search_results" } ], "requestBody": { @@ -11318,7 +11318,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.search#200" + "$ref": "#/components/responses/fleet.search:200" } }, "x-state": "Technical preview" @@ -11410,13 +11410,13 @@ "operationId": "graph-explore", "parameters": [ { - "$ref": "#/components/parameters/graph.explore#index" + "$ref": "#/components/parameters/graph.explore:index" }, { - "$ref": "#/components/parameters/graph.explore#routing" + "$ref": "#/components/parameters/graph.explore:routing" }, { - "$ref": "#/components/parameters/graph.explore#timeout" + "$ref": "#/components/parameters/graph.explore:timeout" } ], "requestBody": { @@ -11424,7 +11424,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore#200" + "$ref": "#/components/responses/graph.explore:200" } } }, @@ -11440,13 +11440,13 @@ "operationId": "graph-explore-1", "parameters": [ { - "$ref": "#/components/parameters/graph.explore#index" + "$ref": "#/components/parameters/graph.explore:index" }, { - "$ref": "#/components/parameters/graph.explore#routing" + "$ref": "#/components/parameters/graph.explore:routing" }, { - "$ref": "#/components/parameters/graph.explore#timeout" + "$ref": "#/components/parameters/graph.explore:timeout" } ], "requestBody": { @@ -11454,7 +11454,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore#200" + "$ref": "#/components/responses/graph.explore:200" } } } @@ -11469,18 +11469,18 @@ "operationId": "health-report", "parameters": [ { - "$ref": "#/components/parameters/health_report#timeout" + "$ref": "#/components/parameters/health_report:timeout" }, { - "$ref": "#/components/parameters/health_report#verbose" + "$ref": "#/components/parameters/health_report:verbose" }, { - "$ref": "#/components/parameters/health_report#size" + "$ref": "#/components/parameters/health_report:size" } ], "responses": { "200": { - "$ref": "#/components/responses/health_report#200" + "$ref": "#/components/responses/health_report:200" } }, "x-state": "Added in 8.7.0" @@ -11496,21 +11496,21 @@ "operationId": "health-report-1", "parameters": [ { - "$ref": "#/components/parameters/health_report#feature" + "$ref": "#/components/parameters/health_report:feature" }, { - "$ref": "#/components/parameters/health_report#timeout" + "$ref": "#/components/parameters/health_report:timeout" }, { - "$ref": "#/components/parameters/health_report#verbose" + "$ref": "#/components/parameters/health_report:verbose" }, { - "$ref": "#/components/parameters/health_report#size" + "$ref": "#/components/parameters/health_report:size" } ], "responses": { "200": { - "$ref": "#/components/responses/health_report#200" + "$ref": "#/components/responses/health_report:200" } }, "x-state": "Added in 8.7.0" @@ -11525,18 +11525,18 @@ "operationId": "ilm-get-lifecycle", "parameters": [ { - "$ref": "#/components/parameters/ilm.get_lifecycle#policy" + "$ref": "#/components/parameters/ilm.get_lifecycle:policy" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle#master_timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle:master_timeout" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle#timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ilm.get_lifecycle#200" + "$ref": "#/components/responses/ilm.get_lifecycle:200" } }, "x-state": "Added in 6.6.0" @@ -11777,15 +11777,15 @@ "operationId": "ilm-get-lifecycle-1", "parameters": [ { - "$ref": "#/components/parameters/ilm.get_lifecycle#master_timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle:master_timeout" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle#timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ilm.get_lifecycle#200" + "$ref": "#/components/responses/ilm.get_lifecycle:200" } }, "x-state": "Added in 6.6.0" @@ -12237,43 +12237,43 @@ "operationId": "index-2", "parameters": [ { - "$ref": "#/components/parameters/index#index" + "$ref": "#/components/parameters/index:index" }, { - "$ref": "#/components/parameters/index#if_primary_term" + "$ref": "#/components/parameters/index:if_primary_term" }, { - "$ref": "#/components/parameters/index#if_seq_no" + "$ref": "#/components/parameters/index:if_seq_no" }, { - "$ref": "#/components/parameters/index#include_source_on_error" + "$ref": "#/components/parameters/index:include_source_on_error" }, { - "$ref": "#/components/parameters/index#op_type" + "$ref": "#/components/parameters/index:op_type" }, { - "$ref": "#/components/parameters/index#pipeline" + "$ref": "#/components/parameters/index:pipeline" }, { - "$ref": "#/components/parameters/index#refresh" + "$ref": "#/components/parameters/index:refresh" }, { - "$ref": "#/components/parameters/index#routing" + "$ref": "#/components/parameters/index:routing" }, { - "$ref": "#/components/parameters/index#timeout" + "$ref": "#/components/parameters/index:timeout" }, { - "$ref": "#/components/parameters/index#version" + "$ref": "#/components/parameters/index:version" }, { - "$ref": "#/components/parameters/index#version_type" + "$ref": "#/components/parameters/index:version_type" }, { - "$ref": "#/components/parameters/index#wait_for_active_shards" + "$ref": "#/components/parameters/index:wait_for_active_shards" }, { - "$ref": "#/components/parameters/index#require_alias" + "$ref": "#/components/parameters/index:require_alias" } ], "requestBody": { @@ -12281,7 +12281,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index#200" + "$ref": "#/components/responses/index:200" } } } @@ -12421,7 +12421,7 @@ "operationId": "indices-analyze", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -12429,7 +12429,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } }, @@ -12445,7 +12445,7 @@ "operationId": "indices-analyze-1", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -12453,7 +12453,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } } @@ -12471,10 +12471,10 @@ "operationId": "indices-analyze-2", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index" + "$ref": "#/components/parameters/indices.analyze:index" }, { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -12482,7 +12482,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } }, @@ -12498,10 +12498,10 @@ "operationId": "indices-analyze-3", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index" + "$ref": "#/components/parameters/indices.analyze:index" }, { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -12509,7 +12509,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } } @@ -12560,33 +12560,33 @@ "operationId": "indices-clear-cache", "parameters": [ { - "$ref": "#/components/parameters/indices.clear_cache#index_" + "$ref": "#/components/parameters/indices.clear_cache:index_" }, { - "$ref": "#/components/parameters/indices.clear_cache#allow_no_indices" + "$ref": "#/components/parameters/indices.clear_cache:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.clear_cache#expand_wildcards" + "$ref": "#/components/parameters/indices.clear_cache:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.clear_cache#fielddata" + "$ref": "#/components/parameters/indices.clear_cache:fielddata" }, { - "$ref": "#/components/parameters/indices.clear_cache#fields" + "$ref": "#/components/parameters/indices.clear_cache:fields" }, { - "$ref": "#/components/parameters/indices.clear_cache#ignore_unavailable" + "$ref": "#/components/parameters/indices.clear_cache:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.clear_cache#query" + "$ref": "#/components/parameters/indices.clear_cache:query" }, { - "$ref": "#/components/parameters/indices.clear_cache#request" + "$ref": "#/components/parameters/indices.clear_cache:request" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.clear_cache#200" + "$ref": "#/components/responses/indices.clear_cache:200" } } } @@ -12601,36 +12601,36 @@ "operationId": "indices-clear-cache-1", "parameters": [ { - "$ref": "#/components/parameters/indices.clear_cache#index" + "$ref": "#/components/parameters/indices.clear_cache:index" }, { - "$ref": "#/components/parameters/indices.clear_cache#index_" + "$ref": "#/components/parameters/indices.clear_cache:index_" }, { - "$ref": "#/components/parameters/indices.clear_cache#allow_no_indices" + "$ref": "#/components/parameters/indices.clear_cache:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.clear_cache#expand_wildcards" + "$ref": "#/components/parameters/indices.clear_cache:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.clear_cache#fielddata" + "$ref": "#/components/parameters/indices.clear_cache:fielddata" }, { - "$ref": "#/components/parameters/indices.clear_cache#fields" + "$ref": "#/components/parameters/indices.clear_cache:fields" }, { - "$ref": "#/components/parameters/indices.clear_cache#ignore_unavailable" + "$ref": "#/components/parameters/indices.clear_cache:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.clear_cache#query" + "$ref": "#/components/parameters/indices.clear_cache:query" }, { - "$ref": "#/components/parameters/indices.clear_cache#request" + "$ref": "#/components/parameters/indices.clear_cache:request" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.clear_cache#200" + "$ref": "#/components/responses/indices.clear_cache:200" } } } @@ -12645,19 +12645,19 @@ "operationId": "indices-clone", "parameters": [ { - "$ref": "#/components/parameters/indices.clone#index" + "$ref": "#/components/parameters/indices.clone:index" }, { - "$ref": "#/components/parameters/indices.clone#target" + "$ref": "#/components/parameters/indices.clone:target" }, { - "$ref": "#/components/parameters/indices.clone#master_timeout" + "$ref": "#/components/parameters/indices.clone:master_timeout" }, { - "$ref": "#/components/parameters/indices.clone#timeout" + "$ref": "#/components/parameters/indices.clone:timeout" }, { - "$ref": "#/components/parameters/indices.clone#wait_for_active_shards" + "$ref": "#/components/parameters/indices.clone:wait_for_active_shards" } ], "requestBody": { @@ -12665,7 +12665,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.clone#200" + "$ref": "#/components/responses/indices.clone:200" } }, "x-state": "Added in 7.4.0" @@ -12679,19 +12679,19 @@ "operationId": "indices-clone-1", "parameters": [ { - "$ref": "#/components/parameters/indices.clone#index" + "$ref": "#/components/parameters/indices.clone:index" }, { - "$ref": "#/components/parameters/indices.clone#target" + "$ref": "#/components/parameters/indices.clone:target" }, { - "$ref": "#/components/parameters/indices.clone#master_timeout" + "$ref": "#/components/parameters/indices.clone:master_timeout" }, { - "$ref": "#/components/parameters/indices.clone#timeout" + "$ref": "#/components/parameters/indices.clone:timeout" }, { - "$ref": "#/components/parameters/indices.clone#wait_for_active_shards" + "$ref": "#/components/parameters/indices.clone:wait_for_active_shards" } ], "requestBody": { @@ -12699,7 +12699,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.clone#200" + "$ref": "#/components/responses/indices.clone:200" } }, "x-state": "Added in 7.4.0" @@ -13245,24 +13245,24 @@ "operationId": "indices-get-data-stream-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream#name" + "$ref": "#/components/parameters/indices.get_data_stream:name" }, { - "$ref": "#/components/parameters/indices.get_data_stream#expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream#include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream#master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream#verbose" + "$ref": "#/components/parameters/indices.get_data_stream:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream#200" + "$ref": "#/components/responses/indices.get_data_stream:200" } }, "x-state": "Added in 7.9.0" @@ -13386,10 +13386,10 @@ "operationId": "indices-create-from", "parameters": [ { - "$ref": "#/components/parameters/indices.create_from#source" + "$ref": "#/components/parameters/indices.create_from:source" }, { - "$ref": "#/components/parameters/indices.create_from#dest" + "$ref": "#/components/parameters/indices.create_from:dest" } ], "requestBody": { @@ -13397,7 +13397,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.create_from#200" + "$ref": "#/components/responses/indices.create_from:200" } }, "x-state": "Technical preview" @@ -13411,10 +13411,10 @@ "operationId": "indices-create-from-1", "parameters": [ { - "$ref": "#/components/parameters/indices.create_from#source" + "$ref": "#/components/parameters/indices.create_from:source" }, { - "$ref": "#/components/parameters/indices.create_from#dest" + "$ref": "#/components/parameters/indices.create_from:dest" } ], "requestBody": { @@ -13422,7 +13422,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.create_from#200" + "$ref": "#/components/responses/indices.create_from:200" } }, "x-state": "Technical preview" @@ -13438,12 +13438,12 @@ "operationId": "indices-data-streams-stats", "parameters": [ { - "$ref": "#/components/parameters/indices.data_streams_stats#expand_wildcards" + "$ref": "#/components/parameters/indices.data_streams_stats:expand_wildcards" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.data_streams_stats#200" + "$ref": "#/components/responses/indices.data_streams_stats:200" } }, "x-state": "Added in 7.9.0" @@ -13459,15 +13459,15 @@ "operationId": "indices-data-streams-stats-1", "parameters": [ { - "$ref": "#/components/parameters/indices.data_streams_stats#name" + "$ref": "#/components/parameters/indices.data_streams_stats:name" }, { - "$ref": "#/components/parameters/indices.data_streams_stats#expand_wildcards" + "$ref": "#/components/parameters/indices.data_streams_stats:expand_wildcards" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.data_streams_stats#200" + "$ref": "#/components/responses/indices.data_streams_stats:200" } }, "x-state": "Added in 7.9.0" @@ -13483,27 +13483,27 @@ "operationId": "indices-get-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#index" + "$ref": "#/components/parameters/indices.get_alias:index" }, { - "$ref": "#/components/parameters/indices.get_alias#name" + "$ref": "#/components/parameters/indices.get_alias:name" }, { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } }, @@ -13516,16 +13516,16 @@ "operationId": "indices-put-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -13533,7 +13533,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -13546,16 +13546,16 @@ "operationId": "indices-put-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -13563,7 +13563,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -13576,21 +13576,21 @@ "operationId": "indices-delete-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias#index" + "$ref": "#/components/parameters/indices.delete_alias:index" }, { - "$ref": "#/components/parameters/indices.delete_alias#name" + "$ref": "#/components/parameters/indices.delete_alias:name" }, { - "$ref": "#/components/parameters/indices.delete_alias#master_timeout" + "$ref": "#/components/parameters/indices.delete_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias#timeout" + "$ref": "#/components/parameters/indices.delete_alias:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias#200" + "$ref": "#/components/responses/indices.delete_alias:200" } } }, @@ -13603,27 +13603,27 @@ "operationId": "indices-exists-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias#index" + "$ref": "#/components/parameters/indices.exists_alias:index" }, { - "$ref": "#/components/parameters/indices.exists_alias#name" + "$ref": "#/components/parameters/indices.exists_alias:name" }, { - "$ref": "#/components/parameters/indices.exists_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias#master_timeout" + "$ref": "#/components/parameters/indices.exists_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias#200" + "$ref": "#/components/responses/indices.exists_alias:200" } } } @@ -13638,16 +13638,16 @@ "operationId": "indices-put-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -13655,7 +13655,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -13668,16 +13668,16 @@ "operationId": "indices-put-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -13685,7 +13685,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -13698,21 +13698,21 @@ "operationId": "indices-delete-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias#index" + "$ref": "#/components/parameters/indices.delete_alias:index" }, { - "$ref": "#/components/parameters/indices.delete_alias#name" + "$ref": "#/components/parameters/indices.delete_alias:name" }, { - "$ref": "#/components/parameters/indices.delete_alias#master_timeout" + "$ref": "#/components/parameters/indices.delete_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias#timeout" + "$ref": "#/components/parameters/indices.delete_alias:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias#200" + "$ref": "#/components/responses/indices.delete_alias:200" } } } @@ -13982,24 +13982,24 @@ "operationId": "indices-get-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template#name" + "$ref": "#/components/parameters/indices.get_index_template:name" }, { - "$ref": "#/components/parameters/indices.get_index_template#local" + "$ref": "#/components/parameters/indices.get_index_template:local" }, { - "$ref": "#/components/parameters/indices.get_index_template#flat_settings" + "$ref": "#/components/parameters/indices.get_index_template:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template#master_timeout" + "$ref": "#/components/parameters/indices.get_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template#include_defaults" + "$ref": "#/components/parameters/indices.get_index_template:include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template#200" + "$ref": "#/components/responses/indices.get_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -14013,16 +14013,16 @@ "operationId": "indices-put-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template#name" + "$ref": "#/components/parameters/indices.put_index_template:name" }, { - "$ref": "#/components/parameters/indices.put_index_template#create" + "$ref": "#/components/parameters/indices.put_index_template:create" }, { - "$ref": "#/components/parameters/indices.put_index_template#master_timeout" + "$ref": "#/components/parameters/indices.put_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template#cause" + "$ref": "#/components/parameters/indices.put_index_template:cause" } ], "requestBody": { @@ -14030,7 +14030,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template#200" + "$ref": "#/components/responses/indices.put_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -14044,16 +14044,16 @@ "operationId": "indices-put-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template#name" + "$ref": "#/components/parameters/indices.put_index_template:name" }, { - "$ref": "#/components/parameters/indices.put_index_template#create" + "$ref": "#/components/parameters/indices.put_index_template:create" }, { - "$ref": "#/components/parameters/indices.put_index_template#master_timeout" + "$ref": "#/components/parameters/indices.put_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template#cause" + "$ref": "#/components/parameters/indices.put_index_template:cause" } ], "requestBody": { @@ -14061,7 +14061,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template#200" + "$ref": "#/components/responses/indices.put_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -14193,21 +14193,21 @@ "operationId": "indices-get-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_template#name" + "$ref": "#/components/parameters/indices.get_template:name" }, { - "$ref": "#/components/parameters/indices.get_template#flat_settings" + "$ref": "#/components/parameters/indices.get_template:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_template#local" + "$ref": "#/components/parameters/indices.get_template:local" }, { - "$ref": "#/components/parameters/indices.get_template#master_timeout" + "$ref": "#/components/parameters/indices.get_template:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_template#200" + "$ref": "#/components/responses/indices.get_template:200" } } }, @@ -14223,19 +14223,19 @@ "operationId": "indices-put-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_template#name" + "$ref": "#/components/parameters/indices.put_template:name" }, { - "$ref": "#/components/parameters/indices.put_template#create" + "$ref": "#/components/parameters/indices.put_template:create" }, { - "$ref": "#/components/parameters/indices.put_template#master_timeout" + "$ref": "#/components/parameters/indices.put_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_template#order" + "$ref": "#/components/parameters/indices.put_template:order" }, { - "$ref": "#/components/parameters/indices.put_template#cause" + "$ref": "#/components/parameters/indices.put_template:cause" } ], "requestBody": { @@ -14243,7 +14243,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_template#200" + "$ref": "#/components/responses/indices.put_template:200" } } }, @@ -14259,19 +14259,19 @@ "operationId": "indices-put-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_template#name" + "$ref": "#/components/parameters/indices.put_template:name" }, { - "$ref": "#/components/parameters/indices.put_template#create" + "$ref": "#/components/parameters/indices.put_template:create" }, { - "$ref": "#/components/parameters/indices.put_template#master_timeout" + "$ref": "#/components/parameters/indices.put_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_template#order" + "$ref": "#/components/parameters/indices.put_template:order" }, { - "$ref": "#/components/parameters/indices.put_template#cause" + "$ref": "#/components/parameters/indices.put_template:cause" } ], "requestBody": { @@ -14279,7 +14279,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_template#200" + "$ref": "#/components/responses/indices.put_template:200" } } }, @@ -14556,24 +14556,24 @@ "operationId": "indices-get-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#name" + "$ref": "#/components/parameters/indices.get_alias:name" }, { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } }, @@ -14586,24 +14586,24 @@ "operationId": "indices-exists-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias#name" + "$ref": "#/components/parameters/indices.exists_alias:name" }, { - "$ref": "#/components/parameters/indices.exists_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias#master_timeout" + "$ref": "#/components/parameters/indices.exists_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias#200" + "$ref": "#/components/responses/indices.exists_alias:200" } } } @@ -14779,24 +14779,24 @@ "operationId": "indices-flush-1", "parameters": [ { - "$ref": "#/components/parameters/indices.flush#allow_no_indices" + "$ref": "#/components/parameters/indices.flush:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush#expand_wildcards" + "$ref": "#/components/parameters/indices.flush:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush#force" + "$ref": "#/components/parameters/indices.flush:force" }, { - "$ref": "#/components/parameters/indices.flush#ignore_unavailable" + "$ref": "#/components/parameters/indices.flush:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush#wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush#200" + "$ref": "#/components/responses/indices.flush:200" } } }, @@ -14809,24 +14809,24 @@ "operationId": "indices-flush", "parameters": [ { - "$ref": "#/components/parameters/indices.flush#allow_no_indices" + "$ref": "#/components/parameters/indices.flush:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush#expand_wildcards" + "$ref": "#/components/parameters/indices.flush:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush#force" + "$ref": "#/components/parameters/indices.flush:force" }, { - "$ref": "#/components/parameters/indices.flush#ignore_unavailable" + "$ref": "#/components/parameters/indices.flush:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush#wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush#200" + "$ref": "#/components/responses/indices.flush:200" } } } @@ -14841,27 +14841,27 @@ "operationId": "indices-flush-3", "parameters": [ { - "$ref": "#/components/parameters/indices.flush#index" + "$ref": "#/components/parameters/indices.flush:index" }, { - "$ref": "#/components/parameters/indices.flush#allow_no_indices" + "$ref": "#/components/parameters/indices.flush:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush#expand_wildcards" + "$ref": "#/components/parameters/indices.flush:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush#force" + "$ref": "#/components/parameters/indices.flush:force" }, { - "$ref": "#/components/parameters/indices.flush#ignore_unavailable" + "$ref": "#/components/parameters/indices.flush:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush#wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush#200" + "$ref": "#/components/responses/indices.flush:200" } } }, @@ -14874,27 +14874,27 @@ "operationId": "indices-flush-2", "parameters": [ { - "$ref": "#/components/parameters/indices.flush#index" + "$ref": "#/components/parameters/indices.flush:index" }, { - "$ref": "#/components/parameters/indices.flush#allow_no_indices" + "$ref": "#/components/parameters/indices.flush:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush#expand_wildcards" + "$ref": "#/components/parameters/indices.flush:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush#force" + "$ref": "#/components/parameters/indices.flush:force" }, { - "$ref": "#/components/parameters/indices.flush#ignore_unavailable" + "$ref": "#/components/parameters/indices.flush:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush#wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush#200" + "$ref": "#/components/responses/indices.flush:200" } } } @@ -14912,30 +14912,30 @@ "operationId": "indices-forcemerge", "parameters": [ { - "$ref": "#/components/parameters/indices.forcemerge#allow_no_indices" + "$ref": "#/components/parameters/indices.forcemerge:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.forcemerge#expand_wildcards" + "$ref": "#/components/parameters/indices.forcemerge:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.forcemerge#flush" + "$ref": "#/components/parameters/indices.forcemerge:flush" }, { - "$ref": "#/components/parameters/indices.forcemerge#ignore_unavailable" + "$ref": "#/components/parameters/indices.forcemerge:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.forcemerge#max_num_segments" + "$ref": "#/components/parameters/indices.forcemerge:max_num_segments" }, { - "$ref": "#/components/parameters/indices.forcemerge#only_expunge_deletes" + "$ref": "#/components/parameters/indices.forcemerge:only_expunge_deletes" }, { - "$ref": "#/components/parameters/indices.forcemerge#wait_for_completion" + "$ref": "#/components/parameters/indices.forcemerge:wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.forcemerge#200" + "$ref": "#/components/responses/indices.forcemerge:200" } }, "x-state": "Added in 2.1.0" @@ -14954,33 +14954,33 @@ "operationId": "indices-forcemerge-1", "parameters": [ { - "$ref": "#/components/parameters/indices.forcemerge#index" + "$ref": "#/components/parameters/indices.forcemerge:index" }, { - "$ref": "#/components/parameters/indices.forcemerge#allow_no_indices" + "$ref": "#/components/parameters/indices.forcemerge:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.forcemerge#expand_wildcards" + "$ref": "#/components/parameters/indices.forcemerge:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.forcemerge#flush" + "$ref": "#/components/parameters/indices.forcemerge:flush" }, { - "$ref": "#/components/parameters/indices.forcemerge#ignore_unavailable" + "$ref": "#/components/parameters/indices.forcemerge:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.forcemerge#max_num_segments" + "$ref": "#/components/parameters/indices.forcemerge:max_num_segments" }, { - "$ref": "#/components/parameters/indices.forcemerge#only_expunge_deletes" + "$ref": "#/components/parameters/indices.forcemerge:only_expunge_deletes" }, { - "$ref": "#/components/parameters/indices.forcemerge#wait_for_completion" + "$ref": "#/components/parameters/indices.forcemerge:wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.forcemerge#200" + "$ref": "#/components/responses/indices.forcemerge:200" } }, "x-state": "Added in 2.1.0" @@ -14996,21 +14996,21 @@ "operationId": "indices-get-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } } @@ -15025,24 +15025,24 @@ "operationId": "indices-get-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#index" + "$ref": "#/components/parameters/indices.get_alias:index" }, { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } } @@ -15109,21 +15109,21 @@ "operationId": "indices-get-data-stream", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream#expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream#include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream#master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream#verbose" + "$ref": "#/components/parameters/indices.get_data_stream:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream#200" + "$ref": "#/components/responses/indices.get_data_stream:200" } }, "x-state": "Added in 7.9.0" @@ -15139,24 +15139,24 @@ "operationId": "indices-get-field-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_field_mapping#fields" + "$ref": "#/components/parameters/indices.get_field_mapping:fields" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.get_field_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.get_field_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_field_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#include_defaults" + "$ref": "#/components/parameters/indices.get_field_mapping:include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_field_mapping#200" + "$ref": "#/components/responses/indices.get_field_mapping:200" } } } @@ -15171,27 +15171,27 @@ "operationId": "indices-get-field-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_field_mapping#index" + "$ref": "#/components/parameters/indices.get_field_mapping:index" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#fields" + "$ref": "#/components/parameters/indices.get_field_mapping:fields" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.get_field_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.get_field_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_field_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_field_mapping#include_defaults" + "$ref": "#/components/parameters/indices.get_field_mapping:include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_field_mapping#200" + "$ref": "#/components/responses/indices.get_field_mapping:200" } } } @@ -15206,21 +15206,21 @@ "operationId": "indices-get-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template#local" + "$ref": "#/components/parameters/indices.get_index_template:local" }, { - "$ref": "#/components/parameters/indices.get_index_template#flat_settings" + "$ref": "#/components/parameters/indices.get_index_template:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template#master_timeout" + "$ref": "#/components/parameters/indices.get_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template#include_defaults" + "$ref": "#/components/parameters/indices.get_index_template:include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template#200" + "$ref": "#/components/responses/indices.get_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -15236,24 +15236,24 @@ "operationId": "indices-get-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping#local" + "$ref": "#/components/parameters/indices.get_mapping:local" }, { - "$ref": "#/components/parameters/indices.get_mapping#master_timeout" + "$ref": "#/components/parameters/indices.get_mapping:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping#200" + "$ref": "#/components/responses/indices.get_mapping:200" } } } @@ -15268,27 +15268,27 @@ "operationId": "indices-get-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping#index" + "$ref": "#/components/parameters/indices.get_mapping:index" }, { - "$ref": "#/components/parameters/indices.get_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping#local" + "$ref": "#/components/parameters/indices.get_mapping:local" }, { - "$ref": "#/components/parameters/indices.get_mapping#master_timeout" + "$ref": "#/components/parameters/indices.get_mapping:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping#200" + "$ref": "#/components/responses/indices.get_mapping:200" } } }, @@ -15304,25 +15304,25 @@ "operationId": "indices-put-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping#index" + "$ref": "#/components/parameters/indices.put_mapping:index" }, { - "$ref": "#/components/parameters/indices.put_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping#master_timeout" + "$ref": "#/components/parameters/indices.put_mapping:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#timeout" + "$ref": "#/components/parameters/indices.put_mapping:timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#write_index_only" + "$ref": "#/components/parameters/indices.put_mapping:write_index_only" } ], "requestBody": { @@ -15330,7 +15330,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping#200" + "$ref": "#/components/responses/indices.put_mapping:200" } } }, @@ -15346,25 +15346,25 @@ "operationId": "indices-put-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping#index" + "$ref": "#/components/parameters/indices.put_mapping:index" }, { - "$ref": "#/components/parameters/indices.put_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping#master_timeout" + "$ref": "#/components/parameters/indices.put_mapping:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#timeout" + "$ref": "#/components/parameters/indices.put_mapping:timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#write_index_only" + "$ref": "#/components/parameters/indices.put_mapping:write_index_only" } ], "requestBody": { @@ -15372,7 +15372,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping#200" + "$ref": "#/components/responses/indices.put_mapping:200" } } } @@ -15471,30 +15471,30 @@ "operationId": "indices-get-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } }, @@ -15510,28 +15510,28 @@ "operationId": "indices-put-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings#flat_settings" + "$ref": "#/components/parameters/indices.put_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings#master_timeout" + "$ref": "#/components/parameters/indices.put_settings:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings#preserve_existing" + "$ref": "#/components/parameters/indices.put_settings:preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings#reopen" + "$ref": "#/components/parameters/indices.put_settings:reopen" }, { - "$ref": "#/components/parameters/indices.put_settings#timeout" + "$ref": "#/components/parameters/indices.put_settings:timeout" } ], "requestBody": { @@ -15539,7 +15539,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings#200" + "$ref": "#/components/responses/indices.put_settings:200" } } } @@ -15554,33 +15554,33 @@ "operationId": "indices-get-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#index" + "$ref": "#/components/parameters/indices.get_settings:index" }, { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } }, @@ -15596,31 +15596,31 @@ "operationId": "indices-put-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings#index" + "$ref": "#/components/parameters/indices.put_settings:index" }, { - "$ref": "#/components/parameters/indices.put_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings#flat_settings" + "$ref": "#/components/parameters/indices.put_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings#master_timeout" + "$ref": "#/components/parameters/indices.put_settings:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings#preserve_existing" + "$ref": "#/components/parameters/indices.put_settings:preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings#reopen" + "$ref": "#/components/parameters/indices.put_settings:reopen" }, { - "$ref": "#/components/parameters/indices.put_settings#timeout" + "$ref": "#/components/parameters/indices.put_settings:timeout" } ], "requestBody": { @@ -15628,7 +15628,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings#200" + "$ref": "#/components/responses/indices.put_settings:200" } } } @@ -15643,36 +15643,36 @@ "operationId": "indices-get-settings-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#index" + "$ref": "#/components/parameters/indices.get_settings:index" }, { - "$ref": "#/components/parameters/indices.get_settings#name" + "$ref": "#/components/parameters/indices.get_settings:name" }, { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } } @@ -15687,33 +15687,33 @@ "operationId": "indices-get-settings-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#name" + "$ref": "#/components/parameters/indices.get_settings:name" }, { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } } @@ -15731,18 +15731,18 @@ "operationId": "indices-get-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_template#flat_settings" + "$ref": "#/components/parameters/indices.get_template:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_template#local" + "$ref": "#/components/parameters/indices.get_template:local" }, { - "$ref": "#/components/parameters/indices.get_template#master_timeout" + "$ref": "#/components/parameters/indices.get_template:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_template#200" + "$ref": "#/components/responses/indices.get_template:200" } } } @@ -16050,15 +16050,15 @@ "operationId": "indices-recovery", "parameters": [ { - "$ref": "#/components/parameters/indices.recovery#active_only" + "$ref": "#/components/parameters/indices.recovery:active_only" }, { - "$ref": "#/components/parameters/indices.recovery#detailed" + "$ref": "#/components/parameters/indices.recovery:detailed" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.recovery#200" + "$ref": "#/components/responses/indices.recovery:200" } } } @@ -16073,18 +16073,18 @@ "operationId": "indices-recovery-1", "parameters": [ { - "$ref": "#/components/parameters/indices.recovery#index" + "$ref": "#/components/parameters/indices.recovery:index" }, { - "$ref": "#/components/parameters/indices.recovery#active_only" + "$ref": "#/components/parameters/indices.recovery:active_only" }, { - "$ref": "#/components/parameters/indices.recovery#detailed" + "$ref": "#/components/parameters/indices.recovery:detailed" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.recovery#200" + "$ref": "#/components/responses/indices.recovery:200" } } } @@ -16099,18 +16099,18 @@ "operationId": "indices-refresh-1", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } }, @@ -16123,18 +16123,18 @@ "operationId": "indices-refresh", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } } @@ -16149,21 +16149,21 @@ "operationId": "indices-refresh-3", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#index" + "$ref": "#/components/parameters/indices.refresh:index" }, { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } }, @@ -16176,21 +16176,21 @@ "operationId": "indices-refresh-2", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#index" + "$ref": "#/components/parameters/indices.refresh:index" }, { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } } @@ -16208,24 +16208,24 @@ "operationId": "indices-reload-search-analyzers", "parameters": [ { - "$ref": "#/components/parameters/indices.reload_search_analyzers#index" + "$ref": "#/components/parameters/indices.reload_search_analyzers:index" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#allow_no_indices" + "$ref": "#/components/parameters/indices.reload_search_analyzers:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#expand_wildcards" + "$ref": "#/components/parameters/indices.reload_search_analyzers:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#ignore_unavailable" + "$ref": "#/components/parameters/indices.reload_search_analyzers:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#resource" + "$ref": "#/components/parameters/indices.reload_search_analyzers:resource" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.reload_search_analyzers#200" + "$ref": "#/components/responses/indices.reload_search_analyzers:200" } }, "x-state": "Added in 7.3.0" @@ -16242,24 +16242,24 @@ "operationId": "indices-reload-search-analyzers-1", "parameters": [ { - "$ref": "#/components/parameters/indices.reload_search_analyzers#index" + "$ref": "#/components/parameters/indices.reload_search_analyzers:index" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#allow_no_indices" + "$ref": "#/components/parameters/indices.reload_search_analyzers:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#expand_wildcards" + "$ref": "#/components/parameters/indices.reload_search_analyzers:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#ignore_unavailable" + "$ref": "#/components/parameters/indices.reload_search_analyzers:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers#resource" + "$ref": "#/components/parameters/indices.reload_search_analyzers:resource" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.reload_search_analyzers#200" + "$ref": "#/components/responses/indices.reload_search_analyzers:200" } }, "x-state": "Added in 7.3.0" @@ -16275,24 +16275,24 @@ "operationId": "indices-resolve-cluster", "parameters": [ { - "$ref": "#/components/parameters/indices.resolve_cluster#allow_no_indices" + "$ref": "#/components/parameters/indices.resolve_cluster:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#expand_wildcards" + "$ref": "#/components/parameters/indices.resolve_cluster:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#ignore_throttled" + "$ref": "#/components/parameters/indices.resolve_cluster:ignore_throttled" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#ignore_unavailable" + "$ref": "#/components/parameters/indices.resolve_cluster:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#timeout" + "$ref": "#/components/parameters/indices.resolve_cluster:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.resolve_cluster#200" + "$ref": "#/components/responses/indices.resolve_cluster:200" } }, "x-state": "Added in 8.13.0" @@ -16308,27 +16308,27 @@ "operationId": "indices-resolve-cluster-1", "parameters": [ { - "$ref": "#/components/parameters/indices.resolve_cluster#name" + "$ref": "#/components/parameters/indices.resolve_cluster:name" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#allow_no_indices" + "$ref": "#/components/parameters/indices.resolve_cluster:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#expand_wildcards" + "$ref": "#/components/parameters/indices.resolve_cluster:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#ignore_throttled" + "$ref": "#/components/parameters/indices.resolve_cluster:ignore_throttled" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#ignore_unavailable" + "$ref": "#/components/parameters/indices.resolve_cluster:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.resolve_cluster#timeout" + "$ref": "#/components/parameters/indices.resolve_cluster:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.resolve_cluster#200" + "$ref": "#/components/responses/indices.resolve_cluster:200" } }, "x-state": "Added in 8.13.0" @@ -16441,22 +16441,22 @@ "operationId": "indices-rollover", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover#alias" + "$ref": "#/components/parameters/indices.rollover:alias" }, { - "$ref": "#/components/parameters/indices.rollover#dry_run" + "$ref": "#/components/parameters/indices.rollover:dry_run" }, { - "$ref": "#/components/parameters/indices.rollover#master_timeout" + "$ref": "#/components/parameters/indices.rollover:master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover#timeout" + "$ref": "#/components/parameters/indices.rollover:timeout" }, { - "$ref": "#/components/parameters/indices.rollover#wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover#lazy" + "$ref": "#/components/parameters/indices.rollover:lazy" } ], "requestBody": { @@ -16464,7 +16464,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover#200" + "$ref": "#/components/responses/indices.rollover:200" } }, "x-state": "Added in 5.0.0" @@ -16480,25 +16480,25 @@ "operationId": "indices-rollover-1", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover#alias" + "$ref": "#/components/parameters/indices.rollover:alias" }, { - "$ref": "#/components/parameters/indices.rollover#new_index" + "$ref": "#/components/parameters/indices.rollover:new_index" }, { - "$ref": "#/components/parameters/indices.rollover#dry_run" + "$ref": "#/components/parameters/indices.rollover:dry_run" }, { - "$ref": "#/components/parameters/indices.rollover#master_timeout" + "$ref": "#/components/parameters/indices.rollover:master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover#timeout" + "$ref": "#/components/parameters/indices.rollover:timeout" }, { - "$ref": "#/components/parameters/indices.rollover#wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover#lazy" + "$ref": "#/components/parameters/indices.rollover:lazy" } ], "requestBody": { @@ -16506,7 +16506,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover#200" + "$ref": "#/components/responses/indices.rollover:200" } }, "x-state": "Added in 5.0.0" @@ -16522,18 +16522,18 @@ "operationId": "indices-segments", "parameters": [ { - "$ref": "#/components/parameters/indices.segments#allow_no_indices" + "$ref": "#/components/parameters/indices.segments:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.segments#expand_wildcards" + "$ref": "#/components/parameters/indices.segments:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.segments#ignore_unavailable" + "$ref": "#/components/parameters/indices.segments:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.segments#200" + "$ref": "#/components/responses/indices.segments:200" } } } @@ -16548,21 +16548,21 @@ "operationId": "indices-segments-1", "parameters": [ { - "$ref": "#/components/parameters/indices.segments#index" + "$ref": "#/components/parameters/indices.segments:index" }, { - "$ref": "#/components/parameters/indices.segments#allow_no_indices" + "$ref": "#/components/parameters/indices.segments:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.segments#expand_wildcards" + "$ref": "#/components/parameters/indices.segments:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.segments#ignore_unavailable" + "$ref": "#/components/parameters/indices.segments:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.segments#200" + "$ref": "#/components/responses/indices.segments:200" } } } @@ -16577,21 +16577,21 @@ "operationId": "indices-shard-stores", "parameters": [ { - "$ref": "#/components/parameters/indices.shard_stores#allow_no_indices" + "$ref": "#/components/parameters/indices.shard_stores:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.shard_stores#expand_wildcards" + "$ref": "#/components/parameters/indices.shard_stores:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.shard_stores#ignore_unavailable" + "$ref": "#/components/parameters/indices.shard_stores:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.shard_stores#status" + "$ref": "#/components/parameters/indices.shard_stores:status" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.shard_stores#200" + "$ref": "#/components/responses/indices.shard_stores:200" } } } @@ -16606,24 +16606,24 @@ "operationId": "indices-shard-stores-1", "parameters": [ { - "$ref": "#/components/parameters/indices.shard_stores#index" + "$ref": "#/components/parameters/indices.shard_stores:index" }, { - "$ref": "#/components/parameters/indices.shard_stores#allow_no_indices" + "$ref": "#/components/parameters/indices.shard_stores:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.shard_stores#expand_wildcards" + "$ref": "#/components/parameters/indices.shard_stores:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.shard_stores#ignore_unavailable" + "$ref": "#/components/parameters/indices.shard_stores:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.shard_stores#status" + "$ref": "#/components/parameters/indices.shard_stores:status" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.shard_stores#200" + "$ref": "#/components/responses/indices.shard_stores:200" } } } @@ -16638,19 +16638,19 @@ "operationId": "indices-shrink", "parameters": [ { - "$ref": "#/components/parameters/indices.shrink#index" + "$ref": "#/components/parameters/indices.shrink:index" }, { - "$ref": "#/components/parameters/indices.shrink#target" + "$ref": "#/components/parameters/indices.shrink:target" }, { - "$ref": "#/components/parameters/indices.shrink#master_timeout" + "$ref": "#/components/parameters/indices.shrink:master_timeout" }, { - "$ref": "#/components/parameters/indices.shrink#timeout" + "$ref": "#/components/parameters/indices.shrink:timeout" }, { - "$ref": "#/components/parameters/indices.shrink#wait_for_active_shards" + "$ref": "#/components/parameters/indices.shrink:wait_for_active_shards" } ], "requestBody": { @@ -16658,7 +16658,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.shrink#200" + "$ref": "#/components/responses/indices.shrink:200" } }, "x-state": "Added in 5.0.0" @@ -16672,19 +16672,19 @@ "operationId": "indices-shrink-1", "parameters": [ { - "$ref": "#/components/parameters/indices.shrink#index" + "$ref": "#/components/parameters/indices.shrink:index" }, { - "$ref": "#/components/parameters/indices.shrink#target" + "$ref": "#/components/parameters/indices.shrink:target" }, { - "$ref": "#/components/parameters/indices.shrink#master_timeout" + "$ref": "#/components/parameters/indices.shrink:master_timeout" }, { - "$ref": "#/components/parameters/indices.shrink#timeout" + "$ref": "#/components/parameters/indices.shrink:timeout" }, { - "$ref": "#/components/parameters/indices.shrink#wait_for_active_shards" + "$ref": "#/components/parameters/indices.shrink:wait_for_active_shards" } ], "requestBody": { @@ -16692,7 +16692,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.shrink#200" + "$ref": "#/components/responses/indices.shrink:200" } }, "x-state": "Added in 5.0.0" @@ -16804,16 +16804,16 @@ "operationId": "indices-simulate-template", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template#create" + "$ref": "#/components/parameters/indices.simulate_template:create" }, { - "$ref": "#/components/parameters/indices.simulate_template#cause" + "$ref": "#/components/parameters/indices.simulate_template:cause" }, { - "$ref": "#/components/parameters/indices.simulate_template#master_timeout" + "$ref": "#/components/parameters/indices.simulate_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template#include_defaults" + "$ref": "#/components/parameters/indices.simulate_template:include_defaults" } ], "requestBody": { @@ -16821,7 +16821,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template#200" + "$ref": "#/components/responses/indices.simulate_template:200" } } } @@ -16836,19 +16836,19 @@ "operationId": "indices-simulate-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template#name" + "$ref": "#/components/parameters/indices.simulate_template:name" }, { - "$ref": "#/components/parameters/indices.simulate_template#create" + "$ref": "#/components/parameters/indices.simulate_template:create" }, { - "$ref": "#/components/parameters/indices.simulate_template#cause" + "$ref": "#/components/parameters/indices.simulate_template:cause" }, { - "$ref": "#/components/parameters/indices.simulate_template#master_timeout" + "$ref": "#/components/parameters/indices.simulate_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template#include_defaults" + "$ref": "#/components/parameters/indices.simulate_template:include_defaults" } ], "requestBody": { @@ -16856,7 +16856,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template#200" + "$ref": "#/components/responses/indices.simulate_template:200" } } } @@ -16871,19 +16871,19 @@ "operationId": "indices-split", "parameters": [ { - "$ref": "#/components/parameters/indices.split#index" + "$ref": "#/components/parameters/indices.split:index" }, { - "$ref": "#/components/parameters/indices.split#target" + "$ref": "#/components/parameters/indices.split:target" }, { - "$ref": "#/components/parameters/indices.split#master_timeout" + "$ref": "#/components/parameters/indices.split:master_timeout" }, { - "$ref": "#/components/parameters/indices.split#timeout" + "$ref": "#/components/parameters/indices.split:timeout" }, { - "$ref": "#/components/parameters/indices.split#wait_for_active_shards" + "$ref": "#/components/parameters/indices.split:wait_for_active_shards" } ], "requestBody": { @@ -16891,7 +16891,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.split#200" + "$ref": "#/components/responses/indices.split:200" } }, "x-state": "Added in 6.1.0" @@ -16905,19 +16905,19 @@ "operationId": "indices-split-1", "parameters": [ { - "$ref": "#/components/parameters/indices.split#index" + "$ref": "#/components/parameters/indices.split:index" }, { - "$ref": "#/components/parameters/indices.split#target" + "$ref": "#/components/parameters/indices.split:target" }, { - "$ref": "#/components/parameters/indices.split#master_timeout" + "$ref": "#/components/parameters/indices.split:master_timeout" }, { - "$ref": "#/components/parameters/indices.split#timeout" + "$ref": "#/components/parameters/indices.split:timeout" }, { - "$ref": "#/components/parameters/indices.split#wait_for_active_shards" + "$ref": "#/components/parameters/indices.split:wait_for_active_shards" } ], "requestBody": { @@ -16925,7 +16925,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.split#200" + "$ref": "#/components/responses/indices.split:200" } }, "x-state": "Added in 6.1.0" @@ -16941,36 +16941,36 @@ "operationId": "indices-stats", "parameters": [ { - "$ref": "#/components/parameters/indices.stats#completion_fields" + "$ref": "#/components/parameters/indices.stats:completion_fields" }, { - "$ref": "#/components/parameters/indices.stats#expand_wildcards" + "$ref": "#/components/parameters/indices.stats:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats#fielddata_fields" + "$ref": "#/components/parameters/indices.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats#fields" + "$ref": "#/components/parameters/indices.stats:fields" }, { - "$ref": "#/components/parameters/indices.stats#forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats#groups" + "$ref": "#/components/parameters/indices.stats:groups" }, { - "$ref": "#/components/parameters/indices.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats#include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats#level" + "$ref": "#/components/parameters/indices.stats:level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats#200" + "$ref": "#/components/responses/indices.stats:200" } }, "x-state": "Added in 1.3.0" @@ -16986,39 +16986,39 @@ "operationId": "indices-stats-1", "parameters": [ { - "$ref": "#/components/parameters/indices.stats#metric" + "$ref": "#/components/parameters/indices.stats:metric" }, { - "$ref": "#/components/parameters/indices.stats#completion_fields" + "$ref": "#/components/parameters/indices.stats:completion_fields" }, { - "$ref": "#/components/parameters/indices.stats#expand_wildcards" + "$ref": "#/components/parameters/indices.stats:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats#fielddata_fields" + "$ref": "#/components/parameters/indices.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats#fields" + "$ref": "#/components/parameters/indices.stats:fields" }, { - "$ref": "#/components/parameters/indices.stats#forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats#groups" + "$ref": "#/components/parameters/indices.stats:groups" }, { - "$ref": "#/components/parameters/indices.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats#include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats#level" + "$ref": "#/components/parameters/indices.stats:level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats#200" + "$ref": "#/components/responses/indices.stats:200" } }, "x-state": "Added in 1.3.0" @@ -17034,39 +17034,39 @@ "operationId": "indices-stats-2", "parameters": [ { - "$ref": "#/components/parameters/indices.stats#index" + "$ref": "#/components/parameters/indices.stats:index" }, { - "$ref": "#/components/parameters/indices.stats#completion_fields" + "$ref": "#/components/parameters/indices.stats:completion_fields" }, { - "$ref": "#/components/parameters/indices.stats#expand_wildcards" + "$ref": "#/components/parameters/indices.stats:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats#fielddata_fields" + "$ref": "#/components/parameters/indices.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats#fields" + "$ref": "#/components/parameters/indices.stats:fields" }, { - "$ref": "#/components/parameters/indices.stats#forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats#groups" + "$ref": "#/components/parameters/indices.stats:groups" }, { - "$ref": "#/components/parameters/indices.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats#include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats#level" + "$ref": "#/components/parameters/indices.stats:level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats#200" + "$ref": "#/components/responses/indices.stats:200" } }, "x-state": "Added in 1.3.0" @@ -17082,42 +17082,42 @@ "operationId": "indices-stats-3", "parameters": [ { - "$ref": "#/components/parameters/indices.stats#index" + "$ref": "#/components/parameters/indices.stats:index" }, { - "$ref": "#/components/parameters/indices.stats#metric" + "$ref": "#/components/parameters/indices.stats:metric" }, { - "$ref": "#/components/parameters/indices.stats#completion_fields" + "$ref": "#/components/parameters/indices.stats:completion_fields" }, { - "$ref": "#/components/parameters/indices.stats#expand_wildcards" + "$ref": "#/components/parameters/indices.stats:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats#fielddata_fields" + "$ref": "#/components/parameters/indices.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats#fields" + "$ref": "#/components/parameters/indices.stats:fields" }, { - "$ref": "#/components/parameters/indices.stats#forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats#groups" + "$ref": "#/components/parameters/indices.stats:groups" }, { - "$ref": "#/components/parameters/indices.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats#include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats#level" + "$ref": "#/components/parameters/indices.stats:level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats#200" + "$ref": "#/components/responses/indices.stats:200" } }, "x-state": "Added in 1.3.0" @@ -17197,40 +17197,40 @@ "operationId": "indices-validate-query", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -17238,7 +17238,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -17252,40 +17252,40 @@ "operationId": "indices-validate-query-1", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -17293,7 +17293,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -17309,43 +17309,43 @@ "operationId": "indices-validate-query-2", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#index" + "$ref": "#/components/parameters/indices.validate_query:index" }, { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -17353,7 +17353,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -17367,43 +17367,43 @@ "operationId": "indices-validate-query-3", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#index" + "$ref": "#/components/parameters/indices.validate_query:index" }, { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -17411,7 +17411,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -17571,12 +17571,12 @@ "operationId": "inference-get-1", "parameters": [ { - "$ref": "#/components/parameters/inference.get#inference_id" + "$ref": "#/components/parameters/inference.get:inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get#200" + "$ref": "#/components/responses/inference.get:200" } }, "x-state": "Added in 8.11.0" @@ -17590,7 +17590,7 @@ "operationId": "inference-put", "parameters": [ { - "$ref": "#/components/parameters/inference.put#inference_id" + "$ref": "#/components/parameters/inference.put:inference_id" } ], "requestBody": { @@ -17598,7 +17598,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put#200" + "$ref": "#/components/responses/inference.put:200" } }, "x-state": "Added in 8.11.0" @@ -17611,18 +17611,18 @@ "operationId": "inference-delete", "parameters": [ { - "$ref": "#/components/parameters/inference.delete#inference_id" + "$ref": "#/components/parameters/inference.delete:inference_id" }, { - "$ref": "#/components/parameters/inference.delete#dry_run" + "$ref": "#/components/parameters/inference.delete:dry_run" }, { - "$ref": "#/components/parameters/inference.delete#force" + "$ref": "#/components/parameters/inference.delete:force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete#200" + "$ref": "#/components/responses/inference.delete:200" } }, "x-state": "Added in 8.11.0" @@ -17637,15 +17637,15 @@ "operationId": "inference-get-2", "parameters": [ { - "$ref": "#/components/parameters/inference.get#task_type" + "$ref": "#/components/parameters/inference.get:task_type" }, { - "$ref": "#/components/parameters/inference.get#inference_id" + "$ref": "#/components/parameters/inference.get:inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get#200" + "$ref": "#/components/responses/inference.get:200" } }, "x-state": "Added in 8.11.0" @@ -17659,10 +17659,10 @@ "operationId": "inference-put-1", "parameters": [ { - "$ref": "#/components/parameters/inference.put#task_type" + "$ref": "#/components/parameters/inference.put:task_type" }, { - "$ref": "#/components/parameters/inference.put#inference_id" + "$ref": "#/components/parameters/inference.put:inference_id" } ], "requestBody": { @@ -17670,7 +17670,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put#200" + "$ref": "#/components/responses/inference.put:200" } }, "x-state": "Added in 8.11.0" @@ -17683,21 +17683,21 @@ "operationId": "inference-delete-1", "parameters": [ { - "$ref": "#/components/parameters/inference.delete#task_type" + "$ref": "#/components/parameters/inference.delete:task_type" }, { - "$ref": "#/components/parameters/inference.delete#inference_id" + "$ref": "#/components/parameters/inference.delete:inference_id" }, { - "$ref": "#/components/parameters/inference.delete#dry_run" + "$ref": "#/components/parameters/inference.delete:dry_run" }, { - "$ref": "#/components/parameters/inference.delete#force" + "$ref": "#/components/parameters/inference.delete:force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete#200" + "$ref": "#/components/responses/inference.delete:200" } }, "x-state": "Added in 8.11.0" @@ -17712,7 +17712,7 @@ "operationId": "inference-get", "responses": { "200": { - "$ref": "#/components/responses/inference.get#200" + "$ref": "#/components/responses/inference.get:200" } }, "x-state": "Added in 8.11.0" @@ -19564,7 +19564,7 @@ "operationId": "inference-update", "parameters": [ { - "$ref": "#/components/parameters/inference.update#inference_id" + "$ref": "#/components/parameters/inference.update:inference_id" } ], "requestBody": { @@ -19572,7 +19572,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.update#200" + "$ref": "#/components/responses/inference.update:200" } }, "x-state": "Added in 8.17.0" @@ -19588,10 +19588,10 @@ "operationId": "inference-update-1", "parameters": [ { - "$ref": "#/components/parameters/inference.update#task_type" + "$ref": "#/components/parameters/inference.update:task_type" }, { - "$ref": "#/components/parameters/inference.update#inference_id" + "$ref": "#/components/parameters/inference.update:inference_id" } ], "requestBody": { @@ -19599,7 +19599,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.update#200" + "$ref": "#/components/responses/inference.update:200" } }, "x-state": "Added in 8.17.0" @@ -19683,12 +19683,12 @@ "operationId": "ingest-get-geoip-database-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_geoip_database#id" + "$ref": "#/components/parameters/ingest.get_geoip_database:id" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_geoip_database#200" + "$ref": "#/components/responses/ingest.get_geoip_database:200" } }, "x-state": "Added in 8.15.0" @@ -19833,15 +19833,15 @@ "operationId": "ingest-get-ip-location-database-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_ip_location_database#id" + "$ref": "#/components/parameters/ingest.get_ip_location_database:id" }, { - "$ref": "#/components/parameters/ingest.get_ip_location_database#master_timeout" + "$ref": "#/components/parameters/ingest.get_ip_location_database:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_ip_location_database#200" + "$ref": "#/components/responses/ingest.get_ip_location_database:200" } }, "x-state": "Added in 8.15.0" @@ -19976,18 +19976,18 @@ "operationId": "ingest-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline#id" + "$ref": "#/components/parameters/ingest.get_pipeline:id" }, { - "$ref": "#/components/parameters/ingest.get_pipeline#master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline#summary" + "$ref": "#/components/parameters/ingest.get_pipeline:summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline#200" + "$ref": "#/components/responses/ingest.get_pipeline:200" } }, "x-state": "Added in 5.0.0" @@ -20220,7 +20220,7 @@ "operationId": "ingest-get-geoip-database", "responses": { "200": { - "$ref": "#/components/responses/ingest.get_geoip_database#200" + "$ref": "#/components/responses/ingest.get_geoip_database:200" } }, "x-state": "Added in 8.15.0" @@ -20235,12 +20235,12 @@ "operationId": "ingest-get-ip-location-database", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_ip_location_database#master_timeout" + "$ref": "#/components/parameters/ingest.get_ip_location_database:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_ip_location_database#200" + "$ref": "#/components/responses/ingest.get_ip_location_database:200" } }, "x-state": "Added in 8.15.0" @@ -20259,15 +20259,15 @@ "operationId": "ingest-get-pipeline", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline#master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline#summary" + "$ref": "#/components/parameters/ingest.get_pipeline:summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline#200" + "$ref": "#/components/responses/ingest.get_pipeline:200" } }, "x-state": "Added in 5.0.0" @@ -20320,7 +20320,7 @@ "operationId": "ingest-simulate", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -20328,7 +20328,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -20342,7 +20342,7 @@ "operationId": "ingest-simulate-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -20350,7 +20350,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -20366,10 +20366,10 @@ "operationId": "ingest-simulate-2", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#id" + "$ref": "#/components/parameters/ingest.simulate:id" }, { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -20377,7 +20377,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -20391,10 +20391,10 @@ "operationId": "ingest-simulate-3", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#id" + "$ref": "#/components/parameters/ingest.simulate:id" }, { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -20402,7 +20402,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -20418,10 +20418,10 @@ "operationId": "knn-search", "parameters": [ { - "$ref": "#/components/parameters/knn_search#index" + "$ref": "#/components/parameters/knn_search:index" }, { - "$ref": "#/components/parameters/knn_search#routing" + "$ref": "#/components/parameters/knn_search:routing" } ], "requestBody": { @@ -20429,7 +20429,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/knn_search#200" + "$ref": "#/components/responses/knn_search:200" } }, "deprecated": true, @@ -20444,10 +20444,10 @@ "operationId": "knn-search-1", "parameters": [ { - "$ref": "#/components/parameters/knn_search#index" + "$ref": "#/components/parameters/knn_search:index" }, { - "$ref": "#/components/parameters/knn_search#routing" + "$ref": "#/components/parameters/knn_search:routing" } ], "requestBody": { @@ -20455,7 +20455,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/knn_search#200" + "$ref": "#/components/responses/knn_search:200" } }, "deprecated": true, @@ -20528,13 +20528,13 @@ "operationId": "license-post", "parameters": [ { - "$ref": "#/components/parameters/license.post#acknowledge" + "$ref": "#/components/parameters/license.post:acknowledge" }, { - "$ref": "#/components/parameters/license.post#master_timeout" + "$ref": "#/components/parameters/license.post:master_timeout" }, { - "$ref": "#/components/parameters/license.post#timeout" + "$ref": "#/components/parameters/license.post:timeout" } ], "requestBody": { @@ -20542,7 +20542,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/license.post#200" + "$ref": "#/components/responses/license.post:200" } } }, @@ -20555,13 +20555,13 @@ "operationId": "license-post-1", "parameters": [ { - "$ref": "#/components/parameters/license.post#acknowledge" + "$ref": "#/components/parameters/license.post:acknowledge" }, { - "$ref": "#/components/parameters/license.post#master_timeout" + "$ref": "#/components/parameters/license.post:master_timeout" }, { - "$ref": "#/components/parameters/license.post#timeout" + "$ref": "#/components/parameters/license.post:timeout" } ], "requestBody": { @@ -20569,7 +20569,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/license.post#200" + "$ref": "#/components/responses/license.post:200" } } }, @@ -20877,12 +20877,12 @@ "operationId": "logstash-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/logstash.get_pipeline#id" + "$ref": "#/components/parameters/logstash.get_pipeline:id" } ], "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline#200" + "$ref": "#/components/responses/logstash.get_pipeline:200" } }, "x-state": "Added in 7.12.0" @@ -20984,7 +20984,7 @@ "operationId": "logstash-get-pipeline", "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline#200" + "$ref": "#/components/responses/logstash.get_pipeline:200" } }, "x-state": "Added in 7.12.0" @@ -21000,31 +21000,31 @@ "operationId": "mget", "parameters": [ { - "$ref": "#/components/parameters/mget#force_synthetic_source" + "$ref": "#/components/parameters/mget:force_synthetic_source" }, { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -21032,7 +21032,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -21046,31 +21046,31 @@ "operationId": "mget-1", "parameters": [ { - "$ref": "#/components/parameters/mget#force_synthetic_source" + "$ref": "#/components/parameters/mget:force_synthetic_source" }, { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -21078,7 +21078,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -21094,34 +21094,34 @@ "operationId": "mget-2", "parameters": [ { - "$ref": "#/components/parameters/mget#index" + "$ref": "#/components/parameters/mget:index" }, { - "$ref": "#/components/parameters/mget#force_synthetic_source" + "$ref": "#/components/parameters/mget:force_synthetic_source" }, { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -21129,7 +21129,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -21143,34 +21143,34 @@ "operationId": "mget-3", "parameters": [ { - "$ref": "#/components/parameters/mget#index" + "$ref": "#/components/parameters/mget:index" }, { - "$ref": "#/components/parameters/mget#force_synthetic_source" + "$ref": "#/components/parameters/mget:force_synthetic_source" }, { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -21178,7 +21178,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -21194,7 +21194,7 @@ "operationId": "migration-deprecations", "responses": { "200": { - "$ref": "#/components/responses/migration.deprecations#200" + "$ref": "#/components/responses/migration.deprecations:200" } }, "x-state": "Added in 6.1.0" @@ -21210,12 +21210,12 @@ "operationId": "migration-deprecations-1", "parameters": [ { - "$ref": "#/components/parameters/migration.deprecations#index" + "$ref": "#/components/parameters/migration.deprecations:index" } ], "responses": { "200": { - "$ref": "#/components/responses/migration.deprecations#200" + "$ref": "#/components/responses/migration.deprecations:200" } }, "x-state": "Added in 6.1.0" @@ -21468,13 +21468,13 @@ "operationId": "ml-get-calendars-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#calendar_id" + "$ref": "#/components/parameters/ml.get_calendars:calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -21482,7 +21482,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -21566,13 +21566,13 @@ "operationId": "ml-get-calendars-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#calendar_id" + "$ref": "#/components/parameters/ml.get_calendars:calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -21580,7 +21580,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -21816,24 +21816,24 @@ "operationId": "ml-get-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -22048,18 +22048,18 @@ "operationId": "ml-get-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds#datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeeds:datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeeds#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds#exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds#200" + "$ref": "#/components/responses/ml.get_datafeeds:200" } }, "x-state": "Added in 5.5.0" @@ -22327,13 +22327,13 @@ "operationId": "ml-delete-expired-data", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_expired_data#job_id" + "$ref": "#/components/parameters/ml.delete_expired_data:job_id" }, { - "$ref": "#/components/parameters/ml.delete_expired_data#requests_per_second" + "$ref": "#/components/parameters/ml.delete_expired_data:requests_per_second" }, { - "$ref": "#/components/parameters/ml.delete_expired_data#timeout" + "$ref": "#/components/parameters/ml.delete_expired_data:timeout" } ], "requestBody": { @@ -22341,7 +22341,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.delete_expired_data#200" + "$ref": "#/components/responses/ml.delete_expired_data:200" } }, "x-state": "Added in 5.4.0" @@ -22357,10 +22357,10 @@ "operationId": "ml-delete-expired-data-1", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_expired_data#requests_per_second" + "$ref": "#/components/parameters/ml.delete_expired_data:requests_per_second" }, { - "$ref": "#/components/parameters/ml.delete_expired_data#timeout" + "$ref": "#/components/parameters/ml.delete_expired_data:timeout" } ], "requestBody": { @@ -22368,7 +22368,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.delete_expired_data#200" + "$ref": "#/components/responses/ml.delete_expired_data:200" } }, "x-state": "Added in 5.4.0" @@ -22384,18 +22384,18 @@ "operationId": "ml-get-filters-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters#filter_id" + "$ref": "#/components/parameters/ml.get_filters:filter_id" }, { - "$ref": "#/components/parameters/ml.get_filters#from" + "$ref": "#/components/parameters/ml.get_filters:from" }, { - "$ref": "#/components/parameters/ml.get_filters#size" + "$ref": "#/components/parameters/ml.get_filters:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters#200" + "$ref": "#/components/responses/ml.get_filters:200" } }, "x-state": "Added in 5.5.0" @@ -22624,18 +22624,18 @@ "operationId": "ml-delete-forecast", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_forecast#job_id" + "$ref": "#/components/parameters/ml.delete_forecast:job_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast#allow_no_forecasts" + "$ref": "#/components/parameters/ml.delete_forecast:allow_no_forecasts" }, { - "$ref": "#/components/parameters/ml.delete_forecast#timeout" + "$ref": "#/components/parameters/ml.delete_forecast:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.delete_forecast#200" + "$ref": "#/components/responses/ml.delete_forecast:200" } }, "x-state": "Added in 6.5.0" @@ -22651,21 +22651,21 @@ "operationId": "ml-delete-forecast-1", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_forecast#job_id" + "$ref": "#/components/parameters/ml.delete_forecast:job_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast#forecast_id" + "$ref": "#/components/parameters/ml.delete_forecast:forecast_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast#allow_no_forecasts" + "$ref": "#/components/parameters/ml.delete_forecast:allow_no_forecasts" }, { - "$ref": "#/components/parameters/ml.delete_forecast#timeout" + "$ref": "#/components/parameters/ml.delete_forecast:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.delete_forecast#200" + "$ref": "#/components/responses/ml.delete_forecast:200" } }, "x-state": "Added in 6.5.0" @@ -22681,18 +22681,18 @@ "operationId": "ml-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs#job_id" + "$ref": "#/components/parameters/ml.get_jobs:job_id" }, { - "$ref": "#/components/parameters/ml.get_jobs#allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs#exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs#200" + "$ref": "#/components/responses/ml.get_jobs:200" } }, "x-state": "Added in 5.5.0" @@ -23021,28 +23021,28 @@ "operationId": "ml-get-model-snapshots", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots#job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#snapshot_id" + "$ref": "#/components/parameters/ml.get_model_snapshots:snapshot_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#desc" + "$ref": "#/components/parameters/ml.get_model_snapshots:desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#end" + "$ref": "#/components/parameters/ml.get_model_snapshots:end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#from" + "$ref": "#/components/parameters/ml.get_model_snapshots:from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#size" + "$ref": "#/components/parameters/ml.get_model_snapshots:size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#sort" + "$ref": "#/components/parameters/ml.get_model_snapshots:sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#start" + "$ref": "#/components/parameters/ml.get_model_snapshots:start" } ], "requestBody": { @@ -23050,7 +23050,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots#200" + "$ref": "#/components/responses/ml.get_model_snapshots:200" } }, "x-state": "Added in 5.4.0" @@ -23063,28 +23063,28 @@ "operationId": "ml-get-model-snapshots-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots#job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#snapshot_id" + "$ref": "#/components/parameters/ml.get_model_snapshots:snapshot_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#desc" + "$ref": "#/components/parameters/ml.get_model_snapshots:desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#end" + "$ref": "#/components/parameters/ml.get_model_snapshots:end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#from" + "$ref": "#/components/parameters/ml.get_model_snapshots:from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#size" + "$ref": "#/components/parameters/ml.get_model_snapshots:size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#sort" + "$ref": "#/components/parameters/ml.get_model_snapshots:sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#start" + "$ref": "#/components/parameters/ml.get_model_snapshots:start" } ], "requestBody": { @@ -23092,7 +23092,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots#200" + "$ref": "#/components/responses/ml.get_model_snapshots:200" } }, "x-state": "Added in 5.4.0" @@ -23158,33 +23158,33 @@ "operationId": "ml-get-trained-models", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models#model_id" + "$ref": "#/components/parameters/ml.get_trained_models:model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models#decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models#exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models#from" + "$ref": "#/components/parameters/ml.get_trained_models:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models#include" + "$ref": "#/components/parameters/ml.get_trained_models:include" }, { - "$ref": "#/components/parameters/ml.get_trained_models#size" + "$ref": "#/components/parameters/ml.get_trained_models:size" }, { - "$ref": "#/components/parameters/ml.get_trained_models#tags" + "$ref": "#/components/parameters/ml.get_trained_models:tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models#200" + "$ref": "#/components/responses/ml.get_trained_models:200" } }, "x-state": "Added in 7.10.0" @@ -23654,7 +23654,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics#200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -23671,7 +23671,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics#200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -23687,7 +23687,7 @@ "operationId": "ml-explain-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.explain_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.explain_data_frame_analytics:id" } ], "requestBody": { @@ -23695,7 +23695,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics#200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -23709,7 +23709,7 @@ "operationId": "ml-explain-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.explain_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.explain_data_frame_analytics:id" } ], "requestBody": { @@ -23717,7 +23717,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics#200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -23859,37 +23859,37 @@ "operationId": "ml-get-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets#job_id" + "$ref": "#/components/parameters/ml.get_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets#timestamp" + "$ref": "#/components/parameters/ml.get_buckets:timestamp" }, { - "$ref": "#/components/parameters/ml.get_buckets#anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets#desc" + "$ref": "#/components/parameters/ml.get_buckets:desc" }, { - "$ref": "#/components/parameters/ml.get_buckets#end" + "$ref": "#/components/parameters/ml.get_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets#expand" + "$ref": "#/components/parameters/ml.get_buckets:expand" }, { - "$ref": "#/components/parameters/ml.get_buckets#from" + "$ref": "#/components/parameters/ml.get_buckets:from" }, { - "$ref": "#/components/parameters/ml.get_buckets#size" + "$ref": "#/components/parameters/ml.get_buckets:size" }, { - "$ref": "#/components/parameters/ml.get_buckets#sort" + "$ref": "#/components/parameters/ml.get_buckets:sort" }, { - "$ref": "#/components/parameters/ml.get_buckets#start" + "$ref": "#/components/parameters/ml.get_buckets:start" } ], "requestBody": { @@ -23897,7 +23897,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets#200" + "$ref": "#/components/responses/ml.get_buckets:200" } }, "x-state": "Added in 5.4.0" @@ -23911,37 +23911,37 @@ "operationId": "ml-get-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets#job_id" + "$ref": "#/components/parameters/ml.get_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets#timestamp" + "$ref": "#/components/parameters/ml.get_buckets:timestamp" }, { - "$ref": "#/components/parameters/ml.get_buckets#anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets#desc" + "$ref": "#/components/parameters/ml.get_buckets:desc" }, { - "$ref": "#/components/parameters/ml.get_buckets#end" + "$ref": "#/components/parameters/ml.get_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets#expand" + "$ref": "#/components/parameters/ml.get_buckets:expand" }, { - "$ref": "#/components/parameters/ml.get_buckets#from" + "$ref": "#/components/parameters/ml.get_buckets:from" }, { - "$ref": "#/components/parameters/ml.get_buckets#size" + "$ref": "#/components/parameters/ml.get_buckets:size" }, { - "$ref": "#/components/parameters/ml.get_buckets#sort" + "$ref": "#/components/parameters/ml.get_buckets:sort" }, { - "$ref": "#/components/parameters/ml.get_buckets#start" + "$ref": "#/components/parameters/ml.get_buckets:start" } ], "requestBody": { @@ -23949,7 +23949,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets#200" + "$ref": "#/components/responses/ml.get_buckets:200" } }, "x-state": "Added in 5.4.0" @@ -23965,34 +23965,34 @@ "operationId": "ml-get-buckets-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets#job_id" + "$ref": "#/components/parameters/ml.get_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets#anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets#desc" + "$ref": "#/components/parameters/ml.get_buckets:desc" }, { - "$ref": "#/components/parameters/ml.get_buckets#end" + "$ref": "#/components/parameters/ml.get_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets#expand" + "$ref": "#/components/parameters/ml.get_buckets:expand" }, { - "$ref": "#/components/parameters/ml.get_buckets#from" + "$ref": "#/components/parameters/ml.get_buckets:from" }, { - "$ref": "#/components/parameters/ml.get_buckets#size" + "$ref": "#/components/parameters/ml.get_buckets:size" }, { - "$ref": "#/components/parameters/ml.get_buckets#sort" + "$ref": "#/components/parameters/ml.get_buckets:sort" }, { - "$ref": "#/components/parameters/ml.get_buckets#start" + "$ref": "#/components/parameters/ml.get_buckets:start" } ], "requestBody": { @@ -24000,7 +24000,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets#200" + "$ref": "#/components/responses/ml.get_buckets:200" } }, "x-state": "Added in 5.4.0" @@ -24014,34 +24014,34 @@ "operationId": "ml-get-buckets-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets#job_id" + "$ref": "#/components/parameters/ml.get_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets#anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets#desc" + "$ref": "#/components/parameters/ml.get_buckets:desc" }, { - "$ref": "#/components/parameters/ml.get_buckets#end" + "$ref": "#/components/parameters/ml.get_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets#expand" + "$ref": "#/components/parameters/ml.get_buckets:expand" }, { - "$ref": "#/components/parameters/ml.get_buckets#from" + "$ref": "#/components/parameters/ml.get_buckets:from" }, { - "$ref": "#/components/parameters/ml.get_buckets#size" + "$ref": "#/components/parameters/ml.get_buckets:size" }, { - "$ref": "#/components/parameters/ml.get_buckets#sort" + "$ref": "#/components/parameters/ml.get_buckets:sort" }, { - "$ref": "#/components/parameters/ml.get_buckets#start" + "$ref": "#/components/parameters/ml.get_buckets:start" } ], "requestBody": { @@ -24049,7 +24049,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets#200" + "$ref": "#/components/responses/ml.get_buckets:200" } }, "x-state": "Added in 5.4.0" @@ -24230,10 +24230,10 @@ "operationId": "ml-get-calendars", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -24241,7 +24241,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -24254,10 +24254,10 @@ "operationId": "ml-get-calendars-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -24265,7 +24265,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -24280,19 +24280,19 @@ "operationId": "ml-get-categories", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories#job_id" + "$ref": "#/components/parameters/ml.get_categories:job_id" }, { - "$ref": "#/components/parameters/ml.get_categories#category_id" + "$ref": "#/components/parameters/ml.get_categories:category_id" }, { - "$ref": "#/components/parameters/ml.get_categories#from" + "$ref": "#/components/parameters/ml.get_categories:from" }, { - "$ref": "#/components/parameters/ml.get_categories#partition_field_value" + "$ref": "#/components/parameters/ml.get_categories:partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories#size" + "$ref": "#/components/parameters/ml.get_categories:size" } ], "requestBody": { @@ -24300,7 +24300,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories#200" + "$ref": "#/components/responses/ml.get_categories:200" } }, "x-state": "Added in 5.4.0" @@ -24313,19 +24313,19 @@ "operationId": "ml-get-categories-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories#job_id" + "$ref": "#/components/parameters/ml.get_categories:job_id" }, { - "$ref": "#/components/parameters/ml.get_categories#category_id" + "$ref": "#/components/parameters/ml.get_categories:category_id" }, { - "$ref": "#/components/parameters/ml.get_categories#from" + "$ref": "#/components/parameters/ml.get_categories:from" }, { - "$ref": "#/components/parameters/ml.get_categories#partition_field_value" + "$ref": "#/components/parameters/ml.get_categories:partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories#size" + "$ref": "#/components/parameters/ml.get_categories:size" } ], "requestBody": { @@ -24333,7 +24333,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories#200" + "$ref": "#/components/responses/ml.get_categories:200" } }, "x-state": "Added in 5.4.0" @@ -24348,16 +24348,16 @@ "operationId": "ml-get-categories-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories#job_id" + "$ref": "#/components/parameters/ml.get_categories:job_id" }, { - "$ref": "#/components/parameters/ml.get_categories#from" + "$ref": "#/components/parameters/ml.get_categories:from" }, { - "$ref": "#/components/parameters/ml.get_categories#partition_field_value" + "$ref": "#/components/parameters/ml.get_categories:partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories#size" + "$ref": "#/components/parameters/ml.get_categories:size" } ], "requestBody": { @@ -24365,7 +24365,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories#200" + "$ref": "#/components/responses/ml.get_categories:200" } }, "x-state": "Added in 5.4.0" @@ -24378,16 +24378,16 @@ "operationId": "ml-get-categories-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories#job_id" + "$ref": "#/components/parameters/ml.get_categories:job_id" }, { - "$ref": "#/components/parameters/ml.get_categories#from" + "$ref": "#/components/parameters/ml.get_categories:from" }, { - "$ref": "#/components/parameters/ml.get_categories#partition_field_value" + "$ref": "#/components/parameters/ml.get_categories:partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories#size" + "$ref": "#/components/parameters/ml.get_categories:size" } ], "requestBody": { @@ -24395,7 +24395,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories#200" + "$ref": "#/components/responses/ml.get_categories:200" } }, "x-state": "Added in 5.4.0" @@ -24411,21 +24411,21 @@ "operationId": "ml-get-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -24440,21 +24440,21 @@ "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" } }, "x-state": "Added in 7.3.0" @@ -24469,24 +24469,24 @@ "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" } }, "x-state": "Added in 7.3.0" @@ -24502,15 +24502,15 @@ "operationId": "ml-get-datafeed-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats#datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeed_stats:datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeed_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats#200" + "$ref": "#/components/responses/ml.get_datafeed_stats:200" } }, "x-state": "Added in 5.5.0" @@ -24526,12 +24526,12 @@ "operationId": "ml-get-datafeed-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats#200" + "$ref": "#/components/responses/ml.get_datafeed_stats:200" } }, "x-state": "Added in 5.5.0" @@ -24547,15 +24547,15 @@ "operationId": "ml-get-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds#exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds#200" + "$ref": "#/components/responses/ml.get_datafeeds:200" } }, "x-state": "Added in 5.5.0" @@ -24571,15 +24571,15 @@ "operationId": "ml-get-filters", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters#from" + "$ref": "#/components/parameters/ml.get_filters:from" }, { - "$ref": "#/components/parameters/ml.get_filters#size" + "$ref": "#/components/parameters/ml.get_filters:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters#200" + "$ref": "#/components/responses/ml.get_filters:200" } }, "x-state": "Added in 5.5.0" @@ -24595,31 +24595,31 @@ "operationId": "ml-get-influencers", "parameters": [ { - "$ref": "#/components/parameters/ml.get_influencers#job_id" + "$ref": "#/components/parameters/ml.get_influencers:job_id" }, { - "$ref": "#/components/parameters/ml.get_influencers#desc" + "$ref": "#/components/parameters/ml.get_influencers:desc" }, { - "$ref": "#/components/parameters/ml.get_influencers#end" + "$ref": "#/components/parameters/ml.get_influencers:end" }, { - "$ref": "#/components/parameters/ml.get_influencers#exclude_interim" + "$ref": "#/components/parameters/ml.get_influencers:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_influencers#influencer_score" + "$ref": "#/components/parameters/ml.get_influencers:influencer_score" }, { - "$ref": "#/components/parameters/ml.get_influencers#from" + "$ref": "#/components/parameters/ml.get_influencers:from" }, { - "$ref": "#/components/parameters/ml.get_influencers#size" + "$ref": "#/components/parameters/ml.get_influencers:size" }, { - "$ref": "#/components/parameters/ml.get_influencers#sort" + "$ref": "#/components/parameters/ml.get_influencers:sort" }, { - "$ref": "#/components/parameters/ml.get_influencers#start" + "$ref": "#/components/parameters/ml.get_influencers:start" } ], "requestBody": { @@ -24627,7 +24627,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_influencers#200" + "$ref": "#/components/responses/ml.get_influencers:200" } }, "x-state": "Added in 5.4.0" @@ -24641,31 +24641,31 @@ "operationId": "ml-get-influencers-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_influencers#job_id" + "$ref": "#/components/parameters/ml.get_influencers:job_id" }, { - "$ref": "#/components/parameters/ml.get_influencers#desc" + "$ref": "#/components/parameters/ml.get_influencers:desc" }, { - "$ref": "#/components/parameters/ml.get_influencers#end" + "$ref": "#/components/parameters/ml.get_influencers:end" }, { - "$ref": "#/components/parameters/ml.get_influencers#exclude_interim" + "$ref": "#/components/parameters/ml.get_influencers:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_influencers#influencer_score" + "$ref": "#/components/parameters/ml.get_influencers:influencer_score" }, { - "$ref": "#/components/parameters/ml.get_influencers#from" + "$ref": "#/components/parameters/ml.get_influencers:from" }, { - "$ref": "#/components/parameters/ml.get_influencers#size" + "$ref": "#/components/parameters/ml.get_influencers:size" }, { - "$ref": "#/components/parameters/ml.get_influencers#sort" + "$ref": "#/components/parameters/ml.get_influencers:sort" }, { - "$ref": "#/components/parameters/ml.get_influencers#start" + "$ref": "#/components/parameters/ml.get_influencers:start" } ], "requestBody": { @@ -24673,7 +24673,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_influencers#200" + "$ref": "#/components/responses/ml.get_influencers:200" } }, "x-state": "Added in 5.4.0" @@ -24688,12 +24688,12 @@ "operationId": "ml-get-job-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats#200" + "$ref": "#/components/responses/ml.get_job_stats:200" } }, "x-state": "Added in 5.5.0" @@ -24708,15 +24708,15 @@ "operationId": "ml-get-job-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats#job_id" + "$ref": "#/components/parameters/ml.get_job_stats:job_id" }, { - "$ref": "#/components/parameters/ml.get_job_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats#200" + "$ref": "#/components/responses/ml.get_job_stats:200" } }, "x-state": "Added in 5.5.0" @@ -24732,15 +24732,15 @@ "operationId": "ml-get-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs#allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs#exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs#200" + "$ref": "#/components/responses/ml.get_jobs:200" } }, "x-state": "Added in 5.5.0" @@ -24756,15 +24756,15 @@ "operationId": "ml-get-memory-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_memory_stats#master_timeout" + "$ref": "#/components/parameters/ml.get_memory_stats:master_timeout" }, { - "$ref": "#/components/parameters/ml.get_memory_stats#timeout" + "$ref": "#/components/parameters/ml.get_memory_stats:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_memory_stats#200" + "$ref": "#/components/responses/ml.get_memory_stats:200" } }, "x-state": "Added in 8.2.0" @@ -24780,18 +24780,18 @@ "operationId": "ml-get-memory-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_memory_stats#node_id" + "$ref": "#/components/parameters/ml.get_memory_stats:node_id" }, { - "$ref": "#/components/parameters/ml.get_memory_stats#master_timeout" + "$ref": "#/components/parameters/ml.get_memory_stats:master_timeout" }, { - "$ref": "#/components/parameters/ml.get_memory_stats#timeout" + "$ref": "#/components/parameters/ml.get_memory_stats:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_memory_stats#200" + "$ref": "#/components/responses/ml.get_memory_stats:200" } }, "x-state": "Added in 8.2.0" @@ -24877,25 +24877,25 @@ "operationId": "ml-get-model-snapshots-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots#job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#desc" + "$ref": "#/components/parameters/ml.get_model_snapshots:desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#end" + "$ref": "#/components/parameters/ml.get_model_snapshots:end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#from" + "$ref": "#/components/parameters/ml.get_model_snapshots:from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#size" + "$ref": "#/components/parameters/ml.get_model_snapshots:size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#sort" + "$ref": "#/components/parameters/ml.get_model_snapshots:sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#start" + "$ref": "#/components/parameters/ml.get_model_snapshots:start" } ], "requestBody": { @@ -24903,7 +24903,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots#200" + "$ref": "#/components/responses/ml.get_model_snapshots:200" } }, "x-state": "Added in 5.4.0" @@ -24916,25 +24916,25 @@ "operationId": "ml-get-model-snapshots-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots#job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#desc" + "$ref": "#/components/parameters/ml.get_model_snapshots:desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#end" + "$ref": "#/components/parameters/ml.get_model_snapshots:end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#from" + "$ref": "#/components/parameters/ml.get_model_snapshots:from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#size" + "$ref": "#/components/parameters/ml.get_model_snapshots:size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#sort" + "$ref": "#/components/parameters/ml.get_model_snapshots:sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots#start" + "$ref": "#/components/parameters/ml.get_model_snapshots:start" } ], "requestBody": { @@ -24942,7 +24942,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots#200" + "$ref": "#/components/responses/ml.get_model_snapshots:200" } }, "x-state": "Added in 5.4.0" @@ -24958,28 +24958,28 @@ "operationId": "ml-get-overall-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets#job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#end" + "$ref": "#/components/parameters/ml.get_overall_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#start" + "$ref": "#/components/parameters/ml.get_overall_buckets:start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" } ], "requestBody": { @@ -24987,7 +24987,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets#200" + "$ref": "#/components/responses/ml.get_overall_buckets:200" } }, "x-state": "Added in 6.1.0" @@ -25001,28 +25001,28 @@ "operationId": "ml-get-overall-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets#job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#end" + "$ref": "#/components/parameters/ml.get_overall_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#start" + "$ref": "#/components/parameters/ml.get_overall_buckets:start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" } ], "requestBody": { @@ -25030,7 +25030,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets#200" + "$ref": "#/components/responses/ml.get_overall_buckets:200" } }, "x-state": "Added in 6.1.0" @@ -25046,31 +25046,31 @@ "operationId": "ml-get-records", "parameters": [ { - "$ref": "#/components/parameters/ml.get_records#job_id" + "$ref": "#/components/parameters/ml.get_records:job_id" }, { - "$ref": "#/components/parameters/ml.get_records#desc" + "$ref": "#/components/parameters/ml.get_records:desc" }, { - "$ref": "#/components/parameters/ml.get_records#end" + "$ref": "#/components/parameters/ml.get_records:end" }, { - "$ref": "#/components/parameters/ml.get_records#exclude_interim" + "$ref": "#/components/parameters/ml.get_records:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_records#from" + "$ref": "#/components/parameters/ml.get_records:from" }, { - "$ref": "#/components/parameters/ml.get_records#record_score" + "$ref": "#/components/parameters/ml.get_records:record_score" }, { - "$ref": "#/components/parameters/ml.get_records#size" + "$ref": "#/components/parameters/ml.get_records:size" }, { - "$ref": "#/components/parameters/ml.get_records#sort" + "$ref": "#/components/parameters/ml.get_records:sort" }, { - "$ref": "#/components/parameters/ml.get_records#start" + "$ref": "#/components/parameters/ml.get_records:start" } ], "requestBody": { @@ -25078,7 +25078,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_records#200" + "$ref": "#/components/responses/ml.get_records:200" } }, "x-state": "Added in 5.4.0" @@ -25092,31 +25092,31 @@ "operationId": "ml-get-records-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_records#job_id" + "$ref": "#/components/parameters/ml.get_records:job_id" }, { - "$ref": "#/components/parameters/ml.get_records#desc" + "$ref": "#/components/parameters/ml.get_records:desc" }, { - "$ref": "#/components/parameters/ml.get_records#end" + "$ref": "#/components/parameters/ml.get_records:end" }, { - "$ref": "#/components/parameters/ml.get_records#exclude_interim" + "$ref": "#/components/parameters/ml.get_records:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_records#from" + "$ref": "#/components/parameters/ml.get_records:from" }, { - "$ref": "#/components/parameters/ml.get_records#record_score" + "$ref": "#/components/parameters/ml.get_records:record_score" }, { - "$ref": "#/components/parameters/ml.get_records#size" + "$ref": "#/components/parameters/ml.get_records:size" }, { - "$ref": "#/components/parameters/ml.get_records#sort" + "$ref": "#/components/parameters/ml.get_records:sort" }, { - "$ref": "#/components/parameters/ml.get_records#start" + "$ref": "#/components/parameters/ml.get_records:start" } ], "requestBody": { @@ -25124,7 +25124,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_records#200" + "$ref": "#/components/responses/ml.get_records:200" } }, "x-state": "Added in 5.4.0" @@ -25139,30 +25139,30 @@ "operationId": "ml-get-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models#decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models#exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models#from" + "$ref": "#/components/parameters/ml.get_trained_models:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models#include" + "$ref": "#/components/parameters/ml.get_trained_models:include" }, { - "$ref": "#/components/parameters/ml.get_trained_models#size" + "$ref": "#/components/parameters/ml.get_trained_models:size" }, { - "$ref": "#/components/parameters/ml.get_trained_models#tags" + "$ref": "#/components/parameters/ml.get_trained_models:tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models#200" + "$ref": "#/components/responses/ml.get_trained_models:200" } }, "x-state": "Added in 7.10.0" @@ -25178,21 +25178,21 @@ "operationId": "ml-get-trained-models-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats#model_id" + "$ref": "#/components/parameters/ml.get_trained_models_stats:model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#from" + "$ref": "#/components/parameters/ml.get_trained_models_stats:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#size" + "$ref": "#/components/parameters/ml.get_trained_models_stats:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats#200" + "$ref": "#/components/responses/ml.get_trained_models_stats:200" } }, "x-state": "Added in 7.10.0" @@ -25208,18 +25208,18 @@ "operationId": "ml-get-trained-models-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#from" + "$ref": "#/components/parameters/ml.get_trained_models_stats:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#size" + "$ref": "#/components/parameters/ml.get_trained_models_stats:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats#200" + "$ref": "#/components/responses/ml.get_trained_models_stats:200" } }, "x-state": "Added in 7.10.0" @@ -25589,7 +25589,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -25606,7 +25606,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -25622,7 +25622,7 @@ "operationId": "ml-preview-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" } ], "requestBody": { @@ -25630,7 +25630,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -25644,7 +25644,7 @@ "operationId": "ml-preview-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" } ], "requestBody": { @@ -25652,7 +25652,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -25668,13 +25668,13 @@ "operationId": "ml-preview-datafeed", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -25682,7 +25682,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -25696,13 +25696,13 @@ "operationId": "ml-preview-datafeed-1", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -25710,7 +25710,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -25726,10 +25726,10 @@ "operationId": "ml-preview-datafeed-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -25737,7 +25737,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -25751,10 +25751,10 @@ "operationId": "ml-preview-datafeed-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -25762,7 +25762,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -27559,13 +27559,13 @@ "operationId": "monitoring-bulk-1", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk#system_id" + "$ref": "#/components/parameters/monitoring.bulk:system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk#system_api_version" + "$ref": "#/components/parameters/monitoring.bulk:system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk#interval" + "$ref": "#/components/parameters/monitoring.bulk:interval" } ], "requestBody": { @@ -27573,7 +27573,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk#200" + "$ref": "#/components/responses/monitoring.bulk:200" } }, "x-state": "Added in 6.3.0" @@ -27587,13 +27587,13 @@ "operationId": "monitoring-bulk", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk#system_id" + "$ref": "#/components/parameters/monitoring.bulk:system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk#system_api_version" + "$ref": "#/components/parameters/monitoring.bulk:system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk#interval" + "$ref": "#/components/parameters/monitoring.bulk:interval" } ], "requestBody": { @@ -27601,7 +27601,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk#200" + "$ref": "#/components/responses/monitoring.bulk:200" } }, "x-state": "Added in 6.3.0" @@ -27617,16 +27617,16 @@ "operationId": "monitoring-bulk-3", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk#type" + "$ref": "#/components/parameters/monitoring.bulk:type" }, { - "$ref": "#/components/parameters/monitoring.bulk#system_id" + "$ref": "#/components/parameters/monitoring.bulk:system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk#system_api_version" + "$ref": "#/components/parameters/monitoring.bulk:system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk#interval" + "$ref": "#/components/parameters/monitoring.bulk:interval" } ], "requestBody": { @@ -27634,7 +27634,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk#200" + "$ref": "#/components/responses/monitoring.bulk:200" } }, "x-state": "Added in 6.3.0" @@ -27648,16 +27648,16 @@ "operationId": "monitoring-bulk-2", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk#type" + "$ref": "#/components/parameters/monitoring.bulk:type" }, { - "$ref": "#/components/parameters/monitoring.bulk#system_id" + "$ref": "#/components/parameters/monitoring.bulk:system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk#system_api_version" + "$ref": "#/components/parameters/monitoring.bulk:system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk#interval" + "$ref": "#/components/parameters/monitoring.bulk:interval" } ], "requestBody": { @@ -27665,7 +27665,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk#200" + "$ref": "#/components/responses/monitoring.bulk:200" } }, "x-state": "Added in 6.3.0" @@ -27681,43 +27681,43 @@ "operationId": "msearch", "parameters": [ { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -27725,7 +27725,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -27739,43 +27739,43 @@ "operationId": "msearch-1", "parameters": [ { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -27783,7 +27783,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -27799,46 +27799,46 @@ "operationId": "msearch-2", "parameters": [ { - "$ref": "#/components/parameters/msearch#index" + "$ref": "#/components/parameters/msearch:index" }, { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -27846,7 +27846,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -27860,46 +27860,46 @@ "operationId": "msearch-3", "parameters": [ { - "$ref": "#/components/parameters/msearch#index" + "$ref": "#/components/parameters/msearch:index" }, { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -27907,7 +27907,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -27926,19 +27926,19 @@ "operationId": "msearch-template", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -27946,7 +27946,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -27963,19 +27963,19 @@ "operationId": "msearch-template-1", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -27983,7 +27983,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -28002,22 +28002,22 @@ "operationId": "msearch-template-2", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#index" + "$ref": "#/components/parameters/msearch_template:index" }, { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -28025,7 +28025,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -28042,22 +28042,22 @@ "operationId": "msearch-template-3", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#index" + "$ref": "#/components/parameters/msearch_template:index" }, { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -28065,7 +28065,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -28081,40 +28081,40 @@ "operationId": "mtermvectors", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -28122,7 +28122,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } }, @@ -28135,40 +28135,40 @@ "operationId": "mtermvectors-1", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -28176,7 +28176,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } } @@ -28191,43 +28191,43 @@ "operationId": "mtermvectors-2", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#index" + "$ref": "#/components/parameters/mtermvectors:index" }, { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -28235,7 +28235,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } }, @@ -28248,43 +28248,43 @@ "operationId": "mtermvectors-3", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#index" + "$ref": "#/components/parameters/mtermvectors:index" }, { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -28292,7 +28292,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } } @@ -28390,30 +28390,30 @@ "operationId": "nodes-hot-threads", "parameters": [ { - "$ref": "#/components/parameters/nodes.hot_threads#ignore_idle_threads" + "$ref": "#/components/parameters/nodes.hot_threads:ignore_idle_threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads#interval" + "$ref": "#/components/parameters/nodes.hot_threads:interval" }, { - "$ref": "#/components/parameters/nodes.hot_threads#snapshots" + "$ref": "#/components/parameters/nodes.hot_threads:snapshots" }, { - "$ref": "#/components/parameters/nodes.hot_threads#threads" + "$ref": "#/components/parameters/nodes.hot_threads:threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads#timeout" + "$ref": "#/components/parameters/nodes.hot_threads:timeout" }, { - "$ref": "#/components/parameters/nodes.hot_threads#type" + "$ref": "#/components/parameters/nodes.hot_threads:type" }, { - "$ref": "#/components/parameters/nodes.hot_threads#sort" + "$ref": "#/components/parameters/nodes.hot_threads:sort" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.hot_threads#200" + "$ref": "#/components/responses/nodes.hot_threads:200" } } } @@ -28428,33 +28428,33 @@ "operationId": "nodes-hot-threads-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.hot_threads#node_id" + "$ref": "#/components/parameters/nodes.hot_threads:node_id" }, { - "$ref": "#/components/parameters/nodes.hot_threads#ignore_idle_threads" + "$ref": "#/components/parameters/nodes.hot_threads:ignore_idle_threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads#interval" + "$ref": "#/components/parameters/nodes.hot_threads:interval" }, { - "$ref": "#/components/parameters/nodes.hot_threads#snapshots" + "$ref": "#/components/parameters/nodes.hot_threads:snapshots" }, { - "$ref": "#/components/parameters/nodes.hot_threads#threads" + "$ref": "#/components/parameters/nodes.hot_threads:threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads#timeout" + "$ref": "#/components/parameters/nodes.hot_threads:timeout" }, { - "$ref": "#/components/parameters/nodes.hot_threads#type" + "$ref": "#/components/parameters/nodes.hot_threads:type" }, { - "$ref": "#/components/parameters/nodes.hot_threads#sort" + "$ref": "#/components/parameters/nodes.hot_threads:sort" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.hot_threads#200" + "$ref": "#/components/responses/nodes.hot_threads:200" } } } @@ -28469,15 +28469,15 @@ "operationId": "nodes-info", "parameters": [ { - "$ref": "#/components/parameters/nodes.info#flat_settings" + "$ref": "#/components/parameters/nodes.info:flat_settings" }, { - "$ref": "#/components/parameters/nodes.info#timeout" + "$ref": "#/components/parameters/nodes.info:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info#200" + "$ref": "#/components/responses/nodes.info:200" } }, "x-state": "Added in 1.3.0" @@ -28493,18 +28493,18 @@ "operationId": "nodes-info-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.info#node_id" + "$ref": "#/components/parameters/nodes.info:node_id" }, { - "$ref": "#/components/parameters/nodes.info#flat_settings" + "$ref": "#/components/parameters/nodes.info:flat_settings" }, { - "$ref": "#/components/parameters/nodes.info#timeout" + "$ref": "#/components/parameters/nodes.info:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info#200" + "$ref": "#/components/responses/nodes.info:200" } }, "x-state": "Added in 1.3.0" @@ -28520,18 +28520,18 @@ "operationId": "nodes-info-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.info#metric" + "$ref": "#/components/parameters/nodes.info:metric" }, { - "$ref": "#/components/parameters/nodes.info#flat_settings" + "$ref": "#/components/parameters/nodes.info:flat_settings" }, { - "$ref": "#/components/parameters/nodes.info#timeout" + "$ref": "#/components/parameters/nodes.info:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info#200" + "$ref": "#/components/responses/nodes.info:200" } }, "x-state": "Added in 1.3.0" @@ -28547,21 +28547,21 @@ "operationId": "nodes-info-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.info#node_id" + "$ref": "#/components/parameters/nodes.info:node_id" }, { - "$ref": "#/components/parameters/nodes.info#metric" + "$ref": "#/components/parameters/nodes.info:metric" }, { - "$ref": "#/components/parameters/nodes.info#flat_settings" + "$ref": "#/components/parameters/nodes.info:flat_settings" }, { - "$ref": "#/components/parameters/nodes.info#timeout" + "$ref": "#/components/parameters/nodes.info:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info#200" + "$ref": "#/components/responses/nodes.info:200" } }, "x-state": "Added in 1.3.0" @@ -28577,7 +28577,7 @@ "operationId": "nodes-reload-secure-settings", "parameters": [ { - "$ref": "#/components/parameters/nodes.reload_secure_settings#timeout" + "$ref": "#/components/parameters/nodes.reload_secure_settings:timeout" } ], "requestBody": { @@ -28585,7 +28585,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/nodes.reload_secure_settings#200" + "$ref": "#/components/responses/nodes.reload_secure_settings:200" } }, "x-state": "Added in 6.5.0" @@ -28601,10 +28601,10 @@ "operationId": "nodes-reload-secure-settings-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.reload_secure_settings#node_id" + "$ref": "#/components/parameters/nodes.reload_secure_settings:node_id" }, { - "$ref": "#/components/parameters/nodes.reload_secure_settings#timeout" + "$ref": "#/components/parameters/nodes.reload_secure_settings:timeout" } ], "requestBody": { @@ -28612,7 +28612,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/nodes.reload_secure_settings#200" + "$ref": "#/components/responses/nodes.reload_secure_settings:200" } }, "x-state": "Added in 6.5.0" @@ -28628,36 +28628,36 @@ "operationId": "nodes-stats", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats#completion_fields" + "$ref": "#/components/parameters/nodes.stats:completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fielddata_fields" + "$ref": "#/components/parameters/nodes.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fields" + "$ref": "#/components/parameters/nodes.stats:fields" }, { - "$ref": "#/components/parameters/nodes.stats#groups" + "$ref": "#/components/parameters/nodes.stats:groups" }, { - "$ref": "#/components/parameters/nodes.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats#level" + "$ref": "#/components/parameters/nodes.stats:level" }, { - "$ref": "#/components/parameters/nodes.stats#timeout" + "$ref": "#/components/parameters/nodes.stats:timeout" }, { - "$ref": "#/components/parameters/nodes.stats#types" + "$ref": "#/components/parameters/nodes.stats:types" }, { - "$ref": "#/components/parameters/nodes.stats#include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats#200" + "$ref": "#/components/responses/nodes.stats:200" } } } @@ -28672,39 +28672,39 @@ "operationId": "nodes-stats-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats#node_id" + "$ref": "#/components/parameters/nodes.stats:node_id" }, { - "$ref": "#/components/parameters/nodes.stats#completion_fields" + "$ref": "#/components/parameters/nodes.stats:completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fielddata_fields" + "$ref": "#/components/parameters/nodes.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fields" + "$ref": "#/components/parameters/nodes.stats:fields" }, { - "$ref": "#/components/parameters/nodes.stats#groups" + "$ref": "#/components/parameters/nodes.stats:groups" }, { - "$ref": "#/components/parameters/nodes.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats#level" + "$ref": "#/components/parameters/nodes.stats:level" }, { - "$ref": "#/components/parameters/nodes.stats#timeout" + "$ref": "#/components/parameters/nodes.stats:timeout" }, { - "$ref": "#/components/parameters/nodes.stats#types" + "$ref": "#/components/parameters/nodes.stats:types" }, { - "$ref": "#/components/parameters/nodes.stats#include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats#200" + "$ref": "#/components/responses/nodes.stats:200" } } } @@ -28719,39 +28719,39 @@ "operationId": "nodes-stats-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats#metric" + "$ref": "#/components/parameters/nodes.stats:metric" }, { - "$ref": "#/components/parameters/nodes.stats#completion_fields" + "$ref": "#/components/parameters/nodes.stats:completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fielddata_fields" + "$ref": "#/components/parameters/nodes.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fields" + "$ref": "#/components/parameters/nodes.stats:fields" }, { - "$ref": "#/components/parameters/nodes.stats#groups" + "$ref": "#/components/parameters/nodes.stats:groups" }, { - "$ref": "#/components/parameters/nodes.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats#level" + "$ref": "#/components/parameters/nodes.stats:level" }, { - "$ref": "#/components/parameters/nodes.stats#timeout" + "$ref": "#/components/parameters/nodes.stats:timeout" }, { - "$ref": "#/components/parameters/nodes.stats#types" + "$ref": "#/components/parameters/nodes.stats:types" }, { - "$ref": "#/components/parameters/nodes.stats#include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats#200" + "$ref": "#/components/responses/nodes.stats:200" } } } @@ -28766,42 +28766,42 @@ "operationId": "nodes-stats-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats#node_id" + "$ref": "#/components/parameters/nodes.stats:node_id" }, { - "$ref": "#/components/parameters/nodes.stats#metric" + "$ref": "#/components/parameters/nodes.stats:metric" }, { - "$ref": "#/components/parameters/nodes.stats#completion_fields" + "$ref": "#/components/parameters/nodes.stats:completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fielddata_fields" + "$ref": "#/components/parameters/nodes.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fields" + "$ref": "#/components/parameters/nodes.stats:fields" }, { - "$ref": "#/components/parameters/nodes.stats#groups" + "$ref": "#/components/parameters/nodes.stats:groups" }, { - "$ref": "#/components/parameters/nodes.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats#level" + "$ref": "#/components/parameters/nodes.stats:level" }, { - "$ref": "#/components/parameters/nodes.stats#timeout" + "$ref": "#/components/parameters/nodes.stats:timeout" }, { - "$ref": "#/components/parameters/nodes.stats#types" + "$ref": "#/components/parameters/nodes.stats:types" }, { - "$ref": "#/components/parameters/nodes.stats#include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats#200" + "$ref": "#/components/responses/nodes.stats:200" } } } @@ -28816,42 +28816,42 @@ "operationId": "nodes-stats-4", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats#metric" + "$ref": "#/components/parameters/nodes.stats:metric" }, { - "$ref": "#/components/parameters/nodes.stats#index_metric" + "$ref": "#/components/parameters/nodes.stats:index_metric" }, { - "$ref": "#/components/parameters/nodes.stats#completion_fields" + "$ref": "#/components/parameters/nodes.stats:completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fielddata_fields" + "$ref": "#/components/parameters/nodes.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fields" + "$ref": "#/components/parameters/nodes.stats:fields" }, { - "$ref": "#/components/parameters/nodes.stats#groups" + "$ref": "#/components/parameters/nodes.stats:groups" }, { - "$ref": "#/components/parameters/nodes.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats#level" + "$ref": "#/components/parameters/nodes.stats:level" }, { - "$ref": "#/components/parameters/nodes.stats#timeout" + "$ref": "#/components/parameters/nodes.stats:timeout" }, { - "$ref": "#/components/parameters/nodes.stats#types" + "$ref": "#/components/parameters/nodes.stats:types" }, { - "$ref": "#/components/parameters/nodes.stats#include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats#200" + "$ref": "#/components/responses/nodes.stats:200" } } } @@ -28866,45 +28866,45 @@ "operationId": "nodes-stats-5", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats#node_id" + "$ref": "#/components/parameters/nodes.stats:node_id" }, { - "$ref": "#/components/parameters/nodes.stats#metric" + "$ref": "#/components/parameters/nodes.stats:metric" }, { - "$ref": "#/components/parameters/nodes.stats#index_metric" + "$ref": "#/components/parameters/nodes.stats:index_metric" }, { - "$ref": "#/components/parameters/nodes.stats#completion_fields" + "$ref": "#/components/parameters/nodes.stats:completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fielddata_fields" + "$ref": "#/components/parameters/nodes.stats:fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats#fields" + "$ref": "#/components/parameters/nodes.stats:fields" }, { - "$ref": "#/components/parameters/nodes.stats#groups" + "$ref": "#/components/parameters/nodes.stats:groups" }, { - "$ref": "#/components/parameters/nodes.stats#include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats#level" + "$ref": "#/components/parameters/nodes.stats:level" }, { - "$ref": "#/components/parameters/nodes.stats#timeout" + "$ref": "#/components/parameters/nodes.stats:timeout" }, { - "$ref": "#/components/parameters/nodes.stats#types" + "$ref": "#/components/parameters/nodes.stats:types" }, { - "$ref": "#/components/parameters/nodes.stats#include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats#200" + "$ref": "#/components/responses/nodes.stats:200" } } } @@ -28918,12 +28918,12 @@ "operationId": "nodes-usage", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage#timeout" + "$ref": "#/components/parameters/nodes.usage:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage#200" + "$ref": "#/components/responses/nodes.usage:200" } }, "x-state": "Added in 6.0.0" @@ -28938,15 +28938,15 @@ "operationId": "nodes-usage-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage#node_id" + "$ref": "#/components/parameters/nodes.usage:node_id" }, { - "$ref": "#/components/parameters/nodes.usage#timeout" + "$ref": "#/components/parameters/nodes.usage:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage#200" + "$ref": "#/components/responses/nodes.usage:200" } }, "x-state": "Added in 6.0.0" @@ -28961,15 +28961,15 @@ "operationId": "nodes-usage-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage#metric" + "$ref": "#/components/parameters/nodes.usage:metric" }, { - "$ref": "#/components/parameters/nodes.usage#timeout" + "$ref": "#/components/parameters/nodes.usage:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage#200" + "$ref": "#/components/responses/nodes.usage:200" } }, "x-state": "Added in 6.0.0" @@ -28984,18 +28984,18 @@ "operationId": "nodes-usage-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage#node_id" + "$ref": "#/components/parameters/nodes.usage:node_id" }, { - "$ref": "#/components/parameters/nodes.usage#metric" + "$ref": "#/components/parameters/nodes.usage:metric" }, { - "$ref": "#/components/parameters/nodes.usage#timeout" + "$ref": "#/components/parameters/nodes.usage:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage#200" + "$ref": "#/components/responses/nodes.usage:200" } }, "x-state": "Added in 6.0.0" @@ -29153,19 +29153,19 @@ "operationId": "put-script-2", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context" + "$ref": "#/components/parameters/put_script:context" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -29173,7 +29173,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } }, @@ -29189,19 +29189,19 @@ "operationId": "put-script-3", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context" + "$ref": "#/components/parameters/put_script:context" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -29209,7 +29209,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } } @@ -29730,16 +29730,16 @@ "operationId": "rank-eval", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -29747,7 +29747,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -29761,16 +29761,16 @@ "operationId": "rank-eval-1", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -29778,7 +29778,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -29794,19 +29794,19 @@ "operationId": "rank-eval-2", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#index" + "$ref": "#/components/parameters/rank_eval:index" }, { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -29814,7 +29814,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -29828,19 +29828,19 @@ "operationId": "rank-eval-3", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#index" + "$ref": "#/components/parameters/rank_eval:index" }, { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -29848,7 +29848,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -30194,7 +30194,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } }, @@ -30210,7 +30210,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } } @@ -30225,7 +30225,7 @@ "operationId": "render-search-template-2", "parameters": [ { - "$ref": "#/components/parameters/render_search_template#id" + "$ref": "#/components/parameters/render_search_template:id" } ], "requestBody": { @@ -30233,7 +30233,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } }, @@ -30246,7 +30246,7 @@ "operationId": "render-search-template-3", "parameters": [ { - "$ref": "#/components/parameters/render_search_template#id" + "$ref": "#/components/parameters/render_search_template:id" } ], "requestBody": { @@ -30254,7 +30254,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } } @@ -30269,12 +30269,12 @@ "operationId": "rollup-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/rollup.get_jobs#id" + "$ref": "#/components/parameters/rollup.get_jobs:id" } ], "responses": { "200": { - "$ref": "#/components/responses/rollup.get_jobs#200" + "$ref": "#/components/responses/rollup.get_jobs:200" } }, "deprecated": true, @@ -30442,7 +30442,7 @@ "operationId": "rollup-get-jobs-1", "responses": { "200": { - "$ref": "#/components/responses/rollup.get_jobs#200" + "$ref": "#/components/responses/rollup.get_jobs:200" } }, "deprecated": true, @@ -30459,12 +30459,12 @@ "operationId": "rollup-get-rollup-caps", "parameters": [ { - "$ref": "#/components/parameters/rollup.get_rollup_caps#id" + "$ref": "#/components/parameters/rollup.get_rollup_caps:id" } ], "responses": { "200": { - "$ref": "#/components/responses/rollup.get_rollup_caps#200" + "$ref": "#/components/responses/rollup.get_rollup_caps:200" } }, "deprecated": true, @@ -30481,7 +30481,7 @@ "operationId": "rollup-get-rollup-caps-1", "responses": { "200": { - "$ref": "#/components/responses/rollup.get_rollup_caps#200" + "$ref": "#/components/responses/rollup.get_rollup_caps:200" } }, "deprecated": true, @@ -30544,13 +30544,13 @@ "operationId": "rollup-rollup-search", "parameters": [ { - "$ref": "#/components/parameters/rollup.rollup_search#index" + "$ref": "#/components/parameters/rollup.rollup_search:index" }, { - "$ref": "#/components/parameters/rollup.rollup_search#rest_total_hits_as_int" + "$ref": "#/components/parameters/rollup.rollup_search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/rollup.rollup_search#typed_keys" + "$ref": "#/components/parameters/rollup.rollup_search:typed_keys" } ], "requestBody": { @@ -30558,7 +30558,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rollup.rollup_search#200" + "$ref": "#/components/responses/rollup.rollup_search:200" } }, "deprecated": true, @@ -30573,13 +30573,13 @@ "operationId": "rollup-rollup-search-1", "parameters": [ { - "$ref": "#/components/parameters/rollup.rollup_search#index" + "$ref": "#/components/parameters/rollup.rollup_search:index" }, { - "$ref": "#/components/parameters/rollup.rollup_search#rest_total_hits_as_int" + "$ref": "#/components/parameters/rollup.rollup_search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/rollup.rollup_search#typed_keys" + "$ref": "#/components/parameters/rollup.rollup_search:typed_keys" } ], "requestBody": { @@ -30587,7 +30587,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rollup.rollup_search#200" + "$ref": "#/components/responses/rollup.rollup_search:200" } }, "deprecated": true, @@ -30723,7 +30723,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute#200" + "$ref": "#/components/responses/scripts_painless_execute:200" } }, "x-state": "Technical preview" @@ -30740,7 +30740,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute#200" + "$ref": "#/components/responses/scripts_painless_execute:200" } }, "x-state": "Technical preview" @@ -30759,136 +30759,136 @@ "operationId": "search", "parameters": [ { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" }, { - "$ref": "#/components/parameters/search#force_synthetic_source" + "$ref": "#/components/parameters/search:force_synthetic_source" } ], "requestBody": { @@ -30896,7 +30896,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } }, @@ -30912,136 +30912,136 @@ "operationId": "search-1", "parameters": [ { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" }, { - "$ref": "#/components/parameters/search#force_synthetic_source" + "$ref": "#/components/parameters/search:force_synthetic_source" } ], "requestBody": { @@ -31049,7 +31049,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } } @@ -31067,139 +31067,139 @@ "operationId": "search-2", "parameters": [ { - "$ref": "#/components/parameters/search#index" + "$ref": "#/components/parameters/search:index" }, { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" }, { - "$ref": "#/components/parameters/search#force_synthetic_source" + "$ref": "#/components/parameters/search:force_synthetic_source" } ], "requestBody": { @@ -31207,7 +31207,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } }, @@ -31223,139 +31223,139 @@ "operationId": "search-3", "parameters": [ { - "$ref": "#/components/parameters/search#index" + "$ref": "#/components/parameters/search:index" }, { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" }, { - "$ref": "#/components/parameters/search#force_synthetic_source" + "$ref": "#/components/parameters/search:force_synthetic_source" } ], "requestBody": { @@ -31363,7 +31363,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } } @@ -31519,12 +31519,12 @@ "operationId": "search-application-get-behavioral-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.get_behavioral_analytics#name" + "$ref": "#/components/parameters/search_application.get_behavioral_analytics:name" } ], "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics#200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" } }, "deprecated": true, @@ -31609,7 +31609,7 @@ "operationId": "search-application-get-behavioral-analytics", "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics#200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" } }, "deprecated": true, @@ -31854,10 +31854,10 @@ "operationId": "search-application-search", "parameters": [ { - "$ref": "#/components/parameters/search_application.search#name" + "$ref": "#/components/parameters/search_application.search:name" }, { - "$ref": "#/components/parameters/search_application.search#typed_keys" + "$ref": "#/components/parameters/search_application.search:typed_keys" } ], "requestBody": { @@ -31865,7 +31865,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search#200" + "$ref": "#/components/responses/search_application.search:200" } }, "x-beta": true @@ -31879,10 +31879,10 @@ "operationId": "search-application-search-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.search#name" + "$ref": "#/components/parameters/search_application.search:name" }, { - "$ref": "#/components/parameters/search_application.search#typed_keys" + "$ref": "#/components/parameters/search_application.search:typed_keys" } ], "requestBody": { @@ -31890,7 +31890,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search#200" + "$ref": "#/components/responses/search_application.search:200" } }, "x-beta": true @@ -31909,40 +31909,40 @@ "operationId": "search-mvt-1", "parameters": [ { - "$ref": "#/components/parameters/search_mvt#index" + "$ref": "#/components/parameters/search_mvt:index" }, { - "$ref": "#/components/parameters/search_mvt#field" + "$ref": "#/components/parameters/search_mvt:field" }, { - "$ref": "#/components/parameters/search_mvt#zoom" + "$ref": "#/components/parameters/search_mvt:zoom" }, { - "$ref": "#/components/parameters/search_mvt#x" + "$ref": "#/components/parameters/search_mvt:x" }, { - "$ref": "#/components/parameters/search_mvt#y" + "$ref": "#/components/parameters/search_mvt:y" }, { - "$ref": "#/components/parameters/search_mvt#exact_bounds" + "$ref": "#/components/parameters/search_mvt:exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt#extent" + "$ref": "#/components/parameters/search_mvt:extent" }, { - "$ref": "#/components/parameters/search_mvt#grid_agg" + "$ref": "#/components/parameters/search_mvt:grid_agg" }, { - "$ref": "#/components/parameters/search_mvt#grid_precision" + "$ref": "#/components/parameters/search_mvt:grid_precision" }, { - "$ref": "#/components/parameters/search_mvt#grid_type" + "$ref": "#/components/parameters/search_mvt:grid_type" }, { - "$ref": "#/components/parameters/search_mvt#size" + "$ref": "#/components/parameters/search_mvt:size" }, { - "$ref": "#/components/parameters/search_mvt#with_labels" + "$ref": "#/components/parameters/search_mvt:with_labels" } ], "requestBody": { @@ -31950,7 +31950,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt#200" + "$ref": "#/components/responses/search_mvt:200" } }, "x-state": "Added in 7.15.0" @@ -31967,40 +31967,40 @@ "operationId": "search-mvt", "parameters": [ { - "$ref": "#/components/parameters/search_mvt#index" + "$ref": "#/components/parameters/search_mvt:index" }, { - "$ref": "#/components/parameters/search_mvt#field" + "$ref": "#/components/parameters/search_mvt:field" }, { - "$ref": "#/components/parameters/search_mvt#zoom" + "$ref": "#/components/parameters/search_mvt:zoom" }, { - "$ref": "#/components/parameters/search_mvt#x" + "$ref": "#/components/parameters/search_mvt:x" }, { - "$ref": "#/components/parameters/search_mvt#y" + "$ref": "#/components/parameters/search_mvt:y" }, { - "$ref": "#/components/parameters/search_mvt#exact_bounds" + "$ref": "#/components/parameters/search_mvt:exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt#extent" + "$ref": "#/components/parameters/search_mvt:extent" }, { - "$ref": "#/components/parameters/search_mvt#grid_agg" + "$ref": "#/components/parameters/search_mvt:grid_agg" }, { - "$ref": "#/components/parameters/search_mvt#grid_precision" + "$ref": "#/components/parameters/search_mvt:grid_precision" }, { - "$ref": "#/components/parameters/search_mvt#grid_type" + "$ref": "#/components/parameters/search_mvt:grid_type" }, { - "$ref": "#/components/parameters/search_mvt#size" + "$ref": "#/components/parameters/search_mvt:size" }, { - "$ref": "#/components/parameters/search_mvt#with_labels" + "$ref": "#/components/parameters/search_mvt:with_labels" } ], "requestBody": { @@ -32008,7 +32008,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt#200" + "$ref": "#/components/responses/search_mvt:200" } }, "x-state": "Added in 7.15.0" @@ -32024,30 +32024,30 @@ "operationId": "search-shards", "parameters": [ { - "$ref": "#/components/parameters/search_shards#allow_no_indices" + "$ref": "#/components/parameters/search_shards:allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards#expand_wildcards" + "$ref": "#/components/parameters/search_shards:expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards#ignore_unavailable" + "$ref": "#/components/parameters/search_shards:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards#local" + "$ref": "#/components/parameters/search_shards:local" }, { - "$ref": "#/components/parameters/search_shards#master_timeout" + "$ref": "#/components/parameters/search_shards:master_timeout" }, { - "$ref": "#/components/parameters/search_shards#preference" + "$ref": "#/components/parameters/search_shards:preference" }, { - "$ref": "#/components/parameters/search_shards#routing" + "$ref": "#/components/parameters/search_shards:routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards#200" + "$ref": "#/components/responses/search_shards:200" } } }, @@ -32060,30 +32060,30 @@ "operationId": "search-shards-1", "parameters": [ { - "$ref": "#/components/parameters/search_shards#allow_no_indices" + "$ref": "#/components/parameters/search_shards:allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards#expand_wildcards" + "$ref": "#/components/parameters/search_shards:expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards#ignore_unavailable" + "$ref": "#/components/parameters/search_shards:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards#local" + "$ref": "#/components/parameters/search_shards:local" }, { - "$ref": "#/components/parameters/search_shards#master_timeout" + "$ref": "#/components/parameters/search_shards:master_timeout" }, { - "$ref": "#/components/parameters/search_shards#preference" + "$ref": "#/components/parameters/search_shards:preference" }, { - "$ref": "#/components/parameters/search_shards#routing" + "$ref": "#/components/parameters/search_shards:routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards#200" + "$ref": "#/components/responses/search_shards:200" } } } @@ -32098,33 +32098,33 @@ "operationId": "search-shards-2", "parameters": [ { - "$ref": "#/components/parameters/search_shards#index" + "$ref": "#/components/parameters/search_shards:index" }, { - "$ref": "#/components/parameters/search_shards#allow_no_indices" + "$ref": "#/components/parameters/search_shards:allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards#expand_wildcards" + "$ref": "#/components/parameters/search_shards:expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards#ignore_unavailable" + "$ref": "#/components/parameters/search_shards:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards#local" + "$ref": "#/components/parameters/search_shards:local" }, { - "$ref": "#/components/parameters/search_shards#master_timeout" + "$ref": "#/components/parameters/search_shards:master_timeout" }, { - "$ref": "#/components/parameters/search_shards#preference" + "$ref": "#/components/parameters/search_shards:preference" }, { - "$ref": "#/components/parameters/search_shards#routing" + "$ref": "#/components/parameters/search_shards:routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards#200" + "$ref": "#/components/responses/search_shards:200" } } }, @@ -32137,33 +32137,33 @@ "operationId": "search-shards-3", "parameters": [ { - "$ref": "#/components/parameters/search_shards#index" + "$ref": "#/components/parameters/search_shards:index" }, { - "$ref": "#/components/parameters/search_shards#allow_no_indices" + "$ref": "#/components/parameters/search_shards:allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards#expand_wildcards" + "$ref": "#/components/parameters/search_shards:expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards#ignore_unavailable" + "$ref": "#/components/parameters/search_shards:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards#local" + "$ref": "#/components/parameters/search_shards:local" }, { - "$ref": "#/components/parameters/search_shards#master_timeout" + "$ref": "#/components/parameters/search_shards:master_timeout" }, { - "$ref": "#/components/parameters/search_shards#preference" + "$ref": "#/components/parameters/search_shards:preference" }, { - "$ref": "#/components/parameters/search_shards#routing" + "$ref": "#/components/parameters/search_shards:routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards#200" + "$ref": "#/components/responses/search_shards:200" } } } @@ -32180,43 +32180,43 @@ "operationId": "search-template", "parameters": [ { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -32224,7 +32224,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -32240,43 +32240,43 @@ "operationId": "search-template-1", "parameters": [ { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -32284,7 +32284,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -32302,46 +32302,46 @@ "operationId": "search-template-2", "parameters": [ { - "$ref": "#/components/parameters/search_template#index" + "$ref": "#/components/parameters/search_template:index" }, { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -32349,7 +32349,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -32365,46 +32365,46 @@ "operationId": "search-template-3", "parameters": [ { - "$ref": "#/components/parameters/search_template#index" + "$ref": "#/components/parameters/search_template:index" }, { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -32412,7 +32412,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -32431,12 +32431,12 @@ "operationId": "searchable-snapshots-cache-stats", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats#master_timeout" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.cache_stats#200" + "$ref": "#/components/responses/searchable_snapshots.cache_stats:200" } }, "x-state": "Technical preview" @@ -32455,15 +32455,15 @@ "operationId": "searchable-snapshots-cache-stats-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats#node_id" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats:node_id" }, { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats#master_timeout" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.cache_stats#200" + "$ref": "#/components/responses/searchable_snapshots.cache_stats:200" } }, "x-state": "Technical preview" @@ -32482,18 +32482,18 @@ "operationId": "searchable-snapshots-clear-cache", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#expand_wildcards" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:expand_wildcards" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#allow_no_indices" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:allow_no_indices" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#ignore_unavailable" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.clear_cache#200" + "$ref": "#/components/responses/searchable_snapshots.clear_cache:200" } }, "x-state": "Technical preview" @@ -32512,21 +32512,21 @@ "operationId": "searchable-snapshots-clear-cache-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#index" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:index" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#expand_wildcards" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:expand_wildcards" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#allow_no_indices" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:allow_no_indices" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache#ignore_unavailable" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.clear_cache#200" + "$ref": "#/components/responses/searchable_snapshots.clear_cache:200" } }, "x-state": "Technical preview" @@ -32667,12 +32667,12 @@ "operationId": "searchable-snapshots-stats", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.stats#level" + "$ref": "#/components/parameters/searchable_snapshots.stats:level" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.stats#200" + "$ref": "#/components/responses/searchable_snapshots.stats:200" } }, "x-state": "Added in 7.10.0" @@ -32687,15 +32687,15 @@ "operationId": "searchable-snapshots-stats-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.stats#index" + "$ref": "#/components/parameters/searchable_snapshots.stats:index" }, { - "$ref": "#/components/parameters/searchable_snapshots.stats#level" + "$ref": "#/components/parameters/searchable_snapshots.stats:level" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.stats#200" + "$ref": "#/components/responses/searchable_snapshots.stats:200" } }, "x-state": "Added in 7.10.0" @@ -32868,7 +32868,7 @@ "operationId": "security-get-role-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role#200" + "$ref": "#/components/responses/security.get_role:200" } } }, @@ -33193,10 +33193,10 @@ "operationId": "security-change-password", "parameters": [ { - "$ref": "#/components/parameters/security.change_password#username" + "$ref": "#/components/parameters/security.change_password:username" }, { - "$ref": "#/components/parameters/security.change_password#refresh" + "$ref": "#/components/parameters/security.change_password:refresh" } ], "requestBody": { @@ -33204,7 +33204,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password#200" + "$ref": "#/components/responses/security.change_password:200" } } }, @@ -33217,10 +33217,10 @@ "operationId": "security-change-password-1", "parameters": [ { - "$ref": "#/components/parameters/security.change_password#username" + "$ref": "#/components/parameters/security.change_password:username" }, { - "$ref": "#/components/parameters/security.change_password#refresh" + "$ref": "#/components/parameters/security.change_password:refresh" } ], "requestBody": { @@ -33228,7 +33228,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password#200" + "$ref": "#/components/responses/security.change_password:200" } } } @@ -33243,7 +33243,7 @@ "operationId": "security-change-password-2", "parameters": [ { - "$ref": "#/components/parameters/security.change_password#refresh" + "$ref": "#/components/parameters/security.change_password:refresh" } ], "requestBody": { @@ -33251,7 +33251,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password#200" + "$ref": "#/components/responses/security.change_password:200" } } }, @@ -33264,7 +33264,7 @@ "operationId": "security-change-password-3", "parameters": [ { - "$ref": "#/components/parameters/security.change_password#refresh" + "$ref": "#/components/parameters/security.change_password:refresh" } ], "requestBody": { @@ -33272,7 +33272,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password#200" + "$ref": "#/components/responses/security.change_password:200" } } } @@ -33729,7 +33729,7 @@ "operationId": "security-create-api-key", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key#refresh" + "$ref": "#/components/parameters/security.create_api_key:refresh" } ], "requestBody": { @@ -33737,7 +33737,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key#200" + "$ref": "#/components/responses/security.create_api_key:200" } }, "x-state": "Added in 6.7.0" @@ -33754,7 +33754,7 @@ "operationId": "security-create-api-key-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key#refresh" + "$ref": "#/components/parameters/security.create_api_key:refresh" } ], "requestBody": { @@ -33762,7 +33762,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key#200" + "$ref": "#/components/responses/security.create_api_key:200" } }, "x-state": "Added in 6.7.0" @@ -33998,21 +33998,21 @@ "operationId": "security-create-service-token", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token#namespace" + "$ref": "#/components/parameters/security.create_service_token:namespace" }, { - "$ref": "#/components/parameters/security.create_service_token#service" + "$ref": "#/components/parameters/security.create_service_token:service" }, { - "$ref": "#/components/parameters/security.create_service_token#name" + "$ref": "#/components/parameters/security.create_service_token:name" }, { - "$ref": "#/components/parameters/security.create_service_token#refresh" + "$ref": "#/components/parameters/security.create_service_token:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token#200" + "$ref": "#/components/responses/security.create_service_token:200" } } }, @@ -34028,21 +34028,21 @@ "operationId": "security-create-service-token-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token#namespace" + "$ref": "#/components/parameters/security.create_service_token:namespace" }, { - "$ref": "#/components/parameters/security.create_service_token#service" + "$ref": "#/components/parameters/security.create_service_token:service" }, { - "$ref": "#/components/parameters/security.create_service_token#name" + "$ref": "#/components/parameters/security.create_service_token:name" }, { - "$ref": "#/components/parameters/security.create_service_token#refresh" + "$ref": "#/components/parameters/security.create_service_token:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token#200" + "$ref": "#/components/responses/security.create_service_token:200" } } }, @@ -34144,18 +34144,18 @@ "operationId": "security-create-service-token-2", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token#namespace" + "$ref": "#/components/parameters/security.create_service_token:namespace" }, { - "$ref": "#/components/parameters/security.create_service_token#service" + "$ref": "#/components/parameters/security.create_service_token:service" }, { - "$ref": "#/components/parameters/security.create_service_token#refresh" + "$ref": "#/components/parameters/security.create_service_token:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token#200" + "$ref": "#/components/responses/security.create_service_token:200" } } } @@ -34255,15 +34255,15 @@ "operationId": "security-get-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.get_privileges#application" + "$ref": "#/components/parameters/security.get_privileges:application" }, { - "$ref": "#/components/parameters/security.get_privileges#name" + "$ref": "#/components/parameters/security.get_privileges:name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges#200" + "$ref": "#/components/responses/security.get_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -34349,12 +34349,12 @@ "operationId": "security-get-role", "parameters": [ { - "$ref": "#/components/parameters/security.get_role#name" + "$ref": "#/components/parameters/security.get_role:name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role#200" + "$ref": "#/components/responses/security.get_role:200" } } }, @@ -34370,10 +34370,10 @@ "operationId": "security-put-role", "parameters": [ { - "$ref": "#/components/parameters/security.put_role#name" + "$ref": "#/components/parameters/security.put_role:name" }, { - "$ref": "#/components/parameters/security.put_role#refresh" + "$ref": "#/components/parameters/security.put_role:refresh" } ], "requestBody": { @@ -34381,7 +34381,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role#200" + "$ref": "#/components/responses/security.put_role:200" } } }, @@ -34397,10 +34397,10 @@ "operationId": "security-put-role-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role#name" + "$ref": "#/components/parameters/security.put_role:name" }, { - "$ref": "#/components/parameters/security.put_role#refresh" + "$ref": "#/components/parameters/security.put_role:refresh" } ], "requestBody": { @@ -34408,7 +34408,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role#200" + "$ref": "#/components/responses/security.put_role:200" } } }, @@ -34484,12 +34484,12 @@ "operationId": "security-get-role-mapping", "parameters": [ { - "$ref": "#/components/parameters/security.get_role_mapping#name" + "$ref": "#/components/parameters/security.get_role_mapping:name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role_mapping#200" + "$ref": "#/components/responses/security.get_role_mapping:200" } }, "x-state": "Added in 5.5.0" @@ -34506,10 +34506,10 @@ "operationId": "security-put-role-mapping", "parameters": [ { - "$ref": "#/components/parameters/security.put_role_mapping#name" + "$ref": "#/components/parameters/security.put_role_mapping:name" }, { - "$ref": "#/components/parameters/security.put_role_mapping#refresh" + "$ref": "#/components/parameters/security.put_role_mapping:refresh" } ], "requestBody": { @@ -34517,7 +34517,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role_mapping#200" + "$ref": "#/components/responses/security.put_role_mapping:200" } }, "x-state": "Added in 5.5.0" @@ -34534,10 +34534,10 @@ "operationId": "security-put-role-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role_mapping#name" + "$ref": "#/components/parameters/security.put_role_mapping:name" }, { - "$ref": "#/components/parameters/security.put_role_mapping#refresh" + "$ref": "#/components/parameters/security.put_role_mapping:refresh" } ], "requestBody": { @@ -34545,7 +34545,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role_mapping#200" + "$ref": "#/components/responses/security.put_role_mapping:200" } }, "x-state": "Added in 5.5.0" @@ -34623,15 +34623,15 @@ "operationId": "security-get-user", "parameters": [ { - "$ref": "#/components/parameters/security.get_user#username" + "$ref": "#/components/parameters/security.get_user:username" }, { - "$ref": "#/components/parameters/security.get_user#with_profile_uid" + "$ref": "#/components/parameters/security.get_user:with_profile_uid" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_user#200" + "$ref": "#/components/responses/security.get_user:200" } } }, @@ -34644,10 +34644,10 @@ "operationId": "security-put-user", "parameters": [ { - "$ref": "#/components/parameters/security.put_user#username" + "$ref": "#/components/parameters/security.put_user:username" }, { - "$ref": "#/components/parameters/security.put_user#refresh" + "$ref": "#/components/parameters/security.put_user:refresh" } ], "requestBody": { @@ -34655,7 +34655,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_user#200" + "$ref": "#/components/responses/security.put_user:200" } } }, @@ -34668,10 +34668,10 @@ "operationId": "security-put-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_user#username" + "$ref": "#/components/parameters/security.put_user:username" }, { - "$ref": "#/components/parameters/security.put_user#refresh" + "$ref": "#/components/parameters/security.put_user:refresh" } ], "requestBody": { @@ -34679,7 +34679,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_user#200" + "$ref": "#/components/responses/security.put_user:200" } } }, @@ -34752,15 +34752,15 @@ "operationId": "security-disable-user", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user#username" + "$ref": "#/components/parameters/security.disable_user:username" }, { - "$ref": "#/components/parameters/security.disable_user#refresh" + "$ref": "#/components/parameters/security.disable_user:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user#200" + "$ref": "#/components/responses/security.disable_user:200" } } }, @@ -34773,15 +34773,15 @@ "operationId": "security-disable-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user#username" + "$ref": "#/components/parameters/security.disable_user:username" }, { - "$ref": "#/components/parameters/security.disable_user#refresh" + "$ref": "#/components/parameters/security.disable_user:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user#200" + "$ref": "#/components/responses/security.disable_user:200" } } } @@ -34796,15 +34796,15 @@ "operationId": "security-disable-user-profile", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user_profile#uid" + "$ref": "#/components/parameters/security.disable_user_profile:uid" }, { - "$ref": "#/components/parameters/security.disable_user_profile#refresh" + "$ref": "#/components/parameters/security.disable_user_profile:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user_profile#200" + "$ref": "#/components/responses/security.disable_user_profile:200" } }, "x-state": "Added in 8.2.0" @@ -34818,15 +34818,15 @@ "operationId": "security-disable-user-profile-1", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user_profile#uid" + "$ref": "#/components/parameters/security.disable_user_profile:uid" }, { - "$ref": "#/components/parameters/security.disable_user_profile#refresh" + "$ref": "#/components/parameters/security.disable_user_profile:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user_profile#200" + "$ref": "#/components/responses/security.disable_user_profile:200" } }, "x-state": "Added in 8.2.0" @@ -34842,15 +34842,15 @@ "operationId": "security-enable-user", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user#username" + "$ref": "#/components/parameters/security.enable_user:username" }, { - "$ref": "#/components/parameters/security.enable_user#refresh" + "$ref": "#/components/parameters/security.enable_user:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user#200" + "$ref": "#/components/responses/security.enable_user:200" } } }, @@ -34863,15 +34863,15 @@ "operationId": "security-enable-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user#username" + "$ref": "#/components/parameters/security.enable_user:username" }, { - "$ref": "#/components/parameters/security.enable_user#refresh" + "$ref": "#/components/parameters/security.enable_user:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user#200" + "$ref": "#/components/responses/security.enable_user:200" } } } @@ -34886,15 +34886,15 @@ "operationId": "security-enable-user-profile", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user_profile#uid" + "$ref": "#/components/parameters/security.enable_user_profile:uid" }, { - "$ref": "#/components/parameters/security.enable_user_profile#refresh" + "$ref": "#/components/parameters/security.enable_user_profile:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user_profile#200" + "$ref": "#/components/responses/security.enable_user_profile:200" } }, "x-state": "Added in 8.2.0" @@ -34908,15 +34908,15 @@ "operationId": "security-enable-user-profile-1", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user_profile#uid" + "$ref": "#/components/parameters/security.enable_user_profile:uid" }, { - "$ref": "#/components/parameters/security.enable_user_profile#refresh" + "$ref": "#/components/parameters/security.enable_user_profile:refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user_profile#200" + "$ref": "#/components/responses/security.enable_user_profile:200" } }, "x-state": "Added in 8.2.0" @@ -35103,7 +35103,7 @@ "operationId": "security-get-privileges", "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges#200" + "$ref": "#/components/responses/security.get_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -35120,7 +35120,7 @@ "operationId": "security-put-privileges", "parameters": [ { - "$ref": "#/components/parameters/security.put_privileges#refresh" + "$ref": "#/components/parameters/security.put_privileges:refresh" } ], "requestBody": { @@ -35128,7 +35128,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_privileges#200" + "$ref": "#/components/responses/security.put_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -35145,7 +35145,7 @@ "operationId": "security-put-privileges-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_privileges#refresh" + "$ref": "#/components/parameters/security.put_privileges:refresh" } ], "requestBody": { @@ -35153,7 +35153,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_privileges#200" + "$ref": "#/components/responses/security.put_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -35172,12 +35172,12 @@ "operationId": "security-get-privileges-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_privileges#application" + "$ref": "#/components/parameters/security.get_privileges:application" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges#200" + "$ref": "#/components/responses/security.get_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -35196,7 +35196,7 @@ "operationId": "security-get-role-mapping-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role_mapping#200" + "$ref": "#/components/responses/security.get_role_mapping:200" } }, "x-state": "Added in 5.5.0" @@ -35215,15 +35215,15 @@ "operationId": "security-get-service-accounts", "parameters": [ { - "$ref": "#/components/parameters/security.get_service_accounts#namespace" + "$ref": "#/components/parameters/security.get_service_accounts:namespace" }, { - "$ref": "#/components/parameters/security.get_service_accounts#service" + "$ref": "#/components/parameters/security.get_service_accounts:service" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts#200" + "$ref": "#/components/responses/security.get_service_accounts:200" } }, "x-state": "Added in 7.13.0" @@ -35242,12 +35242,12 @@ "operationId": "security-get-service-accounts-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_service_accounts#namespace" + "$ref": "#/components/parameters/security.get_service_accounts:namespace" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts#200" + "$ref": "#/components/responses/security.get_service_accounts:200" } }, "x-state": "Added in 7.13.0" @@ -35266,7 +35266,7 @@ "operationId": "security-get-service-accounts-2", "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts#200" + "$ref": "#/components/responses/security.get_service_accounts:200" } }, "x-state": "Added in 7.13.0" @@ -35706,12 +35706,12 @@ "operationId": "security-get-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_user#with_profile_uid" + "$ref": "#/components/parameters/security.get_user:with_profile_uid" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_user#200" + "$ref": "#/components/responses/security.get_user:200" } } } @@ -36042,7 +36042,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -36062,7 +36062,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -36081,7 +36081,7 @@ "operationId": "security-has-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges#user" + "$ref": "#/components/parameters/security.has_privileges:user" } ], "requestBody": { @@ -36089,7 +36089,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -36106,7 +36106,7 @@ "operationId": "security-has-privileges-3", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges#user" + "$ref": "#/components/parameters/security.has_privileges:user" } ], "requestBody": { @@ -36114,7 +36114,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -36136,7 +36136,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges_user_profile#200" + "$ref": "#/components/responses/security.has_privileges_user_profile:200" } }, "x-state": "Added in 8.3.0" @@ -36156,7 +36156,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges_user_profile#200" + "$ref": "#/components/responses/security.has_privileges_user_profile:200" } }, "x-state": "Added in 8.3.0" @@ -36427,13 +36427,13 @@ "operationId": "security-query-api-keys", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys#with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys#with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys#typed_keys" + "$ref": "#/components/parameters/security.query_api_keys:typed_keys" } ], "requestBody": { @@ -36441,7 +36441,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys#200" + "$ref": "#/components/responses/security.query_api_keys:200" } }, "x-state": "Added in 7.15.0" @@ -36455,13 +36455,13 @@ "operationId": "security-query-api-keys-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys#with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys#with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys#typed_keys" + "$ref": "#/components/parameters/security.query_api_keys:typed_keys" } ], "requestBody": { @@ -36469,7 +36469,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys#200" + "$ref": "#/components/responses/security.query_api_keys:200" } }, "x-state": "Added in 7.15.0" @@ -36488,7 +36488,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role#200" + "$ref": "#/components/responses/security.query_role:200" } }, "x-state": "Added in 8.15.0" @@ -36505,7 +36505,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role#200" + "$ref": "#/components/responses/security.query_role:200" } }, "x-state": "Added in 8.15.0" @@ -36521,7 +36521,7 @@ "operationId": "security-query-user", "parameters": [ { - "$ref": "#/components/parameters/security.query_user#with_profile_uid" + "$ref": "#/components/parameters/security.query_user:with_profile_uid" } ], "requestBody": { @@ -36529,7 +36529,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_user#200" + "$ref": "#/components/responses/security.query_user:200" } }, "x-state": "Added in 8.14.0" @@ -36543,7 +36543,7 @@ "operationId": "security-query-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_user#with_profile_uid" + "$ref": "#/components/parameters/security.query_user:with_profile_uid" } ], "requestBody": { @@ -36551,7 +36551,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_user#200" + "$ref": "#/components/responses/security.query_user:200" } }, "x-state": "Added in 8.14.0" @@ -37017,7 +37017,7 @@ "operationId": "security-suggest-user-profiles", "parameters": [ { - "$ref": "#/components/parameters/security.suggest_user_profiles#data" + "$ref": "#/components/parameters/security.suggest_user_profiles:data" } ], "requestBody": { @@ -37025,7 +37025,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.suggest_user_profiles#200" + "$ref": "#/components/responses/security.suggest_user_profiles:200" } }, "x-state": "Added in 8.2.0" @@ -37039,7 +37039,7 @@ "operationId": "security-suggest-user-profiles-1", "parameters": [ { - "$ref": "#/components/parameters/security.suggest_user_profiles#data" + "$ref": "#/components/parameters/security.suggest_user_profiles:data" } ], "requestBody": { @@ -37047,7 +37047,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.suggest_user_profiles#200" + "$ref": "#/components/responses/security.suggest_user_profiles:200" } }, "x-state": "Added in 8.2.0" @@ -37234,16 +37234,16 @@ "operationId": "security-update-user-profile-data", "parameters": [ { - "$ref": "#/components/parameters/security.update_user_profile_data#uid" + "$ref": "#/components/parameters/security.update_user_profile_data:uid" }, { - "$ref": "#/components/parameters/security.update_user_profile_data#if_seq_no" + "$ref": "#/components/parameters/security.update_user_profile_data:if_seq_no" }, { - "$ref": "#/components/parameters/security.update_user_profile_data#if_primary_term" + "$ref": "#/components/parameters/security.update_user_profile_data:if_primary_term" }, { - "$ref": "#/components/parameters/security.update_user_profile_data#refresh" + "$ref": "#/components/parameters/security.update_user_profile_data:refresh" } ], "requestBody": { @@ -37251,7 +37251,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.update_user_profile_data#200" + "$ref": "#/components/responses/security.update_user_profile_data:200" } }, "x-state": "Added in 8.2.0" @@ -37265,16 +37265,16 @@ "operationId": "security-update-user-profile-data-1", "parameters": [ { - "$ref": "#/components/parameters/security.update_user_profile_data#uid" + "$ref": "#/components/parameters/security.update_user_profile_data:uid" }, { - "$ref": "#/components/parameters/security.update_user_profile_data#if_seq_no" + "$ref": "#/components/parameters/security.update_user_profile_data:if_seq_no" }, { - "$ref": "#/components/parameters/security.update_user_profile_data#if_primary_term" + "$ref": "#/components/parameters/security.update_user_profile_data:if_primary_term" }, { - "$ref": "#/components/parameters/security.update_user_profile_data#refresh" + "$ref": "#/components/parameters/security.update_user_profile_data:refresh" } ], "requestBody": { @@ -37282,7 +37282,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.update_user_profile_data#200" + "$ref": "#/components/responses/security.update_user_profile_data:200" } }, "x-state": "Added in 8.2.0" @@ -37298,15 +37298,15 @@ "operationId": "shutdown-get-node-1", "parameters": [ { - "$ref": "#/components/parameters/shutdown.get_node#node_id" + "$ref": "#/components/parameters/shutdown.get_node:node_id" }, { - "$ref": "#/components/parameters/shutdown.get_node#master_timeout" + "$ref": "#/components/parameters/shutdown.get_node:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/shutdown.get_node#200" + "$ref": "#/components/responses/shutdown.get_node:200" } }, "x-state": "Added in 7.13.0" @@ -37473,12 +37473,12 @@ "operationId": "shutdown-get-node", "parameters": [ { - "$ref": "#/components/parameters/shutdown.get_node#master_timeout" + "$ref": "#/components/parameters/shutdown.get_node:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/shutdown.get_node#200" + "$ref": "#/components/responses/shutdown.get_node:200" } }, "x-state": "Added in 7.13.0" @@ -37494,7 +37494,7 @@ "operationId": "simulate-ingest", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest#pipeline" + "$ref": "#/components/parameters/simulate.ingest:pipeline" } ], "requestBody": { @@ -37502,7 +37502,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest#200" + "$ref": "#/components/responses/simulate.ingest:200" } }, "x-state": "Technical preview" @@ -37516,7 +37516,7 @@ "operationId": "simulate-ingest-1", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest#pipeline" + "$ref": "#/components/parameters/simulate.ingest:pipeline" } ], "requestBody": { @@ -37524,7 +37524,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest#200" + "$ref": "#/components/responses/simulate.ingest:200" } }, "x-state": "Technical preview" @@ -37540,10 +37540,10 @@ "operationId": "simulate-ingest-2", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest#index" + "$ref": "#/components/parameters/simulate.ingest:index" }, { - "$ref": "#/components/parameters/simulate.ingest#pipeline" + "$ref": "#/components/parameters/simulate.ingest:pipeline" } ], "requestBody": { @@ -37551,7 +37551,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest#200" + "$ref": "#/components/responses/simulate.ingest:200" } }, "x-state": "Technical preview" @@ -37565,10 +37565,10 @@ "operationId": "simulate-ingest-3", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest#index" + "$ref": "#/components/parameters/simulate.ingest:index" }, { - "$ref": "#/components/parameters/simulate.ingest#pipeline" + "$ref": "#/components/parameters/simulate.ingest:pipeline" } ], "requestBody": { @@ -37576,7 +37576,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest#200" + "$ref": "#/components/responses/simulate.ingest:200" } }, "x-state": "Technical preview" @@ -37592,18 +37592,18 @@ "operationId": "slm-get-lifecycle", "parameters": [ { - "$ref": "#/components/parameters/slm.get_lifecycle#policy_id" + "$ref": "#/components/parameters/slm.get_lifecycle:policy_id" }, { - "$ref": "#/components/parameters/slm.get_lifecycle#master_timeout" + "$ref": "#/components/parameters/slm.get_lifecycle:master_timeout" }, { - "$ref": "#/components/parameters/slm.get_lifecycle#timeout" + "$ref": "#/components/parameters/slm.get_lifecycle:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/slm.get_lifecycle#200" + "$ref": "#/components/responses/slm.get_lifecycle:200" } }, "x-state": "Added in 7.4.0" @@ -37881,15 +37881,15 @@ "operationId": "slm-get-lifecycle-1", "parameters": [ { - "$ref": "#/components/parameters/slm.get_lifecycle#master_timeout" + "$ref": "#/components/parameters/slm.get_lifecycle:master_timeout" }, { - "$ref": "#/components/parameters/slm.get_lifecycle#timeout" + "$ref": "#/components/parameters/slm.get_lifecycle:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/slm.get_lifecycle#200" + "$ref": "#/components/responses/slm.get_lifecycle:200" } }, "x-state": "Added in 7.4.0" @@ -38547,16 +38547,16 @@ "operationId": "snapshot-create", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create#repository" + "$ref": "#/components/parameters/snapshot.create:repository" }, { - "$ref": "#/components/parameters/snapshot.create#snapshot" + "$ref": "#/components/parameters/snapshot.create:snapshot" }, { - "$ref": "#/components/parameters/snapshot.create#master_timeout" + "$ref": "#/components/parameters/snapshot.create:master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create#wait_for_completion" + "$ref": "#/components/parameters/snapshot.create:wait_for_completion" } ], "requestBody": { @@ -38564,7 +38564,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create#200" + "$ref": "#/components/responses/snapshot.create:200" } }, "x-state": "Added in 0.0.0" @@ -38581,16 +38581,16 @@ "operationId": "snapshot-create-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create#repository" + "$ref": "#/components/parameters/snapshot.create:repository" }, { - "$ref": "#/components/parameters/snapshot.create#snapshot" + "$ref": "#/components/parameters/snapshot.create:snapshot" }, { - "$ref": "#/components/parameters/snapshot.create#master_timeout" + "$ref": "#/components/parameters/snapshot.create:master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create#wait_for_completion" + "$ref": "#/components/parameters/snapshot.create:wait_for_completion" } ], "requestBody": { @@ -38598,7 +38598,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create#200" + "$ref": "#/components/responses/snapshot.create:200" } }, "x-state": "Added in 0.0.0" @@ -38672,18 +38672,18 @@ "operationId": "snapshot-get-repository-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.get_repository#repository" + "$ref": "#/components/parameters/snapshot.get_repository:repository" }, { - "$ref": "#/components/parameters/snapshot.get_repository#local" + "$ref": "#/components/parameters/snapshot.get_repository:local" }, { - "$ref": "#/components/parameters/snapshot.get_repository#master_timeout" + "$ref": "#/components/parameters/snapshot.get_repository:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.get_repository#200" + "$ref": "#/components/responses/snapshot.get_repository:200" } }, "x-state": "Added in 0.0.0" @@ -38700,16 +38700,16 @@ "operationId": "snapshot-create-repository", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create_repository#repository" + "$ref": "#/components/parameters/snapshot.create_repository:repository" }, { - "$ref": "#/components/parameters/snapshot.create_repository#master_timeout" + "$ref": "#/components/parameters/snapshot.create_repository:master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository#timeout" + "$ref": "#/components/parameters/snapshot.create_repository:timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository#verify" + "$ref": "#/components/parameters/snapshot.create_repository:verify" } ], "requestBody": { @@ -38717,7 +38717,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create_repository#200" + "$ref": "#/components/responses/snapshot.create_repository:200" } }, "x-state": "Added in 0.0.0" @@ -38734,16 +38734,16 @@ "operationId": "snapshot-create-repository-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create_repository#repository" + "$ref": "#/components/parameters/snapshot.create_repository:repository" }, { - "$ref": "#/components/parameters/snapshot.create_repository#master_timeout" + "$ref": "#/components/parameters/snapshot.create_repository:master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository#timeout" + "$ref": "#/components/parameters/snapshot.create_repository:timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository#verify" + "$ref": "#/components/parameters/snapshot.create_repository:verify" } ], "requestBody": { @@ -38751,7 +38751,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create_repository#200" + "$ref": "#/components/responses/snapshot.create_repository:200" } }, "x-state": "Added in 0.0.0" @@ -38820,15 +38820,15 @@ "operationId": "snapshot-get-repository", "parameters": [ { - "$ref": "#/components/parameters/snapshot.get_repository#local" + "$ref": "#/components/parameters/snapshot.get_repository:local" }, { - "$ref": "#/components/parameters/snapshot.get_repository#master_timeout" + "$ref": "#/components/parameters/snapshot.get_repository:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.get_repository#200" + "$ref": "#/components/responses/snapshot.get_repository:200" } }, "x-state": "Added in 0.0.0" @@ -39365,15 +39365,15 @@ "operationId": "snapshot-status", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status#ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status#master_timeout" + "$ref": "#/components/parameters/snapshot.status:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status#200" + "$ref": "#/components/responses/snapshot.status:200" } }, "x-state": "Added in 7.8.0" @@ -39389,18 +39389,18 @@ "operationId": "snapshot-status-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status#repository" + "$ref": "#/components/parameters/snapshot.status:repository" }, { - "$ref": "#/components/parameters/snapshot.status#ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status#master_timeout" + "$ref": "#/components/parameters/snapshot.status:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status#200" + "$ref": "#/components/responses/snapshot.status:200" } }, "x-state": "Added in 7.8.0" @@ -39416,21 +39416,21 @@ "operationId": "snapshot-status-2", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status#repository" + "$ref": "#/components/parameters/snapshot.status:repository" }, { - "$ref": "#/components/parameters/snapshot.status#snapshot" + "$ref": "#/components/parameters/snapshot.status:snapshot" }, { - "$ref": "#/components/parameters/snapshot.status#ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status#master_timeout" + "$ref": "#/components/parameters/snapshot.status:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status#200" + "$ref": "#/components/responses/snapshot.status:200" } }, "x-state": "Added in 7.8.0" @@ -39787,7 +39787,7 @@ "operationId": "sql-query-1", "parameters": [ { - "$ref": "#/components/parameters/sql.query#format" + "$ref": "#/components/parameters/sql.query:format" } ], "requestBody": { @@ -39795,7 +39795,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query#200" + "$ref": "#/components/responses/sql.query:200" } }, "x-state": "Added in 6.3.0" @@ -39809,7 +39809,7 @@ "operationId": "sql-query", "parameters": [ { - "$ref": "#/components/parameters/sql.query#format" + "$ref": "#/components/parameters/sql.query:format" } ], "requestBody": { @@ -39817,7 +39817,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query#200" + "$ref": "#/components/responses/sql.query:200" } }, "x-state": "Added in 6.3.0" @@ -39836,7 +39836,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate#200" + "$ref": "#/components/responses/sql.translate:200" } }, "x-state": "Added in 6.3.0" @@ -39853,7 +39853,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate#200" + "$ref": "#/components/responses/sql.translate:200" } }, "x-state": "Added in 6.3.0" @@ -40339,21 +40339,21 @@ "operationId": "tasks-cancel", "parameters": [ { - "$ref": "#/components/parameters/tasks.cancel#actions" + "$ref": "#/components/parameters/tasks.cancel:actions" }, { - "$ref": "#/components/parameters/tasks.cancel#nodes" + "$ref": "#/components/parameters/tasks.cancel:nodes" }, { - "$ref": "#/components/parameters/tasks.cancel#parent_task_id" + "$ref": "#/components/parameters/tasks.cancel:parent_task_id" }, { - "$ref": "#/components/parameters/tasks.cancel#wait_for_completion" + "$ref": "#/components/parameters/tasks.cancel:wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/tasks.cancel#200" + "$ref": "#/components/responses/tasks.cancel:200" } }, "x-state": "Technical preview" @@ -40369,24 +40369,24 @@ "operationId": "tasks-cancel-1", "parameters": [ { - "$ref": "#/components/parameters/tasks.cancel#task_id" + "$ref": "#/components/parameters/tasks.cancel:task_id" }, { - "$ref": "#/components/parameters/tasks.cancel#actions" + "$ref": "#/components/parameters/tasks.cancel:actions" }, { - "$ref": "#/components/parameters/tasks.cancel#nodes" + "$ref": "#/components/parameters/tasks.cancel:nodes" }, { - "$ref": "#/components/parameters/tasks.cancel#parent_task_id" + "$ref": "#/components/parameters/tasks.cancel:parent_task_id" }, { - "$ref": "#/components/parameters/tasks.cancel#wait_for_completion" + "$ref": "#/components/parameters/tasks.cancel:wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/tasks.cancel#200" + "$ref": "#/components/responses/tasks.cancel:200" } }, "x-state": "Technical preview" @@ -40599,7 +40599,7 @@ "operationId": "terms-enum", "parameters": [ { - "$ref": "#/components/parameters/terms_enum#index" + "$ref": "#/components/parameters/terms_enum:index" } ], "requestBody": { @@ -40607,7 +40607,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum#200" + "$ref": "#/components/responses/terms_enum:200" } }, "x-state": "Added in 7.14.0" @@ -40621,7 +40621,7 @@ "operationId": "terms-enum-1", "parameters": [ { - "$ref": "#/components/parameters/terms_enum#index" + "$ref": "#/components/parameters/terms_enum:index" } ], "requestBody": { @@ -40629,7 +40629,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum#200" + "$ref": "#/components/responses/terms_enum:200" } }, "x-state": "Added in 7.14.0" @@ -40645,43 +40645,43 @@ "operationId": "termvectors", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#id" + "$ref": "#/components/parameters/termvectors:id" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -40689,7 +40689,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } }, @@ -40702,43 +40702,43 @@ "operationId": "termvectors-1", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#id" + "$ref": "#/components/parameters/termvectors:id" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -40746,7 +40746,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } } @@ -40761,40 +40761,40 @@ "operationId": "termvectors-2", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -40802,7 +40802,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } }, @@ -40815,40 +40815,40 @@ "operationId": "termvectors-3", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -40856,7 +40856,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } } @@ -41110,37 +41110,37 @@ "operationId": "text-structure-find-message-structure", "parameters": [ { - "$ref": "#/components/parameters/text_structure.find_message_structure#column_names" + "$ref": "#/components/parameters/text_structure.find_message_structure:column_names" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#delimiter" + "$ref": "#/components/parameters/text_structure.find_message_structure:delimiter" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#ecs_compatibility" + "$ref": "#/components/parameters/text_structure.find_message_structure:ecs_compatibility" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#explain" + "$ref": "#/components/parameters/text_structure.find_message_structure:explain" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#format" + "$ref": "#/components/parameters/text_structure.find_message_structure:format" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#grok_pattern" + "$ref": "#/components/parameters/text_structure.find_message_structure:grok_pattern" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#quote" + "$ref": "#/components/parameters/text_structure.find_message_structure:quote" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#should_trim_fields" + "$ref": "#/components/parameters/text_structure.find_message_structure:should_trim_fields" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#timeout" + "$ref": "#/components/parameters/text_structure.find_message_structure:timeout" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#timestamp_field" + "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_field" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#timestamp_format" + "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_format" } ], "requestBody": { @@ -41148,7 +41148,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.find_message_structure#200" + "$ref": "#/components/responses/text_structure.find_message_structure:200" } } }, @@ -41161,37 +41161,37 @@ "operationId": "text-structure-find-message-structure-1", "parameters": [ { - "$ref": "#/components/parameters/text_structure.find_message_structure#column_names" + "$ref": "#/components/parameters/text_structure.find_message_structure:column_names" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#delimiter" + "$ref": "#/components/parameters/text_structure.find_message_structure:delimiter" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#ecs_compatibility" + "$ref": "#/components/parameters/text_structure.find_message_structure:ecs_compatibility" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#explain" + "$ref": "#/components/parameters/text_structure.find_message_structure:explain" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#format" + "$ref": "#/components/parameters/text_structure.find_message_structure:format" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#grok_pattern" + "$ref": "#/components/parameters/text_structure.find_message_structure:grok_pattern" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#quote" + "$ref": "#/components/parameters/text_structure.find_message_structure:quote" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#should_trim_fields" + "$ref": "#/components/parameters/text_structure.find_message_structure:should_trim_fields" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#timeout" + "$ref": "#/components/parameters/text_structure.find_message_structure:timeout" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#timestamp_field" + "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_field" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure#timestamp_format" + "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_format" } ], "requestBody": { @@ -41199,7 +41199,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.find_message_structure#200" + "$ref": "#/components/responses/text_structure.find_message_structure:200" } } } @@ -41523,7 +41523,7 @@ "operationId": "text-structure-test-grok-pattern", "parameters": [ { - "$ref": "#/components/parameters/text_structure.test_grok_pattern#ecs_compatibility" + "$ref": "#/components/parameters/text_structure.test_grok_pattern:ecs_compatibility" } ], "requestBody": { @@ -41531,7 +41531,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.test_grok_pattern#200" + "$ref": "#/components/responses/text_structure.test_grok_pattern:200" } }, "x-state": "Added in 8.13.0" @@ -41548,7 +41548,7 @@ "operationId": "text-structure-test-grok-pattern-1", "parameters": [ { - "$ref": "#/components/parameters/text_structure.test_grok_pattern#ecs_compatibility" + "$ref": "#/components/parameters/text_structure.test_grok_pattern:ecs_compatibility" } ], "requestBody": { @@ -41556,7 +41556,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.test_grok_pattern#200" + "$ref": "#/components/responses/text_structure.test_grok_pattern:200" } }, "x-state": "Added in 8.13.0" @@ -41572,24 +41572,24 @@ "operationId": "transform-get-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform#transform_id" + "$ref": "#/components/parameters/transform.get_transform:transform_id" }, { - "$ref": "#/components/parameters/transform.get_transform#allow_no_match" + "$ref": "#/components/parameters/transform.get_transform:allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform#from" + "$ref": "#/components/parameters/transform.get_transform:from" }, { - "$ref": "#/components/parameters/transform.get_transform#size" + "$ref": "#/components/parameters/transform.get_transform:size" }, { - "$ref": "#/components/parameters/transform.get_transform#exclude_generated" + "$ref": "#/components/parameters/transform.get_transform:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform#200" + "$ref": "#/components/responses/transform.get_transform:200" } }, "x-state": "Added in 7.5.0" @@ -41793,21 +41793,21 @@ "operationId": "transform-get-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform#allow_no_match" + "$ref": "#/components/parameters/transform.get_transform:allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform#from" + "$ref": "#/components/parameters/transform.get_transform:from" }, { - "$ref": "#/components/parameters/transform.get_transform#size" + "$ref": "#/components/parameters/transform.get_transform:size" }, { - "$ref": "#/components/parameters/transform.get_transform#exclude_generated" + "$ref": "#/components/parameters/transform.get_transform:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform#200" + "$ref": "#/components/responses/transform.get_transform:200" } }, "x-state": "Added in 7.5.0" @@ -41920,10 +41920,10 @@ "operationId": "transform-preview-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#transform_id" + "$ref": "#/components/parameters/transform.preview_transform:transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -41931,7 +41931,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -41945,10 +41945,10 @@ "operationId": "transform-preview-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#transform_id" + "$ref": "#/components/parameters/transform.preview_transform:transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -41956,7 +41956,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -41972,7 +41972,7 @@ "operationId": "transform-preview-transform-2", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -41980,7 +41980,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -41994,7 +41994,7 @@ "operationId": "transform-preview-transform-3", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -42002,7 +42002,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -43321,12 +43321,12 @@ "operationId": "watcher-ack-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch#watch_id" + "$ref": "#/components/parameters/watcher.ack_watch:watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch#200" + "$ref": "#/components/responses/watcher.ack_watch:200" } } }, @@ -43339,12 +43339,12 @@ "operationId": "watcher-ack-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch#watch_id" + "$ref": "#/components/parameters/watcher.ack_watch:watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch#200" + "$ref": "#/components/responses/watcher.ack_watch:200" } } } @@ -43359,15 +43359,15 @@ "operationId": "watcher-ack-watch-2", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch#watch_id" + "$ref": "#/components/parameters/watcher.ack_watch:watch_id" }, { - "$ref": "#/components/parameters/watcher.ack_watch#action_id" + "$ref": "#/components/parameters/watcher.ack_watch:action_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch#200" + "$ref": "#/components/responses/watcher.ack_watch:200" } } }, @@ -43380,15 +43380,15 @@ "operationId": "watcher-ack-watch-3", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch#watch_id" + "$ref": "#/components/parameters/watcher.ack_watch:watch_id" }, { - "$ref": "#/components/parameters/watcher.ack_watch#action_id" + "$ref": "#/components/parameters/watcher.ack_watch:action_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch#200" + "$ref": "#/components/responses/watcher.ack_watch:200" } } } @@ -43406,12 +43406,12 @@ "operationId": "watcher-activate-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.activate_watch#watch_id" + "$ref": "#/components/parameters/watcher.activate_watch:watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.activate_watch#200" + "$ref": "#/components/responses/watcher.activate_watch:200" } } }, @@ -43427,12 +43427,12 @@ "operationId": "watcher-activate-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.activate_watch#watch_id" + "$ref": "#/components/parameters/watcher.activate_watch:watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.activate_watch#200" + "$ref": "#/components/responses/watcher.activate_watch:200" } } } @@ -43450,12 +43450,12 @@ "operationId": "watcher-deactivate-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.deactivate_watch#watch_id" + "$ref": "#/components/parameters/watcher.deactivate_watch:watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.deactivate_watch#200" + "$ref": "#/components/responses/watcher.deactivate_watch:200" } } }, @@ -43471,12 +43471,12 @@ "operationId": "watcher-deactivate-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.deactivate_watch#watch_id" + "$ref": "#/components/parameters/watcher.deactivate_watch:watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.deactivate_watch#200" + "$ref": "#/components/responses/watcher.deactivate_watch:200" } } } @@ -43557,19 +43557,19 @@ "operationId": "watcher-put-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.put_watch#id" + "$ref": "#/components/parameters/watcher.put_watch:id" }, { - "$ref": "#/components/parameters/watcher.put_watch#active" + "$ref": "#/components/parameters/watcher.put_watch:active" }, { - "$ref": "#/components/parameters/watcher.put_watch#if_primary_term" + "$ref": "#/components/parameters/watcher.put_watch:if_primary_term" }, { - "$ref": "#/components/parameters/watcher.put_watch#if_seq_no" + "$ref": "#/components/parameters/watcher.put_watch:if_seq_no" }, { - "$ref": "#/components/parameters/watcher.put_watch#version" + "$ref": "#/components/parameters/watcher.put_watch:version" } ], "requestBody": { @@ -43577,7 +43577,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.put_watch#200" + "$ref": "#/components/responses/watcher.put_watch:200" } } }, @@ -43590,19 +43590,19 @@ "operationId": "watcher-put-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.put_watch#id" + "$ref": "#/components/parameters/watcher.put_watch:id" }, { - "$ref": "#/components/parameters/watcher.put_watch#active" + "$ref": "#/components/parameters/watcher.put_watch:active" }, { - "$ref": "#/components/parameters/watcher.put_watch#if_primary_term" + "$ref": "#/components/parameters/watcher.put_watch:if_primary_term" }, { - "$ref": "#/components/parameters/watcher.put_watch#if_seq_no" + "$ref": "#/components/parameters/watcher.put_watch:if_seq_no" }, { - "$ref": "#/components/parameters/watcher.put_watch#version" + "$ref": "#/components/parameters/watcher.put_watch:version" } ], "requestBody": { @@ -43610,7 +43610,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.put_watch#200" + "$ref": "#/components/responses/watcher.put_watch:200" } } }, @@ -43680,10 +43680,10 @@ "operationId": "watcher-execute-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch#id" + "$ref": "#/components/parameters/watcher.execute_watch:id" }, { - "$ref": "#/components/parameters/watcher.execute_watch#debug" + "$ref": "#/components/parameters/watcher.execute_watch:debug" } ], "requestBody": { @@ -43691,7 +43691,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch#200" + "$ref": "#/components/responses/watcher.execute_watch:200" } } }, @@ -43704,10 +43704,10 @@ "operationId": "watcher-execute-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch#id" + "$ref": "#/components/parameters/watcher.execute_watch:id" }, { - "$ref": "#/components/parameters/watcher.execute_watch#debug" + "$ref": "#/components/parameters/watcher.execute_watch:debug" } ], "requestBody": { @@ -43715,7 +43715,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch#200" + "$ref": "#/components/responses/watcher.execute_watch:200" } } } @@ -43730,7 +43730,7 @@ "operationId": "watcher-execute-watch-2", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch#debug" + "$ref": "#/components/parameters/watcher.execute_watch:debug" } ], "requestBody": { @@ -43738,7 +43738,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch#200" + "$ref": "#/components/responses/watcher.execute_watch:200" } } }, @@ -43751,7 +43751,7 @@ "operationId": "watcher-execute-watch-3", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch#debug" + "$ref": "#/components/parameters/watcher.execute_watch:debug" } ], "requestBody": { @@ -43759,7 +43759,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch#200" + "$ref": "#/components/responses/watcher.execute_watch:200" } } } @@ -43898,7 +43898,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.query_watches#200" + "$ref": "#/components/responses/watcher.query_watches:200" } }, "x-state": "Added in 7.11.0" @@ -43915,7 +43915,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.query_watches#200" + "$ref": "#/components/responses/watcher.query_watches:200" } }, "x-state": "Added in 7.11.0" @@ -43971,15 +43971,15 @@ "operationId": "watcher-stats", "parameters": [ { - "$ref": "#/components/parameters/watcher.stats#emit_stacktraces" + "$ref": "#/components/parameters/watcher.stats:emit_stacktraces" }, { - "$ref": "#/components/parameters/watcher.stats#metric_" + "$ref": "#/components/parameters/watcher.stats:metric_" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.stats#200" + "$ref": "#/components/responses/watcher.stats:200" } }, "x-state": "Added in 5.5.0" @@ -43995,18 +43995,18 @@ "operationId": "watcher-stats-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.stats#metric" + "$ref": "#/components/parameters/watcher.stats:metric" }, { - "$ref": "#/components/parameters/watcher.stats#emit_stacktraces" + "$ref": "#/components/parameters/watcher.stats:emit_stacktraces" }, { - "$ref": "#/components/parameters/watcher.stats#metric_" + "$ref": "#/components/parameters/watcher.stats:metric_" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.stats#200" + "$ref": "#/components/responses/watcher.stats:200" } }, "x-state": "Added in 5.5.0" @@ -100089,7 +100089,7 @@ } }, "responses": { - "async_search.submit#200": { + "async_search.submit:200": { "description": "", "content": { "application/json": { @@ -100105,7 +100105,7 @@ } } }, - "bulk#200": { + "bulk:200": { "description": "", "content": { "application/json": { @@ -100161,7 +100161,7 @@ } } }, - "cat.aliases#200": { + "cat.aliases:200": { "description": "", "content": { "application/json": { @@ -100180,7 +100180,7 @@ } } }, - "cat.allocation#200": { + "cat.allocation:200": { "description": "", "content": { "application/json": { @@ -100199,7 +100199,7 @@ } } }, - "cat.component_templates#200": { + "cat.component_templates:200": { "description": "", "content": { "application/json": { @@ -100218,7 +100218,7 @@ } } }, - "cat.count#200": { + "cat.count:200": { "description": "", "content": { "application/json": { @@ -100243,7 +100243,7 @@ } } }, - "cat.fielddata#200": { + "cat.fielddata:200": { "description": "", "content": { "application/json": { @@ -100268,7 +100268,7 @@ } } }, - "cat.indices#200": { + "cat.indices:200": { "description": "", "content": { "application/json": { @@ -100287,7 +100287,7 @@ } } }, - "cat.ml_data_frame_analytics#200": { + "cat.ml_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -100306,7 +100306,7 @@ } } }, - "cat.ml_datafeeds#200": { + "cat.ml_datafeeds:200": { "description": "", "content": { "application/json": { @@ -100325,7 +100325,7 @@ } } }, - "cat.ml_jobs#200": { + "cat.ml_jobs:200": { "description": "", "content": { "application/json": { @@ -100344,7 +100344,7 @@ } } }, - "cat.ml_trained_models#200": { + "cat.ml_trained_models:200": { "description": "", "content": { "application/json": { @@ -100363,7 +100363,7 @@ } } }, - "cat.recovery#200": { + "cat.recovery:200": { "description": "", "content": { "application/json": { @@ -100393,7 +100393,7 @@ } } }, - "cat.segments#200": { + "cat.segments:200": { "description": "", "content": { "application/json": { @@ -100412,7 +100412,7 @@ } } }, - "cat.shards#200": { + "cat.shards:200": { "description": "", "content": { "application/json": { @@ -100452,7 +100452,7 @@ } } }, - "cat.snapshots#200": { + "cat.snapshots:200": { "description": "", "content": { "application/json": { @@ -100471,7 +100471,7 @@ } } }, - "cat.templates#200": { + "cat.templates:200": { "description": "", "content": { "application/json": { @@ -100490,7 +100490,7 @@ } } }, - "cat.thread_pool#200": { + "cat.thread_pool:200": { "description": "", "content": { "application/json": { @@ -100515,7 +100515,7 @@ } } }, - "cat.transforms#200": { + "cat.transforms:200": { "description": "", "content": { "application/json": { @@ -100534,7 +100534,7 @@ } } }, - "ccr.get_auto_follow_pattern#200": { + "ccr.get_auto_follow_pattern:200": { "description": "", "content": { "application/json": { @@ -100561,7 +100561,7 @@ } } }, - "clear_scroll#200": { + "clear_scroll:200": { "description": "", "content": { "application/json": { @@ -100585,7 +100585,7 @@ } } }, - "cluster.allocation_explain#200": { + "cluster.allocation_explain:200": { "description": "", "content": { "application/json": { @@ -100699,7 +100699,7 @@ } } }, - "cluster.get_component_template#200": { + "cluster.get_component_template:200": { "description": "", "content": { "application/json": { @@ -100720,7 +100720,7 @@ } } }, - "cluster.health#200": { + "cluster.health:200": { "description": "", "content": { "application/json": { @@ -100736,7 +100736,7 @@ } } }, - "cluster.put_component_template#200": { + "cluster.put_component_template:200": { "description": "", "content": { "application/json": { @@ -100746,7 +100746,7 @@ } } }, - "cluster.state#200": { + "cluster.state:200": { "description": "", "content": { "application/json": { @@ -100756,7 +100756,7 @@ } } }, - "cluster.stats#200": { + "cluster.stats:200": { "description": "", "content": { "application/json": { @@ -100766,7 +100766,7 @@ } } }, - "connector.put#200": { + "connector.put:200": { "description": "", "content": { "application/json": { @@ -100793,7 +100793,7 @@ } } }, - "count#200": { + "count:200": { "description": "", "content": { "application/json": { @@ -100821,7 +100821,7 @@ } } }, - "create#200": { + "create:200": { "description": "", "content": { "application/json": { @@ -100831,7 +100831,7 @@ } } }, - "enrich.get_policy#200": { + "enrich.get_policy:200": { "description": "", "content": { "application/json": { @@ -100852,7 +100852,7 @@ } } }, - "eql.search#200": { + "eql.search:200": { "description": "", "content": { "application/json": { @@ -100869,7 +100869,7 @@ } } }, - "explain#200": { + "explain:200": { "description": "", "content": { "application/json": { @@ -100907,7 +100907,7 @@ } } }, - "field_caps#200": { + "field_caps:200": { "description": "", "content": { "application/json": { @@ -100947,7 +100947,7 @@ } } }, - "fleet.msearch#200": { + "fleet.msearch:200": { "description": "", "content": { "application/json": { @@ -100968,7 +100968,7 @@ } } }, - "fleet.search#200": { + "fleet.search:200": { "description": "", "content": { "application/json": { @@ -101040,7 +101040,7 @@ } } }, - "graph.explore#200": { + "graph.explore:200": { "description": "", "content": { "application/json": { @@ -101083,7 +101083,7 @@ } } }, - "health_report#200": { + "health_report:200": { "description": "", "content": { "application/json": { @@ -101108,7 +101108,7 @@ } } }, - "ilm.get_lifecycle#200": { + "ilm.get_lifecycle:200": { "description": "", "content": { "application/json": { @@ -101127,7 +101127,7 @@ } } }, - "index#200": { + "index:200": { "description": "", "content": { "application/json": { @@ -101149,7 +101149,7 @@ } } }, - "indices.analyze#200": { + "indices.analyze:200": { "description": "", "content": { "application/json": { @@ -101176,7 +101176,7 @@ } } }, - "indices.clear_cache#200": { + "indices.clear_cache:200": { "description": "", "content": { "application/json": { @@ -101186,7 +101186,7 @@ } } }, - "indices.clone#200": { + "indices.clone:200": { "description": "", "content": { "application/json": { @@ -101212,7 +101212,7 @@ } } }, - "indices.create_from#200": { + "indices.create_from:200": { "description": "", "content": { "application/json": { @@ -101238,7 +101238,7 @@ } } }, - "indices.data_streams_stats#200": { + "indices.data_streams_stats:200": { "description": "", "content": { "application/json": { @@ -101288,7 +101288,7 @@ } } }, - "indices.delete_alias#200": { + "indices.delete_alias:200": { "description": "", "content": { "application/json": { @@ -101298,13 +101298,13 @@ } } }, - "indices.exists_alias#200": { + "indices.exists_alias:200": { "description": "", "content": { "application/json": {} } }, - "indices.flush#200": { + "indices.flush:200": { "description": "", "content": { "application/json": { @@ -101314,7 +101314,7 @@ } } }, - "indices.forcemerge#200": { + "indices.forcemerge:200": { "description": "", "content": { "application/json": { @@ -101324,7 +101324,7 @@ } } }, - "indices.get_alias#200": { + "indices.get_alias:200": { "description": "", "content": { "application/json": { @@ -101337,7 +101337,7 @@ } } }, - "indices.get_data_stream#200": { + "indices.get_data_stream:200": { "description": "", "content": { "application/json": { @@ -101364,7 +101364,7 @@ } } }, - "indices.get_field_mapping#200": { + "indices.get_field_mapping:200": { "description": "", "content": { "application/json": { @@ -101394,7 +101394,7 @@ } } }, - "indices.get_index_template#200": { + "indices.get_index_template:200": { "description": "", "content": { "application/json": { @@ -101415,7 +101415,7 @@ } } }, - "indices.get_mapping#200": { + "indices.get_mapping:200": { "description": "", "content": { "application/json": { @@ -101428,7 +101428,7 @@ } } }, - "indices.get_settings#200": { + "indices.get_settings:200": { "description": "", "content": { "application/json": { @@ -101441,7 +101441,7 @@ } } }, - "indices.get_template#200": { + "indices.get_template:200": { "description": "", "content": { "application/json": { @@ -101454,7 +101454,7 @@ } } }, - "indices.put_alias#200": { + "indices.put_alias:200": { "description": "", "content": { "application/json": { @@ -101464,7 +101464,7 @@ } } }, - "indices.put_index_template#200": { + "indices.put_index_template:200": { "description": "", "content": { "application/json": { @@ -101474,7 +101474,7 @@ } } }, - "indices.put_mapping#200": { + "indices.put_mapping:200": { "description": "", "content": { "application/json": { @@ -101484,7 +101484,7 @@ } } }, - "indices.put_settings#200": { + "indices.put_settings:200": { "description": "", "content": { "application/json": { @@ -101494,7 +101494,7 @@ } } }, - "indices.put_template#200": { + "indices.put_template:200": { "description": "", "content": { "application/json": { @@ -101504,7 +101504,7 @@ } } }, - "indices.recovery#200": { + "indices.recovery:200": { "description": "", "content": { "application/json": { @@ -101529,7 +101529,7 @@ } } }, - "indices.refresh#200": { + "indices.refresh:200": { "description": "", "content": { "application/json": { @@ -101539,7 +101539,7 @@ } } }, - "indices.reload_search_analyzers#200": { + "indices.reload_search_analyzers:200": { "description": "", "content": { "application/json": { @@ -101549,7 +101549,7 @@ } } }, - "indices.resolve_cluster#200": { + "indices.resolve_cluster:200": { "description": "", "content": { "application/json": { @@ -101574,7 +101574,7 @@ } } }, - "indices.rollover#200": { + "indices.rollover:200": { "description": "", "content": { "application/json": { @@ -101625,7 +101625,7 @@ } } }, - "indices.segments#200": { + "indices.segments:200": { "description": "", "content": { "application/json": { @@ -101656,7 +101656,7 @@ } } }, - "indices.shard_stores#200": { + "indices.shard_stores:200": { "description": "", "content": { "application/json": { @@ -101683,7 +101683,7 @@ } } }, - "indices.shrink#200": { + "indices.shrink:200": { "description": "", "content": { "application/json": { @@ -101709,7 +101709,7 @@ } } }, - "indices.simulate_template#200": { + "indices.simulate_template:200": { "description": "", "content": { "application/json": { @@ -101739,7 +101739,7 @@ } } }, - "indices.split#200": { + "indices.split:200": { "description": "", "content": { "application/json": { @@ -101765,7 +101765,7 @@ } } }, - "indices.stats#200": { + "indices.stats:200": { "description": "", "content": { "application/json": { @@ -101793,7 +101793,7 @@ } } }, - "indices.validate_query#200": { + "indices.validate_query:200": { "description": "", "content": { "application/json": { @@ -101823,7 +101823,7 @@ } } }, - "inference.delete#200": { + "inference.delete:200": { "description": "", "content": { "application/json": { @@ -101833,7 +101833,7 @@ } } }, - "inference.get#200": { + "inference.get:200": { "description": "", "content": { "application/json": { @@ -101854,7 +101854,7 @@ } } }, - "inference.put#200": { + "inference.put:200": { "description": "", "content": { "application/json": { @@ -101864,7 +101864,7 @@ } } }, - "inference.update#200": { + "inference.update:200": { "description": "", "content": { "application/json": { @@ -101874,7 +101874,7 @@ } } }, - "ingest.get_geoip_database#200": { + "ingest.get_geoip_database:200": { "description": "", "content": { "application/json": { @@ -101895,7 +101895,7 @@ } } }, - "ingest.get_ip_location_database#200": { + "ingest.get_ip_location_database:200": { "description": "", "content": { "application/json": { @@ -101916,7 +101916,7 @@ } } }, - "ingest.get_pipeline#200": { + "ingest.get_pipeline:200": { "description": "", "content": { "application/json": { @@ -101935,7 +101935,7 @@ } } }, - "ingest.simulate#200": { + "ingest.simulate:200": { "description": "", "content": { "application/json": { @@ -101962,7 +101962,7 @@ } } }, - "knn_search#200": { + "knn_search:200": { "description": "", "content": { "application/json": { @@ -102005,7 +102005,7 @@ } } }, - "license.post#200": { + "license.post:200": { "description": "", "content": { "application/json": { @@ -102036,7 +102036,7 @@ } } }, - "logstash.get_pipeline#200": { + "logstash.get_pipeline:200": { "description": "", "content": { "application/json": { @@ -102055,7 +102055,7 @@ } } }, - "mget#200": { + "mget:200": { "description": "", "content": { "application/json": { @@ -102077,7 +102077,7 @@ } } }, - "migration.deprecations#200": { + "migration.deprecations:200": { "description": "", "content": { "application/json": { @@ -102164,7 +102164,7 @@ } } }, - "ml.delete_expired_data#200": { + "ml.delete_expired_data:200": { "description": "", "content": { "application/json": { @@ -102188,7 +102188,7 @@ } } }, - "ml.delete_forecast#200": { + "ml.delete_forecast:200": { "description": "", "content": { "application/json": { @@ -102204,7 +102204,7 @@ } } }, - "ml.explain_data_frame_analytics#200": { + "ml.explain_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -102236,7 +102236,7 @@ } } }, - "ml.get_buckets#200": { + "ml.get_buckets:200": { "description": "", "content": { "application/json": { @@ -102261,7 +102261,7 @@ } } }, - "ml.get_calendars#200": { + "ml.get_calendars:200": { "description": "", "content": { "application/json": { @@ -102286,7 +102286,7 @@ } } }, - "ml.get_categories#200": { + "ml.get_categories:200": { "description": "", "content": { "application/json": { @@ -102311,7 +102311,7 @@ } } }, - "ml.get_data_frame_analytics#200": { + "ml.get_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -102337,7 +102337,7 @@ } } }, - "ml.get_data_frame_analytics_stats#200": { + "ml.get_data_frame_analytics_stats:200": { "description": "", "content": { "application/json": { @@ -102363,7 +102363,7 @@ } } }, - "ml.get_datafeed_stats#200": { + "ml.get_datafeed_stats:200": { "description": "", "content": { "application/json": { @@ -102388,7 +102388,7 @@ } } }, - "ml.get_datafeeds#200": { + "ml.get_datafeeds:200": { "description": "", "content": { "application/json": { @@ -102413,7 +102413,7 @@ } } }, - "ml.get_filters#200": { + "ml.get_filters:200": { "description": "", "content": { "application/json": { @@ -102438,7 +102438,7 @@ } } }, - "ml.get_influencers#200": { + "ml.get_influencers:200": { "description": "", "content": { "application/json": { @@ -102464,7 +102464,7 @@ } } }, - "ml.get_job_stats#200": { + "ml.get_job_stats:200": { "description": "", "content": { "application/json": { @@ -102489,7 +102489,7 @@ } } }, - "ml.get_jobs#200": { + "ml.get_jobs:200": { "description": "", "content": { "application/json": { @@ -102514,7 +102514,7 @@ } } }, - "ml.get_memory_stats#200": { + "ml.get_memory_stats:200": { "description": "", "content": { "application/json": { @@ -102543,7 +102543,7 @@ } } }, - "ml.get_model_snapshots#200": { + "ml.get_model_snapshots:200": { "description": "", "content": { "application/json": { @@ -102568,7 +102568,7 @@ } } }, - "ml.get_overall_buckets#200": { + "ml.get_overall_buckets:200": { "description": "", "content": { "application/json": { @@ -102594,7 +102594,7 @@ } } }, - "ml.get_records#200": { + "ml.get_records:200": { "description": "", "content": { "application/json": { @@ -102619,7 +102619,7 @@ } } }, - "ml.get_trained_models#200": { + "ml.get_trained_models:200": { "description": "", "content": { "application/json": { @@ -102645,7 +102645,7 @@ } } }, - "ml.get_trained_models_stats#200": { + "ml.get_trained_models_stats:200": { "description": "", "content": { "application/json": { @@ -102672,7 +102672,7 @@ } } }, - "ml.preview_data_frame_analytics#200": { + "ml.preview_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -102697,7 +102697,7 @@ } } }, - "ml.preview_datafeed#200": { + "ml.preview_datafeed:200": { "description": "", "content": { "application/json": { @@ -102710,7 +102710,7 @@ } } }, - "monitoring.bulk#200": { + "monitoring.bulk:200": { "description": "", "content": { "application/json": { @@ -102741,7 +102741,7 @@ } } }, - "msearch#200": { + "msearch:200": { "description": "", "content": { "application/json": { @@ -102751,7 +102751,7 @@ } } }, - "msearch_template#200": { + "msearch_template:200": { "description": "", "content": { "application/json": { @@ -102761,7 +102761,7 @@ } } }, - "mtermvectors#200": { + "mtermvectors:200": { "description": "", "content": { "application/json": { @@ -102782,7 +102782,7 @@ } } }, - "nodes.hot_threads#200": { + "nodes.hot_threads:200": { "description": "", "content": { "application/json": { @@ -102792,7 +102792,7 @@ } } }, - "nodes.info#200": { + "nodes.info:200": { "description": "", "content": { "application/json": { @@ -102808,7 +102808,7 @@ } } }, - "nodes.reload_secure_settings#200": { + "nodes.reload_secure_settings:200": { "description": "", "content": { "application/json": { @@ -102824,7 +102824,7 @@ } } }, - "nodes.stats#200": { + "nodes.stats:200": { "description": "", "content": { "application/json": { @@ -102834,7 +102834,7 @@ } } }, - "nodes.usage#200": { + "nodes.usage:200": { "description": "", "content": { "application/json": { @@ -102844,7 +102844,7 @@ } } }, - "put_script#200": { + "put_script:200": { "description": "", "content": { "application/json": { @@ -102854,7 +102854,7 @@ } } }, - "rank_eval#200": { + "rank_eval:200": { "description": "", "content": { "application/json": { @@ -102888,7 +102888,7 @@ } } }, - "render_search_template#200": { + "render_search_template:200": { "description": "", "content": { "application/json": { @@ -102909,7 +102909,7 @@ } } }, - "rollup.get_jobs#200": { + "rollup.get_jobs:200": { "description": "", "content": { "application/json": { @@ -102936,7 +102936,7 @@ } } }, - "rollup.get_rollup_caps#200": { + "rollup.get_rollup_caps:200": { "description": "", "content": { "application/json": { @@ -102955,7 +102955,7 @@ } } }, - "rollup.rollup_search#200": { + "rollup.rollup_search:200": { "description": "", "content": { "application/json": { @@ -103000,7 +103000,7 @@ } } }, - "scripts_painless_execute#200": { + "scripts_painless_execute:200": { "description": "", "content": { "application/json": { @@ -103035,7 +103035,7 @@ } } }, - "scroll#200": { + "scroll:200": { "description": "", "content": { "application/json": { @@ -103045,7 +103045,7 @@ } } }, - "search#200": { + "search:200": { "description": "", "content": { "application/json": { @@ -103061,7 +103061,7 @@ } } }, - "search_application.get_behavioral_analytics#200": { + "search_application.get_behavioral_analytics:200": { "description": "", "content": { "application/json": { @@ -103080,7 +103080,7 @@ } } }, - "search_application.search#200": { + "search_application.search:200": { "description": "", "content": { "application/json": { @@ -103090,7 +103090,7 @@ } } }, - "search_mvt#200": { + "search_mvt:200": { "description": "", "content": { "application/json": { @@ -103106,7 +103106,7 @@ } } }, - "search_shards#200": { + "search_shards:200": { "description": "", "content": { "application/json": { @@ -103150,7 +103150,7 @@ } } }, - "search_template#200": { + "search_template:200": { "description": "", "content": { "application/json": { @@ -103222,7 +103222,7 @@ } } }, - "searchable_snapshots.cache_stats#200": { + "searchable_snapshots.cache_stats:200": { "description": "", "content": { "application/json": { @@ -103249,7 +103249,7 @@ } } }, - "searchable_snapshots.clear_cache#200": { + "searchable_snapshots.clear_cache:200": { "description": "", "content": { "application/json": { @@ -103259,7 +103259,7 @@ } } }, - "searchable_snapshots.stats#200": { + "searchable_snapshots.stats:200": { "description": "", "content": { "application/json": { @@ -103281,7 +103281,7 @@ } } }, - "security.change_password#200": { + "security.change_password:200": { "description": "", "content": { "application/json": { @@ -103291,7 +103291,7 @@ } } }, - "security.create_api_key#200": { + "security.create_api_key:200": { "description": "", "content": { "application/json": { @@ -103333,7 +103333,7 @@ } } }, - "security.create_service_token#200": { + "security.create_service_token:200": { "description": "", "content": { "application/json": { @@ -103361,7 +103361,7 @@ } } }, - "security.disable_user#200": { + "security.disable_user:200": { "description": "", "content": { "application/json": { @@ -103371,7 +103371,7 @@ } } }, - "security.disable_user_profile#200": { + "security.disable_user_profile:200": { "description": "", "content": { "application/json": { @@ -103381,7 +103381,7 @@ } } }, - "security.enable_user#200": { + "security.enable_user:200": { "description": "", "content": { "application/json": { @@ -103391,7 +103391,7 @@ } } }, - "security.enable_user_profile#200": { + "security.enable_user_profile:200": { "description": "", "content": { "application/json": { @@ -103401,7 +103401,7 @@ } } }, - "security.get_privileges#200": { + "security.get_privileges:200": { "description": "", "content": { "application/json": { @@ -103423,7 +103423,7 @@ } } }, - "security.get_role#200": { + "security.get_role:200": { "description": "", "content": { "application/json": { @@ -103442,7 +103442,7 @@ } } }, - "security.get_role_mapping#200": { + "security.get_role_mapping:200": { "description": "", "content": { "application/json": { @@ -103461,7 +103461,7 @@ } } }, - "security.get_service_accounts#200": { + "security.get_service_accounts:200": { "description": "", "content": { "application/json": { @@ -103480,7 +103480,7 @@ } } }, - "security.get_user#200": { + "security.get_user:200": { "description": "", "content": { "application/json": { @@ -103499,7 +103499,7 @@ } } }, - "security.has_privileges#200": { + "security.has_privileges:200": { "description": "", "content": { "application/json": { @@ -103545,7 +103545,7 @@ } } }, - "security.has_privileges_user_profile#200": { + "security.has_privileges_user_profile:200": { "description": "", "content": { "application/json": { @@ -103576,7 +103576,7 @@ } } }, - "security.put_privileges#200": { + "security.put_privileges:200": { "description": "", "content": { "application/json": { @@ -103602,7 +103602,7 @@ } } }, - "security.put_role#200": { + "security.put_role:200": { "description": "", "content": { "application/json": { @@ -103626,7 +103626,7 @@ } } }, - "security.put_role_mapping#200": { + "security.put_role_mapping:200": { "description": "", "content": { "application/json": { @@ -103653,7 +103653,7 @@ } } }, - "security.put_user#200": { + "security.put_user:200": { "description": "", "content": { "application/json": { @@ -103678,7 +103678,7 @@ } } }, - "security.query_api_keys#200": { + "security.query_api_keys:200": { "description": "", "content": { "application/json": { @@ -103734,7 +103734,7 @@ } } }, - "security.query_role#200": { + "security.query_role:200": { "description": "", "content": { "application/json": { @@ -103778,7 +103778,7 @@ } } }, - "security.query_user#200": { + "security.query_user:200": { "description": "", "content": { "application/json": { @@ -103827,7 +103827,7 @@ } } }, - "security.suggest_user_profiles#200": { + "security.suggest_user_profiles:200": { "description": "", "content": { "application/json": { @@ -103864,7 +103864,7 @@ } } }, - "security.update_user_profile_data#200": { + "security.update_user_profile_data:200": { "description": "", "content": { "application/json": { @@ -103880,7 +103880,7 @@ } } }, - "shutdown.get_node#200": { + "shutdown.get_node:200": { "description": "", "content": { "application/json": { @@ -103907,7 +103907,7 @@ } } }, - "simulate.ingest#200": { + "simulate.ingest:200": { "description": "", "content": { "application/json": { @@ -103945,7 +103945,7 @@ } } }, - "slm.get_lifecycle#200": { + "slm.get_lifecycle:200": { "description": "", "content": { "application/json": { @@ -103964,7 +103964,7 @@ } } }, - "snapshot.create#200": { + "snapshot.create:200": { "description": "", "content": { "application/json": { @@ -103989,7 +103989,7 @@ } } }, - "snapshot.create_repository#200": { + "snapshot.create_repository:200": { "description": "", "content": { "application/json": { @@ -103999,7 +103999,7 @@ } } }, - "snapshot.get_repository#200": { + "snapshot.get_repository:200": { "description": "", "content": { "application/json": { @@ -104018,7 +104018,7 @@ } } }, - "snapshot.status#200": { + "snapshot.status:200": { "description": "", "content": { "application/json": { @@ -104045,7 +104045,7 @@ } } }, - "sql.query#200": { + "sql.query:200": { "description": "", "content": { "application/json": { @@ -104089,7 +104089,7 @@ } } }, - "sql.translate#200": { + "sql.translate:200": { "description": "", "content": { "application/json": { @@ -104125,7 +104125,7 @@ } } }, - "tasks.cancel#200": { + "tasks.cancel:200": { "description": "", "content": { "application/json": { @@ -104135,7 +104135,7 @@ } } }, - "terms_enum#200": { + "terms_enum:200": { "description": "", "content": { "application/json": { @@ -104171,7 +104171,7 @@ } } }, - "termvectors#200": { + "termvectors:200": { "description": "", "content": { "application/json": { @@ -104227,7 +104227,7 @@ } } }, - "text_structure.find_message_structure#200": { + "text_structure.find_message_structure:200": { "description": "", "content": { "application/json": { @@ -104310,7 +104310,7 @@ } } }, - "text_structure.test_grok_pattern#200": { + "text_structure.test_grok_pattern:200": { "description": "", "content": { "application/json": { @@ -104337,7 +104337,7 @@ } } }, - "transform.get_transform#200": { + "transform.get_transform:200": { "description": "", "content": { "application/json": { @@ -104368,7 +104368,7 @@ } } }, - "transform.preview_transform#200": { + "transform.preview_transform:200": { "description": "", "content": { "application/json": { @@ -104399,7 +104399,7 @@ } } }, - "watcher.ack_watch#200": { + "watcher.ack_watch:200": { "description": "", "content": { "application/json": { @@ -104423,7 +104423,7 @@ } } }, - "watcher.activate_watch#200": { + "watcher.activate_watch:200": { "description": "", "content": { "application/json": { @@ -104441,7 +104441,7 @@ } } }, - "watcher.deactivate_watch#200": { + "watcher.deactivate_watch:200": { "description": "", "content": { "application/json": { @@ -104459,7 +104459,7 @@ } } }, - "watcher.execute_watch#200": { + "watcher.execute_watch:200": { "description": "", "content": { "application/json": { @@ -104487,7 +104487,7 @@ } } }, - "watcher.put_watch#200": { + "watcher.put_watch:200": { "description": "", "content": { "application/json": { @@ -104521,7 +104521,7 @@ } } }, - "watcher.query_watches#200": { + "watcher.query_watches:200": { "description": "", "content": { "application/json": { @@ -104554,7 +104554,7 @@ } } }, - "watcher.stats#200": { + "watcher.stats:200": { "description": "", "content": { "application/json": { @@ -104606,7 +104606,7 @@ } }, "parameters": { - "async_search.submit#index": { + "async_search.submit:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices", @@ -104617,7 +104617,7 @@ }, "style": "simple" }, - "async_search.submit#wait_for_completion_timeout": { + "async_search.submit:wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Blocks and waits until the search is completed up to a certain timeout.\nWhen the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.", @@ -104627,7 +104627,7 @@ }, "style": "form" }, - "async_search.submit#keep_alive": { + "async_search.submit:keep_alive": { "in": "query", "name": "keep_alive", "description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", @@ -104637,7 +104637,7 @@ }, "style": "form" }, - "async_search.submit#keep_on_completion": { + "async_search.submit:keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.", @@ -104647,7 +104647,7 @@ }, "style": "form" }, - "async_search.submit#allow_no_indices": { + "async_search.submit:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -104657,7 +104657,7 @@ }, "style": "form" }, - "async_search.submit#allow_partial_search_results": { + "async_search.submit:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "Indicate if an error should be returned if there is a partial search failure or timeout", @@ -104667,7 +104667,7 @@ }, "style": "form" }, - "async_search.submit#analyzer": { + "async_search.submit:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string", @@ -104677,7 +104677,7 @@ }, "style": "form" }, - "async_search.submit#analyze_wildcard": { + "async_search.submit:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "Specify whether wildcard and prefix queries should be analyzed (default: false)", @@ -104687,7 +104687,7 @@ }, "style": "form" }, - "async_search.submit#batched_reduce_size": { + "async_search.submit:batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "Affects how often partial results become available, which happens whenever shard results are reduced.\nA partial reduction is performed every time the coordinating node has received a certain number of new shard responses (5 by default).", @@ -104697,7 +104697,7 @@ }, "style": "form" }, - "async_search.submit#ccs_minimize_roundtrips": { + "async_search.submit:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "The default value is the only supported value.", @@ -104707,7 +104707,7 @@ }, "style": "form" }, - "async_search.submit#default_operator": { + "async_search.submit:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query (AND or OR)", @@ -104717,7 +104717,7 @@ }, "style": "form" }, - "async_search.submit#df": { + "async_search.submit:df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string", @@ -104727,7 +104727,7 @@ }, "style": "form" }, - "async_search.submit#docvalue_fields": { + "async_search.submit:docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit", @@ -104737,7 +104737,7 @@ }, "style": "form" }, - "async_search.submit#expand_wildcards": { + "async_search.submit:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -104747,7 +104747,7 @@ }, "style": "form" }, - "async_search.submit#explain": { + "async_search.submit:explain": { "in": "query", "name": "explain", "description": "Specify whether to return detailed information about score computation as part of a hit", @@ -104757,7 +104757,7 @@ }, "style": "form" }, - "async_search.submit#ignore_throttled": { + "async_search.submit:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled", @@ -104767,7 +104767,7 @@ }, "style": "form" }, - "async_search.submit#ignore_unavailable": { + "async_search.submit:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -104777,7 +104777,7 @@ }, "style": "form" }, - "async_search.submit#lenient": { + "async_search.submit:lenient": { "in": "query", "name": "lenient", "description": "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored", @@ -104787,7 +104787,7 @@ }, "style": "form" }, - "async_search.submit#max_concurrent_shard_requests": { + "async_search.submit:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests", @@ -104797,7 +104797,7 @@ }, "style": "form" }, - "async_search.submit#preference": { + "async_search.submit:preference": { "in": "query", "name": "preference", "description": "Specify the node or shard the operation should be performed on (default: random)", @@ -104807,7 +104807,7 @@ }, "style": "form" }, - "async_search.submit#request_cache": { + "async_search.submit:request_cache": { "in": "query", "name": "request_cache", "description": "Specify if request cache should be used for this request or not, defaults to true", @@ -104817,7 +104817,7 @@ }, "style": "form" }, - "async_search.submit#routing": { + "async_search.submit:routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values", @@ -104827,7 +104827,7 @@ }, "style": "form" }, - "async_search.submit#search_type": { + "async_search.submit:search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -104837,7 +104837,7 @@ }, "style": "form" }, - "async_search.submit#stats": { + "async_search.submit:stats": { "in": "query", "name": "stats", "description": "Specific 'tag' of the request for logging and statistical purposes", @@ -104850,7 +104850,7 @@ }, "style": "form" }, - "async_search.submit#stored_fields": { + "async_search.submit:stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit", @@ -104860,7 +104860,7 @@ }, "style": "form" }, - "async_search.submit#suggest_field": { + "async_search.submit:suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", @@ -104870,7 +104870,7 @@ }, "style": "form" }, - "async_search.submit#suggest_mode": { + "async_search.submit:suggest_mode": { "in": "query", "name": "suggest_mode", "description": "Specify suggest mode", @@ -104880,7 +104880,7 @@ }, "style": "form" }, - "async_search.submit#suggest_size": { + "async_search.submit:suggest_size": { "in": "query", "name": "suggest_size", "description": "How many suggestions to return in response", @@ -104890,7 +104890,7 @@ }, "style": "form" }, - "async_search.submit#suggest_text": { + "async_search.submit:suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -104900,7 +104900,7 @@ }, "style": "form" }, - "async_search.submit#terminate_after": { + "async_search.submit:terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.", @@ -104910,7 +104910,7 @@ }, "style": "form" }, - "async_search.submit#timeout": { + "async_search.submit:timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout", @@ -104920,7 +104920,7 @@ }, "style": "form" }, - "async_search.submit#track_total_hits": { + "async_search.submit:track_total_hits": { "in": "query", "name": "track_total_hits", "description": "Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.", @@ -104930,7 +104930,7 @@ }, "style": "form" }, - "async_search.submit#track_scores": { + "async_search.submit:track_scores": { "in": "query", "name": "track_scores", "description": "Whether to calculate and return scores even if they are not used for sorting", @@ -104940,7 +104940,7 @@ }, "style": "form" }, - "async_search.submit#typed_keys": { + "async_search.submit:typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -104950,7 +104950,7 @@ }, "style": "form" }, - "async_search.submit#rest_total_hits_as_int": { + "async_search.submit:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -104960,7 +104960,7 @@ }, "style": "form" }, - "async_search.submit#version": { + "async_search.submit:version": { "in": "query", "name": "version", "description": "Specify whether to return document version as part of a hit", @@ -104970,7 +104970,7 @@ }, "style": "form" }, - "async_search.submit#_source": { + "async_search.submit:_source": { "in": "query", "name": "_source", "description": "True or false to return the _source field or not, or a list of fields to return", @@ -104980,7 +104980,7 @@ }, "style": "form" }, - "async_search.submit#_source_excludes": { + "async_search.submit:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A list of fields to exclude from the returned _source field", @@ -104990,7 +104990,7 @@ }, "style": "form" }, - "async_search.submit#_source_includes": { + "async_search.submit:_source_includes": { "in": "query", "name": "_source_includes", "description": "A list of fields to extract and return from the _source field", @@ -105000,7 +105000,7 @@ }, "style": "form" }, - "async_search.submit#seq_no_primary_term": { + "async_search.submit:seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "Specify whether to return sequence number and primary term of the last modification of each hit", @@ -105010,7 +105010,7 @@ }, "style": "form" }, - "async_search.submit#q": { + "async_search.submit:q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax", @@ -105020,7 +105020,7 @@ }, "style": "form" }, - "async_search.submit#size": { + "async_search.submit:size": { "in": "query", "name": "size", "description": "Number of hits to return (default: 10)", @@ -105030,7 +105030,7 @@ }, "style": "form" }, - "async_search.submit#from": { + "async_search.submit:from": { "in": "query", "name": "from", "description": "Starting offset (default: 0)", @@ -105040,7 +105040,7 @@ }, "style": "form" }, - "async_search.submit#sort": { + "async_search.submit:sort": { "in": "query", "name": "sort", "description": "A comma-separated list of : pairs", @@ -105060,7 +105060,7 @@ }, "style": "form" }, - "bulk#index": { + "bulk:index": { "in": "path", "name": "index", "description": "The name of the data stream, index, or index alias to perform bulk actions on.", @@ -105071,7 +105071,7 @@ }, "style": "simple" }, - "bulk#include_source_on_error": { + "bulk:include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -105081,7 +105081,7 @@ }, "style": "form" }, - "bulk#list_executed_pipelines": { + "bulk:list_executed_pipelines": { "in": "query", "name": "list_executed_pipelines", "description": "If `true`, the response will include the ingest pipelines that were run for each index or create.", @@ -105091,7 +105091,7 @@ }, "style": "form" }, - "bulk#pipeline": { + "bulk:pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline identifier to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -105101,7 +105101,7 @@ }, "style": "form" }, - "bulk#refresh": { + "bulk:refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, wait for a refresh to make this operation visible to search.\nIf `false`, do nothing with refreshes.\nValid values: `true`, `false`, `wait_for`.", @@ -105111,7 +105111,7 @@ }, "style": "form" }, - "bulk#routing": { + "bulk:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -105121,7 +105121,7 @@ }, "style": "form" }, - "bulk#_source": { + "bulk:_source": { "in": "query", "name": "_source", "description": "Indicates whether to return the `_source` field (`true` or `false`) or contains a list of fields to return.", @@ -105131,7 +105131,7 @@ }, "style": "form" }, - "bulk#_source_excludes": { + "bulk:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -105141,7 +105141,7 @@ }, "style": "form" }, - "bulk#_source_includes": { + "bulk:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -105151,7 +105151,7 @@ }, "style": "form" }, - "bulk#timeout": { + "bulk:timeout": { "in": "query", "name": "timeout", "description": "The period each action waits for the following operations: automatic index creation, dynamic mapping updates, and waiting for active shards.\nThe default is `1m` (one minute), which guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", @@ -105161,7 +105161,7 @@ }, "style": "form" }, - "bulk#wait_for_active_shards": { + "bulk:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default is `1`, which waits for each primary shard to be active.", @@ -105171,7 +105171,7 @@ }, "style": "form" }, - "bulk#require_alias": { + "bulk:require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the request's actions must target an index alias.", @@ -105181,7 +105181,7 @@ }, "style": "form" }, - "bulk#require_data_stream": { + "bulk:require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -105191,7 +105191,7 @@ }, "style": "form" }, - "cat.aliases#name": { + "cat.aliases:name": { "in": "path", "name": "name", "description": "A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.", @@ -105202,7 +105202,7 @@ }, "style": "simple" }, - "cat.aliases#h": { + "cat.aliases:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105212,7 +105212,7 @@ }, "style": "form" }, - "cat.aliases#s": { + "cat.aliases:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105222,7 +105222,7 @@ }, "style": "form" }, - "cat.aliases#expand_wildcards": { + "cat.aliases:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", @@ -105232,7 +105232,7 @@ }, "style": "form" }, - "cat.aliases#master_timeout": { + "cat.aliases:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicated that the request should never timeout, you can set it to `-1`.", @@ -105242,7 +105242,7 @@ }, "style": "form" }, - "cat.allocation#node_id": { + "cat.allocation:node_id": { "in": "path", "name": "node_id", "description": "A comma-separated list of node identifiers or names used to limit the returned information.", @@ -105253,7 +105253,7 @@ }, "style": "simple" }, - "cat.allocation#bytes": { + "cat.allocation:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105263,7 +105263,7 @@ }, "style": "form" }, - "cat.allocation#h": { + "cat.allocation:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105273,7 +105273,7 @@ }, "style": "form" }, - "cat.allocation#s": { + "cat.allocation:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105283,7 +105283,7 @@ }, "style": "form" }, - "cat.allocation#local": { + "cat.allocation:local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105293,7 +105293,7 @@ }, "style": "form" }, - "cat.allocation#master_timeout": { + "cat.allocation:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -105303,7 +105303,7 @@ }, "style": "form" }, - "cat.component_templates#name": { + "cat.component_templates:name": { "in": "path", "name": "name", "description": "The name of the component template.\nIt accepts wildcard expressions.\nIf it is omitted, all component templates are returned.", @@ -105314,7 +105314,7 @@ }, "style": "simple" }, - "cat.component_templates#h": { + "cat.component_templates:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105324,7 +105324,7 @@ }, "style": "form" }, - "cat.component_templates#s": { + "cat.component_templates:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105334,7 +105334,7 @@ }, "style": "form" }, - "cat.component_templates#local": { + "cat.component_templates:local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105344,7 +105344,7 @@ }, "style": "form" }, - "cat.component_templates#master_timeout": { + "cat.component_templates:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", @@ -105354,7 +105354,7 @@ }, "style": "form" }, - "cat.count#index": { + "cat.count:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nIt supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -105365,7 +105365,7 @@ }, "style": "simple" }, - "cat.count#h": { + "cat.count:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105375,7 +105375,7 @@ }, "style": "form" }, - "cat.count#s": { + "cat.count:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105385,7 +105385,7 @@ }, "style": "form" }, - "cat.fielddata#fields": { + "cat.fielddata:fields": { "in": "path", "name": "fields", "description": "Comma-separated list of fields used to limit returned information.\nTo retrieve all fields, omit this parameter.", @@ -105396,7 +105396,7 @@ }, "style": "simple" }, - "cat.fielddata#bytes": { + "cat.fielddata:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105406,7 +105406,7 @@ }, "style": "form" }, - "cat.fielddata#fields_": { + "cat.fielddata:fields_": { "in": "query", "name": "fields", "description": "Comma-separated list of fields used to limit returned information.", @@ -105416,7 +105416,7 @@ }, "style": "form" }, - "cat.fielddata#h": { + "cat.fielddata:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105426,7 +105426,7 @@ }, "style": "form" }, - "cat.fielddata#s": { + "cat.fielddata:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105436,7 +105436,7 @@ }, "style": "form" }, - "cat.indices#index": { + "cat.indices:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -105447,7 +105447,7 @@ }, "style": "simple" }, - "cat.indices#bytes": { + "cat.indices:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105457,7 +105457,7 @@ }, "style": "form" }, - "cat.indices#expand_wildcards": { + "cat.indices:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.", @@ -105467,7 +105467,7 @@ }, "style": "form" }, - "cat.indices#health": { + "cat.indices:health": { "in": "query", "name": "health", "description": "The health status used to limit returned indices. By default, the response includes indices of any health status.", @@ -105477,7 +105477,7 @@ }, "style": "form" }, - "cat.indices#include_unloaded_segments": { + "cat.indices:include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -105487,7 +105487,7 @@ }, "style": "form" }, - "cat.indices#pri": { + "cat.indices:pri": { "in": "query", "name": "pri", "description": "If true, the response only includes information from primary shards.", @@ -105497,7 +105497,7 @@ }, "style": "form" }, - "cat.indices#time": { + "cat.indices:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -105507,7 +105507,7 @@ }, "style": "form" }, - "cat.indices#master_timeout": { + "cat.indices:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -105517,7 +105517,7 @@ }, "style": "form" }, - "cat.indices#h": { + "cat.indices:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105527,7 +105527,7 @@ }, "style": "form" }, - "cat.indices#s": { + "cat.indices:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105537,7 +105537,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#id": { + "cat.ml_data_frame_analytics:id": { "in": "path", "name": "id", "description": "The ID of the data frame analytics to fetch", @@ -105548,7 +105548,7 @@ }, "style": "simple" }, - "cat.ml_data_frame_analytics#allow_no_match": { + "cat.ml_data_frame_analytics:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)", @@ -105558,7 +105558,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#bytes": { + "cat.ml_data_frame_analytics:bytes": { "in": "query", "name": "bytes", "description": "The unit in which to display byte values", @@ -105568,7 +105568,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#h": { + "cat.ml_data_frame_analytics:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -105578,7 +105578,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#s": { + "cat.ml_data_frame_analytics:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the\nresponse.", @@ -105588,7 +105588,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#time": { + "cat.ml_data_frame_analytics:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -105598,7 +105598,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#datafeed_id": { + "cat.ml_datafeeds:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed.", @@ -105609,7 +105609,7 @@ }, "style": "simple" }, - "cat.ml_datafeeds#allow_no_match": { + "cat.ml_datafeeds:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no datafeeds that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty datafeeds array when there are no matches and the subset of results when\nthere are partial matches. If `false`, the API returns a 404 status code when there are no matches or only\npartial matches.", @@ -105619,7 +105619,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#h": { + "cat.ml_datafeeds:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -105629,7 +105629,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#s": { + "cat.ml_datafeeds:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", @@ -105639,7 +105639,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#time": { + "cat.ml_datafeeds:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -105649,7 +105649,7 @@ }, "style": "form" }, - "cat.ml_jobs#job_id": { + "cat.ml_jobs:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -105660,7 +105660,7 @@ }, "style": "simple" }, - "cat.ml_jobs#allow_no_match": { + "cat.ml_jobs:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no jobs that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty jobs array when there are no matches and the subset of results when there\nare partial matches. If `false`, the API returns a 404 status code when there are no matches or only partial\nmatches.", @@ -105670,7 +105670,7 @@ }, "style": "form" }, - "cat.ml_jobs#bytes": { + "cat.ml_jobs:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105680,7 +105680,7 @@ }, "style": "form" }, - "cat.ml_jobs#h": { + "cat.ml_jobs:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -105690,7 +105690,7 @@ }, "style": "form" }, - "cat.ml_jobs#s": { + "cat.ml_jobs:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", @@ -105700,7 +105700,7 @@ }, "style": "form" }, - "cat.ml_jobs#time": { + "cat.ml_jobs:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -105710,7 +105710,7 @@ }, "style": "form" }, - "cat.ml_trained_models#model_id": { + "cat.ml_trained_models:model_id": { "in": "path", "name": "model_id", "description": "A unique identifier for the trained model.", @@ -105721,7 +105721,7 @@ }, "style": "simple" }, - "cat.ml_trained_models#allow_no_match": { + "cat.ml_trained_models:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no models that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, the API returns an empty array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the API returns a 404 status code when there are no matches or only partial matches.", @@ -105731,7 +105731,7 @@ }, "style": "form" }, - "cat.ml_trained_models#bytes": { + "cat.ml_trained_models:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105741,7 +105741,7 @@ }, "style": "form" }, - "cat.ml_trained_models#h": { + "cat.ml_trained_models:h": { "in": "query", "name": "h", "description": "A comma-separated list of column names to display.", @@ -105751,7 +105751,7 @@ }, "style": "form" }, - "cat.ml_trained_models#s": { + "cat.ml_trained_models:s": { "in": "query", "name": "s", "description": "A comma-separated list of column names or aliases used to sort the response.", @@ -105761,7 +105761,7 @@ }, "style": "form" }, - "cat.ml_trained_models#from": { + "cat.ml_trained_models:from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -105771,7 +105771,7 @@ }, "style": "form" }, - "cat.ml_trained_models#size": { + "cat.ml_trained_models:size": { "in": "query", "name": "size", "description": "The maximum number of transforms to display.", @@ -105781,7 +105781,7 @@ }, "style": "form" }, - "cat.ml_trained_models#time": { + "cat.ml_trained_models:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -105791,7 +105791,7 @@ }, "style": "form" }, - "cat.recovery#index": { + "cat.recovery:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -105802,7 +105802,7 @@ }, "style": "simple" }, - "cat.recovery#active_only": { + "cat.recovery:active_only": { "in": "query", "name": "active_only", "description": "If `true`, the response only includes ongoing shard recoveries.", @@ -105812,7 +105812,7 @@ }, "style": "form" }, - "cat.recovery#bytes": { + "cat.recovery:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105822,7 +105822,7 @@ }, "style": "form" }, - "cat.recovery#detailed": { + "cat.recovery:detailed": { "in": "query", "name": "detailed", "description": "If `true`, the response includes detailed information about shard recoveries.", @@ -105832,7 +105832,7 @@ }, "style": "form" }, - "cat.recovery#index_": { + "cat.recovery:index_": { "in": "query", "name": "index", "description": "Comma-separated list or wildcard expression of index names to limit the returned information", @@ -105842,7 +105842,7 @@ }, "style": "form" }, - "cat.recovery#h": { + "cat.recovery:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105852,7 +105852,7 @@ }, "style": "form" }, - "cat.recovery#s": { + "cat.recovery:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105862,7 +105862,7 @@ }, "style": "form" }, - "cat.recovery#time": { + "cat.recovery:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -105872,7 +105872,7 @@ }, "style": "form" }, - "cat.segments#index": { + "cat.segments:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -105883,7 +105883,7 @@ }, "style": "simple" }, - "cat.segments#bytes": { + "cat.segments:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105893,7 +105893,7 @@ }, "style": "form" }, - "cat.segments#h": { + "cat.segments:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105903,7 +105903,7 @@ }, "style": "form" }, - "cat.segments#s": { + "cat.segments:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105913,7 +105913,7 @@ }, "style": "form" }, - "cat.segments#local": { + "cat.segments:local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105923,7 +105923,7 @@ }, "style": "form" }, - "cat.segments#master_timeout": { + "cat.segments:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -105933,7 +105933,7 @@ }, "style": "form" }, - "cat.shards#index": { + "cat.shards:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -105944,7 +105944,7 @@ }, "style": "simple" }, - "cat.shards#bytes": { + "cat.shards:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -105954,7 +105954,7 @@ }, "style": "form" }, - "cat.shards#h": { + "cat.shards:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -105964,7 +105964,7 @@ }, "style": "form" }, - "cat.shards#s": { + "cat.shards:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -105974,7 +105974,7 @@ }, "style": "form" }, - "cat.shards#master_timeout": { + "cat.shards:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -105984,7 +105984,7 @@ }, "style": "form" }, - "cat.shards#time": { + "cat.shards:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -105994,7 +105994,7 @@ }, "style": "form" }, - "cat.snapshots#repository": { + "cat.snapshots:repository": { "in": "path", "name": "repository", "description": "A comma-separated list of snapshot repositories used to limit the request.\nAccepts wildcard expressions.\n`_all` returns all repositories.\nIf any repository fails during the request, Elasticsearch returns an error.", @@ -106005,7 +106005,7 @@ }, "style": "simple" }, - "cat.snapshots#ignore_unavailable": { + "cat.snapshots:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, the response does not include information from unavailable snapshots.", @@ -106015,7 +106015,7 @@ }, "style": "form" }, - "cat.snapshots#h": { + "cat.snapshots:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -106025,7 +106025,7 @@ }, "style": "form" }, - "cat.snapshots#s": { + "cat.snapshots:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -106035,7 +106035,7 @@ }, "style": "form" }, - "cat.snapshots#master_timeout": { + "cat.snapshots:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -106045,7 +106045,7 @@ }, "style": "form" }, - "cat.snapshots#time": { + "cat.snapshots:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -106055,7 +106055,7 @@ }, "style": "form" }, - "cat.templates#name": { + "cat.templates:name": { "in": "path", "name": "name", "description": "The name of the template to return.\nAccepts wildcard expressions. If omitted, all templates are returned.", @@ -106066,7 +106066,7 @@ }, "style": "simple" }, - "cat.templates#h": { + "cat.templates:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -106076,7 +106076,7 @@ }, "style": "form" }, - "cat.templates#s": { + "cat.templates:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -106086,7 +106086,7 @@ }, "style": "form" }, - "cat.templates#local": { + "cat.templates:local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -106096,7 +106096,7 @@ }, "style": "form" }, - "cat.templates#master_timeout": { + "cat.templates:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -106106,7 +106106,7 @@ }, "style": "form" }, - "cat.thread_pool#thread_pool_patterns": { + "cat.thread_pool:thread_pool_patterns": { "in": "path", "name": "thread_pool_patterns", "description": "A comma-separated list of thread pool names used to limit the request.\nAccepts wildcard expressions.", @@ -106117,7 +106117,7 @@ }, "style": "simple" }, - "cat.thread_pool#h": { + "cat.thread_pool:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -106127,7 +106127,7 @@ }, "style": "form" }, - "cat.thread_pool#s": { + "cat.thread_pool:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -106137,7 +106137,7 @@ }, "style": "form" }, - "cat.thread_pool#time": { + "cat.thread_pool:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -106147,7 +106147,7 @@ }, "style": "form" }, - "cat.thread_pool#local": { + "cat.thread_pool:local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -106157,7 +106157,7 @@ }, "style": "form" }, - "cat.thread_pool#master_timeout": { + "cat.thread_pool:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -106167,7 +106167,7 @@ }, "style": "form" }, - "cat.transforms#transform_id": { + "cat.transforms:transform_id": { "in": "path", "name": "transform_id", "description": "A transform identifier or a wildcard expression.\nIf you do not specify one of these options, the API returns information for all transforms.", @@ -106178,7 +106178,7 @@ }, "style": "simple" }, - "cat.transforms#allow_no_match": { + "cat.transforms:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the request returns a 404 status code when there are no matches or only partial matches.", @@ -106188,7 +106188,7 @@ }, "style": "form" }, - "cat.transforms#from": { + "cat.transforms:from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -106198,7 +106198,7 @@ }, "style": "form" }, - "cat.transforms#h": { + "cat.transforms:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -106208,7 +106208,7 @@ }, "style": "form" }, - "cat.transforms#s": { + "cat.transforms:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", @@ -106218,7 +106218,7 @@ }, "style": "form" }, - "cat.transforms#time": { + "cat.transforms:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -106228,7 +106228,7 @@ }, "style": "form" }, - "cat.transforms#size": { + "cat.transforms:size": { "in": "query", "name": "size", "description": "The maximum number of transforms to obtain.", @@ -106238,7 +106238,7 @@ }, "style": "form" }, - "ccr.get_auto_follow_pattern#name": { + "ccr.get_auto_follow_pattern:name": { "in": "path", "name": "name", "description": "The auto-follow pattern collection that you want to retrieve.\nIf you do not specify a name, the API returns information for all collections.", @@ -106249,7 +106249,7 @@ }, "style": "simple" }, - "ccr.get_auto_follow_pattern#master_timeout": { + "ccr.get_auto_follow_pattern:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", @@ -106259,7 +106259,7 @@ }, "style": "form" }, - "clear_scroll#scroll_id": { + "clear_scroll:scroll_id": { "in": "path", "name": "scroll_id", "description": "A comma-separated list of scroll IDs to clear.\nTo clear all scroll IDs, use `_all`.\nIMPORTANT: Scroll IDs can be long. It is recommended to specify scroll IDs in the request body parameter.", @@ -106270,7 +106270,7 @@ }, "style": "simple" }, - "cluster.allocation_explain#include_disk_info": { + "cluster.allocation_explain:include_disk_info": { "in": "query", "name": "include_disk_info", "description": "If true, returns information about disk usage and shard sizes.", @@ -106280,7 +106280,7 @@ }, "style": "form" }, - "cluster.allocation_explain#include_yes_decisions": { + "cluster.allocation_explain:include_yes_decisions": { "in": "query", "name": "include_yes_decisions", "description": "If true, returns YES decisions in explanation.", @@ -106290,7 +106290,7 @@ }, "style": "form" }, - "cluster.allocation_explain#master_timeout": { + "cluster.allocation_explain:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -106300,7 +106300,7 @@ }, "style": "form" }, - "cluster.get_component_template#name": { + "cluster.get_component_template:name": { "in": "path", "name": "name", "description": "Comma-separated list of component template names used to limit the request.\nWildcard (`*`) expressions are supported.", @@ -106311,7 +106311,7 @@ }, "style": "simple" }, - "cluster.get_component_template#flat_settings": { + "cluster.get_component_template:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -106321,7 +106321,7 @@ }, "style": "form" }, - "cluster.get_component_template#include_defaults": { + "cluster.get_component_template:include_defaults": { "in": "query", "name": "include_defaults", "description": "Return all default configurations for the component template (default: false)", @@ -106331,7 +106331,7 @@ }, "style": "form" }, - "cluster.get_component_template#local": { + "cluster.get_component_template:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.\nIf `false`, information is retrieved from the master node.", @@ -106341,7 +106341,7 @@ }, "style": "form" }, - "cluster.get_component_template#master_timeout": { + "cluster.get_component_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -106351,7 +106351,7 @@ }, "style": "form" }, - "cluster.health#index": { + "cluster.health:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (`*`) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or `*`.", @@ -106362,7 +106362,7 @@ }, "style": "simple" }, - "cluster.health#expand_wildcards": { + "cluster.health:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -106372,7 +106372,7 @@ }, "style": "form" }, - "cluster.health#level": { + "cluster.health:level": { "in": "query", "name": "level", "description": "Can be one of cluster, indices or shards. Controls the details level of the health information returned.", @@ -106382,7 +106382,7 @@ }, "style": "form" }, - "cluster.health#local": { + "cluster.health:local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -106392,7 +106392,7 @@ }, "style": "form" }, - "cluster.health#master_timeout": { + "cluster.health:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -106402,7 +106402,7 @@ }, "style": "form" }, - "cluster.health#timeout": { + "cluster.health:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", @@ -106412,7 +106412,7 @@ }, "style": "form" }, - "cluster.health#wait_for_active_shards": { + "cluster.health:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "A number controlling to how many active shards to wait for, all to wait for all shards in the cluster to be active, or 0 to not wait.", @@ -106422,7 +106422,7 @@ }, "style": "form" }, - "cluster.health#wait_for_events": { + "cluster.health:wait_for_events": { "in": "query", "name": "wait_for_events", "description": "Can be one of immediate, urgent, high, normal, low, languid. Wait until all currently queued events with the given priority are processed.", @@ -106432,7 +106432,7 @@ }, "style": "form" }, - "cluster.health#wait_for_nodes": { + "cluster.health:wait_for_nodes": { "in": "query", "name": "wait_for_nodes", "description": "The request waits until the specified number N of nodes is available. It also accepts >=N, <=N, >N and yellow > red. By default, will not wait for any status.", @@ -106479,7 +106479,7 @@ }, "style": "form" }, - "cluster.put_component_template#name": { + "cluster.put_component_template:name": { "in": "path", "name": "name", "description": "Name of the component template to create.\nElasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.\nElastic Agent uses these templates to configure backing indices for its data streams.\nIf you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.\nIf you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.", @@ -106490,7 +106490,7 @@ }, "style": "simple" }, - "cluster.put_component_template#create": { + "cluster.put_component_template:create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing component templates.", @@ -106500,7 +106500,7 @@ }, "style": "form" }, - "cluster.put_component_template#master_timeout": { + "cluster.put_component_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -106510,7 +106510,7 @@ }, "style": "form" }, - "cluster.state#metric": { + "cluster.state:metric": { "in": "path", "name": "metric", "description": "Limit the information returned to the specified metrics", @@ -106521,7 +106521,7 @@ }, "style": "simple" }, - "cluster.state#index": { + "cluster.state:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", @@ -106532,7 +106532,7 @@ }, "style": "simple" }, - "cluster.state#allow_no_indices": { + "cluster.state:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -106542,7 +106542,7 @@ }, "style": "form" }, - "cluster.state#expand_wildcards": { + "cluster.state:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -106552,7 +106552,7 @@ }, "style": "form" }, - "cluster.state#flat_settings": { + "cluster.state:flat_settings": { "in": "query", "name": "flat_settings", "description": "Return settings in flat format (default: false)", @@ -106562,7 +106562,7 @@ }, "style": "form" }, - "cluster.state#ignore_unavailable": { + "cluster.state:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -106572,7 +106572,7 @@ }, "style": "form" }, - "cluster.state#local": { + "cluster.state:local": { "in": "query", "name": "local", "description": "Return local information, do not retrieve the state from master node (default: false)", @@ -106582,7 +106582,7 @@ }, "style": "form" }, - "cluster.state#master_timeout": { + "cluster.state:master_timeout": { "in": "query", "name": "master_timeout", "description": "Specify timeout for connection to master", @@ -106592,7 +106592,7 @@ }, "style": "form" }, - "cluster.state#wait_for_metadata_version": { + "cluster.state:wait_for_metadata_version": { "in": "query", "name": "wait_for_metadata_version", "description": "Wait for the metadata version to be equal or greater than the specified metadata version", @@ -106602,7 +106602,7 @@ }, "style": "form" }, - "cluster.state#wait_for_timeout": { + "cluster.state:wait_for_timeout": { "in": "query", "name": "wait_for_timeout", "description": "The maximum time to wait for wait_for_metadata_version before timing out", @@ -106612,7 +106612,7 @@ }, "style": "form" }, - "cluster.stats#node_id": { + "cluster.stats:node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node filters used to limit returned information. Defaults to all nodes in the cluster.", @@ -106623,7 +106623,7 @@ }, "style": "simple" }, - "cluster.stats#include_remotes": { + "cluster.stats:include_remotes": { "in": "query", "name": "include_remotes", "description": "Include remote cluster data into the response", @@ -106633,7 +106633,7 @@ }, "style": "form" }, - "cluster.stats#timeout": { + "cluster.stats:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for each node to respond.\nIf a node does not respond before its timeout expires, the response does not include its stats.\nHowever, timed out nodes are included in the response’s `_nodes.failed` property. Defaults to no timeout.", @@ -106643,7 +106643,7 @@ }, "style": "form" }, - "connector.put#connector_id": { + "connector.put:connector_id": { "in": "path", "name": "connector_id", "description": "The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.", @@ -106654,7 +106654,7 @@ }, "style": "simple" }, - "count#index": { + "count:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -106665,7 +106665,7 @@ }, "style": "simple" }, - "count#allow_no_indices": { + "count:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -106675,7 +106675,7 @@ }, "style": "form" }, - "count#analyzer": { + "count:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106685,7 +106685,7 @@ }, "style": "form" }, - "count#analyze_wildcard": { + "count:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106695,7 +106695,7 @@ }, "style": "form" }, - "count#default_operator": { + "count:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106705,7 +106705,7 @@ }, "style": "form" }, - "count#df": { + "count:df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106715,7 +106715,7 @@ }, "style": "form" }, - "count#expand_wildcards": { + "count:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", @@ -106725,7 +106725,7 @@ }, "style": "form" }, - "count#ignore_throttled": { + "count:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded, or aliased indices are ignored when frozen.", @@ -106735,7 +106735,7 @@ }, "style": "form" }, - "count#ignore_unavailable": { + "count:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -106745,7 +106745,7 @@ }, "style": "form" }, - "count#lenient": { + "count:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106755,7 +106755,7 @@ }, "style": "form" }, - "count#min_score": { + "count:min_score": { "in": "query", "name": "min_score", "description": "The minimum `_score` value that documents must have to be included in the result.", @@ -106765,7 +106765,7 @@ }, "style": "form" }, - "count#preference": { + "count:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nBy default, it is random.", @@ -106775,7 +106775,7 @@ }, "style": "form" }, - "count#routing": { + "count:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -106785,7 +106785,7 @@ }, "style": "form" }, - "count#terminate_after": { + "count:terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.", @@ -106795,7 +106795,7 @@ }, "style": "form" }, - "count#q": { + "count:q": { "in": "query", "name": "q", "description": "The query in Lucene query string syntax. This parameter cannot be used with a request body.", @@ -106805,7 +106805,7 @@ }, "style": "form" }, - "create#id": { + "create:id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format.", @@ -106816,7 +106816,7 @@ }, "style": "simple" }, - "create#index": { + "create:index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn’t match a data stream template, this request creates the index.", @@ -106827,7 +106827,7 @@ }, "style": "simple" }, - "create#if_primary_term": { + "create:if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -106837,7 +106837,7 @@ }, "style": "form" }, - "create#if_seq_no": { + "create:if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", @@ -106847,7 +106847,7 @@ }, "style": "form" }, - "create#include_source_on_error": { + "create:include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -106857,7 +106857,7 @@ }, "style": "form" }, - "create#op_type": { + "create:op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", @@ -106867,7 +106867,7 @@ }, "style": "form" }, - "create#pipeline": { + "create:pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -106877,7 +106877,7 @@ }, "style": "form" }, - "create#refresh": { + "create:refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", @@ -106887,7 +106887,7 @@ }, "style": "form" }, - "create#require_alias": { + "create:require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -106897,7 +106897,7 @@ }, "style": "form" }, - "create#require_data_stream": { + "create:require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -106907,7 +106907,7 @@ }, "style": "form" }, - "create#routing": { + "create:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -106917,7 +106917,7 @@ }, "style": "form" }, - "create#timeout": { + "create:timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\nElasticsearch waits for at least the specified timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", @@ -106927,7 +106927,7 @@ }, "style": "form" }, - "create#version": { + "create:version": { "in": "query", "name": "version", "description": "The explicit version number for concurrency control.\nIt must be a non-negative long number.", @@ -106937,7 +106937,7 @@ }, "style": "form" }, - "create#version_type": { + "create:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -106947,7 +106947,7 @@ }, "style": "form" }, - "create#wait_for_active_shards": { + "create:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", @@ -106957,7 +106957,7 @@ }, "style": "form" }, - "enrich.get_policy#name": { + "enrich.get_policy:name": { "in": "path", "name": "name", "description": "Comma-separated list of enrich policy names used to limit the request.\nTo return information for all enrich policies, omit this parameter.", @@ -106968,7 +106968,7 @@ }, "style": "simple" }, - "enrich.get_policy#master_timeout": { + "enrich.get_policy:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -106978,7 +106978,7 @@ }, "style": "form" }, - "eql.search#index": { + "eql.search:index": { "in": "path", "name": "index", "description": "The name of the index to scope the operation", @@ -106989,7 +106989,7 @@ }, "style": "simple" }, - "eql.search#allow_no_indices": { + "eql.search:allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -106998,7 +106998,7 @@ }, "style": "form" }, - "eql.search#allow_partial_search_results": { + "eql.search:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.", @@ -107008,7 +107008,7 @@ }, "style": "form" }, - "eql.search#allow_partial_sequence_results": { + "eql.search:allow_partial_sequence_results": { "in": "query", "name": "allow_partial_sequence_results", "description": "If true, sequence queries will return partial results in case of shard failures. If false, they will return no results at all.\nThis flag has effect only if allow_partial_search_results is true.", @@ -107018,7 +107018,7 @@ }, "style": "form" }, - "eql.search#expand_wildcards": { + "eql.search:expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, @@ -107027,7 +107027,7 @@ }, "style": "form" }, - "eql.search#ignore_unavailable": { + "eql.search:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -107037,7 +107037,7 @@ }, "style": "form" }, - "eql.search#keep_alive": { + "eql.search:keep_alive": { "in": "query", "name": "keep_alive", "description": "Period for which the search and its results are stored on the cluster.", @@ -107047,7 +107047,7 @@ }, "style": "form" }, - "eql.search#keep_on_completion": { + "eql.search:keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If true, the search and its results are stored on the cluster.", @@ -107057,7 +107057,7 @@ }, "style": "form" }, - "eql.search#wait_for_completion_timeout": { + "eql.search:wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.", @@ -107067,7 +107067,7 @@ }, "style": "form" }, - "explain#id": { + "explain:id": { "in": "path", "name": "id", "description": "The document identifier.", @@ -107078,7 +107078,7 @@ }, "style": "simple" }, - "explain#index": { + "explain:index": { "in": "path", "name": "index", "description": "Index names that are used to limit the request.\nOnly a single index name can be provided to this parameter.", @@ -107089,7 +107089,7 @@ }, "style": "simple" }, - "explain#analyzer": { + "explain:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107099,7 +107099,7 @@ }, "style": "form" }, - "explain#analyze_wildcard": { + "explain:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107109,7 +107109,7 @@ }, "style": "form" }, - "explain#default_operator": { + "explain:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107119,7 +107119,7 @@ }, "style": "form" }, - "explain#df": { + "explain:df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107129,7 +107129,7 @@ }, "style": "form" }, - "explain#lenient": { + "explain:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107139,7 +107139,7 @@ }, "style": "form" }, - "explain#preference": { + "explain:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -107149,7 +107149,7 @@ }, "style": "form" }, - "explain#routing": { + "explain:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -107159,7 +107159,7 @@ }, "style": "form" }, - "explain#_source": { + "explain:_source": { "in": "query", "name": "_source", "description": "`True` or `false` to return the `_source` field or not or a list of fields to return.", @@ -107169,7 +107169,7 @@ }, "style": "form" }, - "explain#_source_excludes": { + "explain:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -107179,7 +107179,7 @@ }, "style": "form" }, - "explain#_source_includes": { + "explain:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -107189,7 +107189,7 @@ }, "style": "form" }, - "explain#stored_fields": { + "explain:stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return in the response.", @@ -107199,7 +107199,7 @@ }, "style": "form" }, - "explain#q": { + "explain:q": { "in": "query", "name": "q", "description": "The query in the Lucene query string syntax.", @@ -107209,7 +107209,7 @@ }, "style": "form" }, - "field_caps#index": { + "field_caps:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.", @@ -107220,7 +107220,7 @@ }, "style": "simple" }, - "field_caps#allow_no_indices": { + "field_caps:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias,\nor `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with foo but no index starts with bar.", @@ -107230,7 +107230,7 @@ }, "style": "form" }, - "field_caps#expand_wildcards": { + "field_caps:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`.", @@ -107240,7 +107240,7 @@ }, "style": "form" }, - "field_caps#fields": { + "field_caps:fields": { "in": "query", "name": "fields", "description": "A comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.", @@ -107250,7 +107250,7 @@ }, "style": "form" }, - "field_caps#ignore_unavailable": { + "field_caps:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -107260,7 +107260,7 @@ }, "style": "form" }, - "field_caps#include_unmapped": { + "field_caps:include_unmapped": { "in": "query", "name": "include_unmapped", "description": "If true, unmapped fields are included in the response.", @@ -107270,7 +107270,7 @@ }, "style": "form" }, - "field_caps#filters": { + "field_caps:filters": { "in": "query", "name": "filters", "description": "A comma-separated list of filters to apply to the response.", @@ -107280,7 +107280,7 @@ }, "style": "form" }, - "field_caps#types": { + "field_caps:types": { "in": "query", "name": "types", "description": "A comma-separated list of field types to include.\nAny fields that do not match one of these types will be excluded from the results.\nIt defaults to empty, meaning that all field types are returned.", @@ -107293,7 +107293,7 @@ }, "style": "form" }, - "field_caps#include_empty_fields": { + "field_caps:include_empty_fields": { "in": "query", "name": "include_empty_fields", "description": "If false, empty fields are not included in the response.", @@ -107303,7 +107303,7 @@ }, "style": "form" }, - "fleet.msearch#index": { + "fleet.msearch:index": { "in": "path", "name": "index", "description": "A single target to search. If the target is an index alias, it must resolve to a single index.", @@ -107321,7 +107321,7 @@ }, "style": "simple" }, - "fleet.msearch#allow_no_indices": { + "fleet.msearch:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -107331,7 +107331,7 @@ }, "style": "form" }, - "fleet.msearch#ccs_minimize_roundtrips": { + "fleet.msearch:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -107341,7 +107341,7 @@ }, "style": "form" }, - "fleet.msearch#expand_wildcards": { + "fleet.msearch:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", @@ -107351,7 +107351,7 @@ }, "style": "form" }, - "fleet.msearch#ignore_throttled": { + "fleet.msearch:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -107361,7 +107361,7 @@ }, "style": "form" }, - "fleet.msearch#ignore_unavailable": { + "fleet.msearch:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -107371,7 +107371,7 @@ }, "style": "form" }, - "fleet.msearch#max_concurrent_searches": { + "fleet.msearch:max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.", @@ -107381,7 +107381,7 @@ }, "style": "form" }, - "fleet.msearch#max_concurrent_shard_requests": { + "fleet.msearch:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -107391,7 +107391,7 @@ }, "style": "form" }, - "fleet.msearch#pre_filter_shard_size": { + "fleet.msearch:pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -107401,7 +107401,7 @@ }, "style": "form" }, - "fleet.msearch#search_type": { + "fleet.msearch:search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", @@ -107411,7 +107411,7 @@ }, "style": "form" }, - "fleet.msearch#rest_total_hits_as_int": { + "fleet.msearch:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -107421,7 +107421,7 @@ }, "style": "form" }, - "fleet.msearch#typed_keys": { + "fleet.msearch:typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -107431,7 +107431,7 @@ }, "style": "form" }, - "fleet.msearch#wait_for_checkpoints": { + "fleet.msearch:wait_for_checkpoints": { "in": "query", "name": "wait_for_checkpoints", "description": "A comma separated list of checkpoints. When configured, the search API will only be executed on a shard\nafter the relevant checkpoint has become visible for search. Defaults to an empty list which will cause\nElasticsearch to immediately execute the search.", @@ -107444,7 +107444,7 @@ }, "style": "form" }, - "fleet.msearch#allow_partial_search_results": { + "fleet.msearch:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns\nan error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`\nwhich is true by default.", @@ -107454,7 +107454,7 @@ }, "style": "form" }, - "fleet.search#index": { + "fleet.search:index": { "in": "path", "name": "index", "description": "A single target to search. If the target is an index alias, it must resolve to a single index.", @@ -107472,7 +107472,7 @@ }, "style": "simple" }, - "fleet.search#allow_no_indices": { + "fleet.search:allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -107481,7 +107481,7 @@ }, "style": "form" }, - "fleet.search#analyzer": { + "fleet.search:analyzer": { "in": "query", "name": "analyzer", "deprecated": false, @@ -107490,7 +107490,7 @@ }, "style": "form" }, - "fleet.search#analyze_wildcard": { + "fleet.search:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "deprecated": false, @@ -107499,7 +107499,7 @@ }, "style": "form" }, - "fleet.search#batched_reduce_size": { + "fleet.search:batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "deprecated": false, @@ -107508,7 +107508,7 @@ }, "style": "form" }, - "fleet.search#ccs_minimize_roundtrips": { + "fleet.search:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "deprecated": false, @@ -107517,7 +107517,7 @@ }, "style": "form" }, - "fleet.search#default_operator": { + "fleet.search:default_operator": { "in": "query", "name": "default_operator", "deprecated": false, @@ -107526,7 +107526,7 @@ }, "style": "form" }, - "fleet.search#df": { + "fleet.search:df": { "in": "query", "name": "df", "deprecated": false, @@ -107535,7 +107535,7 @@ }, "style": "form" }, - "fleet.search#docvalue_fields": { + "fleet.search:docvalue_fields": { "in": "query", "name": "docvalue_fields", "deprecated": false, @@ -107544,7 +107544,7 @@ }, "style": "form" }, - "fleet.search#expand_wildcards": { + "fleet.search:expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, @@ -107553,7 +107553,7 @@ }, "style": "form" }, - "fleet.search#explain": { + "fleet.search:explain": { "in": "query", "name": "explain", "deprecated": false, @@ -107562,7 +107562,7 @@ }, "style": "form" }, - "fleet.search#ignore_throttled": { + "fleet.search:ignore_throttled": { "in": "query", "name": "ignore_throttled", "deprecated": false, @@ -107571,7 +107571,7 @@ }, "style": "form" }, - "fleet.search#ignore_unavailable": { + "fleet.search:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "deprecated": false, @@ -107580,7 +107580,7 @@ }, "style": "form" }, - "fleet.search#lenient": { + "fleet.search:lenient": { "in": "query", "name": "lenient", "deprecated": false, @@ -107589,7 +107589,7 @@ }, "style": "form" }, - "fleet.search#max_concurrent_shard_requests": { + "fleet.search:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "deprecated": false, @@ -107598,7 +107598,7 @@ }, "style": "form" }, - "fleet.search#preference": { + "fleet.search:preference": { "in": "query", "name": "preference", "deprecated": false, @@ -107607,7 +107607,7 @@ }, "style": "form" }, - "fleet.search#pre_filter_shard_size": { + "fleet.search:pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "deprecated": false, @@ -107616,7 +107616,7 @@ }, "style": "form" }, - "fleet.search#request_cache": { + "fleet.search:request_cache": { "in": "query", "name": "request_cache", "deprecated": false, @@ -107625,7 +107625,7 @@ }, "style": "form" }, - "fleet.search#routing": { + "fleet.search:routing": { "in": "query", "name": "routing", "deprecated": false, @@ -107634,7 +107634,7 @@ }, "style": "form" }, - "fleet.search#scroll": { + "fleet.search:scroll": { "in": "query", "name": "scroll", "deprecated": false, @@ -107643,7 +107643,7 @@ }, "style": "form" }, - "fleet.search#search_type": { + "fleet.search:search_type": { "in": "query", "name": "search_type", "deprecated": false, @@ -107652,7 +107652,7 @@ }, "style": "form" }, - "fleet.search#stats": { + "fleet.search:stats": { "in": "query", "name": "stats", "deprecated": false, @@ -107664,7 +107664,7 @@ }, "style": "form" }, - "fleet.search#stored_fields": { + "fleet.search:stored_fields": { "in": "query", "name": "stored_fields", "deprecated": false, @@ -107673,7 +107673,7 @@ }, "style": "form" }, - "fleet.search#suggest_field": { + "fleet.search:suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", @@ -107683,7 +107683,7 @@ }, "style": "form" }, - "fleet.search#suggest_mode": { + "fleet.search:suggest_mode": { "in": "query", "name": "suggest_mode", "deprecated": false, @@ -107692,7 +107692,7 @@ }, "style": "form" }, - "fleet.search#suggest_size": { + "fleet.search:suggest_size": { "in": "query", "name": "suggest_size", "deprecated": false, @@ -107701,7 +107701,7 @@ }, "style": "form" }, - "fleet.search#suggest_text": { + "fleet.search:suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -107711,7 +107711,7 @@ }, "style": "form" }, - "fleet.search#terminate_after": { + "fleet.search:terminate_after": { "in": "query", "name": "terminate_after", "deprecated": false, @@ -107720,7 +107720,7 @@ }, "style": "form" }, - "fleet.search#timeout": { + "fleet.search:timeout": { "in": "query", "name": "timeout", "deprecated": false, @@ -107729,7 +107729,7 @@ }, "style": "form" }, - "fleet.search#track_total_hits": { + "fleet.search:track_total_hits": { "in": "query", "name": "track_total_hits", "deprecated": false, @@ -107738,7 +107738,7 @@ }, "style": "form" }, - "fleet.search#track_scores": { + "fleet.search:track_scores": { "in": "query", "name": "track_scores", "deprecated": false, @@ -107747,7 +107747,7 @@ }, "style": "form" }, - "fleet.search#typed_keys": { + "fleet.search:typed_keys": { "in": "query", "name": "typed_keys", "deprecated": false, @@ -107756,7 +107756,7 @@ }, "style": "form" }, - "fleet.search#rest_total_hits_as_int": { + "fleet.search:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "deprecated": false, @@ -107765,7 +107765,7 @@ }, "style": "form" }, - "fleet.search#version": { + "fleet.search:version": { "in": "query", "name": "version", "deprecated": false, @@ -107774,7 +107774,7 @@ }, "style": "form" }, - "fleet.search#_source": { + "fleet.search:_source": { "in": "query", "name": "_source", "deprecated": false, @@ -107783,7 +107783,7 @@ }, "style": "form" }, - "fleet.search#_source_excludes": { + "fleet.search:_source_excludes": { "in": "query", "name": "_source_excludes", "deprecated": false, @@ -107792,7 +107792,7 @@ }, "style": "form" }, - "fleet.search#_source_includes": { + "fleet.search:_source_includes": { "in": "query", "name": "_source_includes", "deprecated": false, @@ -107801,7 +107801,7 @@ }, "style": "form" }, - "fleet.search#seq_no_primary_term": { + "fleet.search:seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "deprecated": false, @@ -107810,7 +107810,7 @@ }, "style": "form" }, - "fleet.search#q": { + "fleet.search:q": { "in": "query", "name": "q", "deprecated": false, @@ -107819,7 +107819,7 @@ }, "style": "form" }, - "fleet.search#size": { + "fleet.search:size": { "in": "query", "name": "size", "deprecated": false, @@ -107828,7 +107828,7 @@ }, "style": "form" }, - "fleet.search#from": { + "fleet.search:from": { "in": "query", "name": "from", "deprecated": false, @@ -107837,7 +107837,7 @@ }, "style": "form" }, - "fleet.search#sort": { + "fleet.search:sort": { "in": "query", "name": "sort", "deprecated": false, @@ -107856,7 +107856,7 @@ }, "style": "form" }, - "fleet.search#wait_for_checkpoints": { + "fleet.search:wait_for_checkpoints": { "in": "query", "name": "wait_for_checkpoints", "description": "A comma separated list of checkpoints. When configured, the search API will only be executed on a shard\nafter the relevant checkpoint has become visible for search. Defaults to an empty list which will cause\nElasticsearch to immediately execute the search.", @@ -107869,7 +107869,7 @@ }, "style": "form" }, - "fleet.search#allow_partial_search_results": { + "fleet.search:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns\nan error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`\nwhich is true by default.", @@ -107879,7 +107879,7 @@ }, "style": "form" }, - "graph.explore#index": { + "graph.explore:index": { "in": "path", "name": "index", "description": "Name of the index.", @@ -107890,7 +107890,7 @@ }, "style": "simple" }, - "graph.explore#routing": { + "graph.explore:routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", @@ -107900,7 +107900,7 @@ }, "style": "form" }, - "graph.explore#timeout": { + "graph.explore:timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nDefaults to no timeout.", @@ -107910,7 +107910,7 @@ }, "style": "form" }, - "health_report#feature": { + "health_report:feature": { "in": "path", "name": "feature", "description": "A feature of the cluster, as returned by the top-level health report API.", @@ -107931,7 +107931,7 @@ }, "style": "simple" }, - "health_report#timeout": { + "health_report:timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout.", @@ -107941,7 +107941,7 @@ }, "style": "form" }, - "health_report#verbose": { + "health_report:verbose": { "in": "query", "name": "verbose", "description": "Opt-in for more information about the health of the system.", @@ -107951,7 +107951,7 @@ }, "style": "form" }, - "health_report#size": { + "health_report:size": { "in": "query", "name": "size", "description": "Limit the number of affected resources the health report API returns.", @@ -107961,7 +107961,7 @@ }, "style": "form" }, - "ilm.get_lifecycle#policy": { + "ilm.get_lifecycle:policy": { "in": "path", "name": "policy", "description": "Identifier for the policy.", @@ -107972,7 +107972,7 @@ }, "style": "simple" }, - "ilm.get_lifecycle#master_timeout": { + "ilm.get_lifecycle:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -107982,7 +107982,7 @@ }, "style": "form" }, - "ilm.get_lifecycle#timeout": { + "ilm.get_lifecycle:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", @@ -107992,7 +107992,7 @@ }, "style": "form" }, - "index#id": { + "index:id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format and omit this parameter.", @@ -108003,7 +108003,7 @@ }, "style": "simple" }, - "index#index": { + "index:index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn't match a data stream template, this request creates the index.\nYou can check for existing targets with the resolve index API.", @@ -108014,7 +108014,7 @@ }, "style": "simple" }, - "index#if_primary_term": { + "index:if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -108024,7 +108024,7 @@ }, "style": "form" }, - "index#if_seq_no": { + "index:if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", @@ -108034,7 +108034,7 @@ }, "style": "form" }, - "index#include_source_on_error": { + "index:include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -108044,7 +108044,7 @@ }, "style": "form" }, - "index#op_type": { + "index:op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", @@ -108054,7 +108054,7 @@ }, "style": "form" }, - "index#pipeline": { + "index:pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", @@ -108064,7 +108064,7 @@ }, "style": "form" }, - "index#refresh": { + "index:refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", @@ -108074,7 +108074,7 @@ }, "style": "form" }, - "index#routing": { + "index:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -108084,7 +108084,7 @@ }, "style": "form" }, - "index#timeout": { + "index:timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", @@ -108094,7 +108094,7 @@ }, "style": "form" }, - "index#version": { + "index:version": { "in": "query", "name": "version", "description": "An explicit version number for concurrency control.\nIt must be a non-negative long number.", @@ -108104,7 +108104,7 @@ }, "style": "form" }, - "index#version_type": { + "index:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -108114,7 +108114,7 @@ }, "style": "form" }, - "index#wait_for_active_shards": { + "index:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", @@ -108124,7 +108124,7 @@ }, "style": "form" }, - "index#require_alias": { + "index:require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -108134,7 +108134,7 @@ }, "style": "form" }, - "indices.analyze#index": { + "indices.analyze:index": { "in": "path", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", @@ -108145,7 +108145,7 @@ }, "style": "simple" }, - "indices.analyze#index_": { + "indices.analyze:index_": { "in": "query", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", @@ -108155,7 +108155,7 @@ }, "style": "form" }, - "indices.clear_cache#index": { + "indices.clear_cache:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108166,7 +108166,7 @@ }, "style": "simple" }, - "indices.clear_cache#index_": { + "indices.clear_cache:index_": { "in": "query", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108176,7 +108176,7 @@ }, "style": "form" }, - "indices.clear_cache#allow_no_indices": { + "indices.clear_cache:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108186,7 +108186,7 @@ }, "style": "form" }, - "indices.clear_cache#expand_wildcards": { + "indices.clear_cache:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -108196,7 +108196,7 @@ }, "style": "form" }, - "indices.clear_cache#fielddata": { + "indices.clear_cache:fielddata": { "in": "query", "name": "fielddata", "description": "If `true`, clears the fields cache.\nUse the `fields` parameter to clear the cache of specific fields only.", @@ -108206,7 +108206,7 @@ }, "style": "form" }, - "indices.clear_cache#fields": { + "indices.clear_cache:fields": { "in": "query", "name": "fields", "description": "Comma-separated list of field names used to limit the `fielddata` parameter.", @@ -108216,7 +108216,7 @@ }, "style": "form" }, - "indices.clear_cache#ignore_unavailable": { + "indices.clear_cache:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108226,7 +108226,7 @@ }, "style": "form" }, - "indices.clear_cache#query": { + "indices.clear_cache:query": { "in": "query", "name": "query", "description": "If `true`, clears the query cache.", @@ -108236,7 +108236,7 @@ }, "style": "form" }, - "indices.clear_cache#request": { + "indices.clear_cache:request": { "in": "query", "name": "request", "description": "If `true`, clears the request cache.", @@ -108246,7 +108246,7 @@ }, "style": "form" }, - "indices.clone#index": { + "indices.clone:index": { "in": "path", "name": "index", "description": "Name of the source index to clone.", @@ -108257,7 +108257,7 @@ }, "style": "simple" }, - "indices.clone#target": { + "indices.clone:target": { "in": "path", "name": "target", "description": "Name of the target index to create.", @@ -108268,7 +108268,7 @@ }, "style": "simple" }, - "indices.clone#master_timeout": { + "indices.clone:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108278,7 +108278,7 @@ }, "style": "form" }, - "indices.clone#timeout": { + "indices.clone:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108288,7 +108288,7 @@ }, "style": "form" }, - "indices.clone#wait_for_active_shards": { + "indices.clone:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", @@ -108298,7 +108298,7 @@ }, "style": "form" }, - "indices.create_from#source": { + "indices.create_from:source": { "in": "path", "name": "source", "description": "The source index or data stream name", @@ -108309,7 +108309,7 @@ }, "style": "simple" }, - "indices.create_from#dest": { + "indices.create_from:dest": { "in": "path", "name": "dest", "description": "The destination index or data stream name", @@ -108320,7 +108320,7 @@ }, "style": "simple" }, - "indices.data_streams_stats#name": { + "indices.data_streams_stats:name": { "in": "path", "name": "name", "description": "Comma-separated list of data streams used to limit the request.\nWildcard expressions (`*`) are supported.\nTo target all data streams in a cluster, omit this parameter or use `*`.", @@ -108331,7 +108331,7 @@ }, "style": "simple" }, - "indices.data_streams_stats#expand_wildcards": { + "indices.data_streams_stats:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", @@ -108341,7 +108341,7 @@ }, "style": "form" }, - "indices.delete_alias#index": { + "indices.delete_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).", @@ -108352,7 +108352,7 @@ }, "style": "simple" }, - "indices.delete_alias#name": { + "indices.delete_alias:name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to remove.\nSupports wildcards (`*`). To remove all aliases, use `*` or `_all`.", @@ -108363,7 +108363,7 @@ }, "style": "simple" }, - "indices.delete_alias#master_timeout": { + "indices.delete_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108373,7 +108373,7 @@ }, "style": "form" }, - "indices.delete_alias#timeout": { + "indices.delete_alias:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108383,7 +108383,7 @@ }, "style": "form" }, - "indices.exists_alias#name": { + "indices.exists_alias:name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to check. Supports wildcards (`*`).", @@ -108394,7 +108394,7 @@ }, "style": "simple" }, - "indices.exists_alias#index": { + "indices.exists_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request. Supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108405,7 +108405,7 @@ }, "style": "simple" }, - "indices.exists_alias#allow_no_indices": { + "indices.exists_alias:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108415,7 +108415,7 @@ }, "style": "form" }, - "indices.exists_alias#expand_wildcards": { + "indices.exists_alias:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -108425,7 +108425,7 @@ }, "style": "form" }, - "indices.exists_alias#ignore_unavailable": { + "indices.exists_alias:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, requests that include a missing data stream or index in the target indices or data streams return an error.", @@ -108435,7 +108435,7 @@ }, "style": "form" }, - "indices.exists_alias#master_timeout": { + "indices.exists_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108445,7 +108445,7 @@ }, "style": "form" }, - "indices.flush#index": { + "indices.flush:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to flush.\nSupports wildcards (`*`).\nTo flush all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108456,7 +108456,7 @@ }, "style": "simple" }, - "indices.flush#allow_no_indices": { + "indices.flush:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108466,7 +108466,7 @@ }, "style": "form" }, - "indices.flush#expand_wildcards": { + "indices.flush:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -108476,7 +108476,7 @@ }, "style": "form" }, - "indices.flush#force": { + "indices.flush:force": { "in": "query", "name": "force", "description": "If `true`, the request forces a flush even if there are no changes to commit to the index.", @@ -108486,7 +108486,7 @@ }, "style": "form" }, - "indices.flush#ignore_unavailable": { + "indices.flush:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108496,7 +108496,7 @@ }, "style": "form" }, - "indices.flush#wait_if_ongoing": { + "indices.flush:wait_if_ongoing": { "in": "query", "name": "wait_if_ongoing", "description": "If `true`, the flush operation blocks until execution when another flush operation is running.\nIf `false`, Elasticsearch returns an error if you request a flush when another flush operation is running.", @@ -108506,7 +108506,7 @@ }, "style": "form" }, - "indices.forcemerge#index": { + "indices.forcemerge:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", @@ -108517,7 +108517,7 @@ }, "style": "simple" }, - "indices.forcemerge#allow_no_indices": { + "indices.forcemerge:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -108527,7 +108527,7 @@ }, "style": "form" }, - "indices.forcemerge#expand_wildcards": { + "indices.forcemerge:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -108537,7 +108537,7 @@ }, "style": "form" }, - "indices.forcemerge#flush": { + "indices.forcemerge:flush": { "in": "query", "name": "flush", "description": "Specify whether the index should be flushed after performing the operation (default: true)", @@ -108547,7 +108547,7 @@ }, "style": "form" }, - "indices.forcemerge#ignore_unavailable": { + "indices.forcemerge:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -108557,7 +108557,7 @@ }, "style": "form" }, - "indices.forcemerge#max_num_segments": { + "indices.forcemerge:max_num_segments": { "in": "query", "name": "max_num_segments", "description": "The number of segments the index should be merged into (default: dynamic)", @@ -108567,7 +108567,7 @@ }, "style": "form" }, - "indices.forcemerge#only_expunge_deletes": { + "indices.forcemerge:only_expunge_deletes": { "in": "query", "name": "only_expunge_deletes", "description": "Specify whether the operation should only expunge deleted documents", @@ -108577,7 +108577,7 @@ }, "style": "form" }, - "indices.forcemerge#wait_for_completion": { + "indices.forcemerge:wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "Should the request wait until the force merge is completed.", @@ -108587,7 +108587,7 @@ }, "style": "form" }, - "indices.get_alias#name": { + "indices.get_alias:name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to retrieve.\nSupports wildcards (`*`).\nTo retrieve all aliases, omit this parameter or use `*` or `_all`.", @@ -108598,7 +108598,7 @@ }, "style": "simple" }, - "indices.get_alias#index": { + "indices.get_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108609,7 +108609,7 @@ }, "style": "simple" }, - "indices.get_alias#allow_no_indices": { + "indices.get_alias:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108619,7 +108619,7 @@ }, "style": "form" }, - "indices.get_alias#expand_wildcards": { + "indices.get_alias:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -108629,7 +108629,7 @@ }, "style": "form" }, - "indices.get_alias#ignore_unavailable": { + "indices.get_alias:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108639,7 +108639,7 @@ }, "style": "form" }, - "indices.get_alias#master_timeout": { + "indices.get_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108649,7 +108649,7 @@ }, "style": "form" }, - "indices.get_data_stream#name": { + "indices.get_data_stream:name": { "in": "path", "name": "name", "description": "Comma-separated list of data stream names used to limit the request.\nWildcard (`*`) expressions are supported. If omitted, all data streams are returned.", @@ -108660,7 +108660,7 @@ }, "style": "simple" }, - "indices.get_data_stream#expand_wildcards": { + "indices.get_data_stream:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", @@ -108670,7 +108670,7 @@ }, "style": "form" }, - "indices.get_data_stream#include_defaults": { + "indices.get_data_stream:include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -108680,7 +108680,7 @@ }, "style": "form" }, - "indices.get_data_stream#master_timeout": { + "indices.get_data_stream:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -108690,7 +108690,7 @@ }, "style": "form" }, - "indices.get_data_stream#verbose": { + "indices.get_data_stream:verbose": { "in": "query", "name": "verbose", "description": "Whether the maximum timestamp for each data stream should be calculated and returned.", @@ -108700,7 +108700,7 @@ }, "style": "form" }, - "indices.get_field_mapping#fields": { + "indices.get_field_mapping:fields": { "in": "path", "name": "fields", "description": "Comma-separated list or wildcard expression of fields used to limit returned information.\nSupports wildcards (`*`).", @@ -108711,7 +108711,7 @@ }, "style": "simple" }, - "indices.get_field_mapping#index": { + "indices.get_field_mapping:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108722,7 +108722,7 @@ }, "style": "simple" }, - "indices.get_field_mapping#allow_no_indices": { + "indices.get_field_mapping:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108732,7 +108732,7 @@ }, "style": "form" }, - "indices.get_field_mapping#expand_wildcards": { + "indices.get_field_mapping:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -108742,7 +108742,7 @@ }, "style": "form" }, - "indices.get_field_mapping#ignore_unavailable": { + "indices.get_field_mapping:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108752,7 +108752,7 @@ }, "style": "form" }, - "indices.get_field_mapping#include_defaults": { + "indices.get_field_mapping:include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -108762,7 +108762,7 @@ }, "style": "form" }, - "indices.get_index_template#name": { + "indices.get_index_template:name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.", @@ -108773,7 +108773,7 @@ }, "style": "simple" }, - "indices.get_index_template#local": { + "indices.get_index_template:local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -108783,7 +108783,7 @@ }, "style": "form" }, - "indices.get_index_template#flat_settings": { + "indices.get_index_template:flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -108793,7 +108793,7 @@ }, "style": "form" }, - "indices.get_index_template#master_timeout": { + "indices.get_index_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -108803,7 +108803,7 @@ }, "style": "form" }, - "indices.get_index_template#include_defaults": { + "indices.get_index_template:include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -108813,7 +108813,7 @@ }, "style": "form" }, - "indices.get_mapping#index": { + "indices.get_mapping:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -108824,7 +108824,7 @@ }, "style": "simple" }, - "indices.get_mapping#allow_no_indices": { + "indices.get_mapping:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108834,7 +108834,7 @@ }, "style": "form" }, - "indices.get_mapping#expand_wildcards": { + "indices.get_mapping:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -108844,7 +108844,7 @@ }, "style": "form" }, - "indices.get_mapping#ignore_unavailable": { + "indices.get_mapping:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108854,7 +108854,7 @@ }, "style": "form" }, - "indices.get_mapping#local": { + "indices.get_mapping:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -108864,7 +108864,7 @@ }, "style": "form" }, - "indices.get_mapping#master_timeout": { + "indices.get_mapping:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -108874,7 +108874,7 @@ }, "style": "form" }, - "indices.get_settings#index": { + "indices.get_settings:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", @@ -108885,7 +108885,7 @@ }, "style": "simple" }, - "indices.get_settings#name": { + "indices.get_settings:name": { "in": "path", "name": "name", "description": "Comma-separated list or wildcard expression of settings to retrieve.", @@ -108896,7 +108896,7 @@ }, "style": "simple" }, - "indices.get_settings#allow_no_indices": { + "indices.get_settings:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with foo but no index starts with `bar`.", @@ -108906,7 +108906,7 @@ }, "style": "form" }, - "indices.get_settings#expand_wildcards": { + "indices.get_settings:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", @@ -108916,7 +108916,7 @@ }, "style": "form" }, - "indices.get_settings#flat_settings": { + "indices.get_settings:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -108926,7 +108926,7 @@ }, "style": "form" }, - "indices.get_settings#ignore_unavailable": { + "indices.get_settings:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108936,7 +108936,7 @@ }, "style": "form" }, - "indices.get_settings#include_defaults": { + "indices.get_settings:include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -108946,7 +108946,7 @@ }, "style": "form" }, - "indices.get_settings#local": { + "indices.get_settings:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only. If\n`false`, information is retrieved from the master node.", @@ -108956,7 +108956,7 @@ }, "style": "form" }, - "indices.get_settings#master_timeout": { + "indices.get_settings:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", @@ -108966,7 +108966,7 @@ }, "style": "form" }, - "indices.get_template#name": { + "indices.get_template:name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request.\nWildcard (`*`) expressions are supported.\nTo return all index templates, omit this parameter or use a value of `_all` or `*`.", @@ -108977,7 +108977,7 @@ }, "style": "simple" }, - "indices.get_template#flat_settings": { + "indices.get_template:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -108987,7 +108987,7 @@ }, "style": "form" }, - "indices.get_template#local": { + "indices.get_template:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -108997,7 +108997,7 @@ }, "style": "form" }, - "indices.get_template#master_timeout": { + "indices.get_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109007,7 +109007,7 @@ }, "style": "form" }, - "indices.put_alias#index": { + "indices.put_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices to add.\nSupports wildcards (`*`).\nWildcard patterns that match both data streams and indices return an error.", @@ -109018,7 +109018,7 @@ }, "style": "simple" }, - "indices.put_alias#name": { + "indices.put_alias:name": { "in": "path", "name": "name", "description": "Alias to update.\nIf the alias doesn’t exist, the request creates it.\nIndex alias names support date math.", @@ -109029,7 +109029,7 @@ }, "style": "simple" }, - "indices.put_alias#master_timeout": { + "indices.put_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109039,7 +109039,7 @@ }, "style": "form" }, - "indices.put_alias#timeout": { + "indices.put_alias:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109049,7 +109049,7 @@ }, "style": "form" }, - "indices.put_index_template#name": { + "indices.put_index_template:name": { "in": "path", "name": "name", "description": "Index or template name", @@ -109060,7 +109060,7 @@ }, "style": "simple" }, - "indices.put_index_template#create": { + "indices.put_index_template:create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing index templates.", @@ -109070,7 +109070,7 @@ }, "style": "form" }, - "indices.put_index_template#master_timeout": { + "indices.put_index_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109080,7 +109080,7 @@ }, "style": "form" }, - "indices.put_index_template#cause": { + "indices.put_index_template:cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -109090,7 +109090,7 @@ }, "style": "form" }, - "indices.put_mapping#index": { + "indices.put_mapping:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.", @@ -109101,7 +109101,7 @@ }, "style": "simple" }, - "indices.put_mapping#allow_no_indices": { + "indices.put_mapping:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109111,7 +109111,7 @@ }, "style": "form" }, - "indices.put_mapping#expand_wildcards": { + "indices.put_mapping:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -109121,7 +109121,7 @@ }, "style": "form" }, - "indices.put_mapping#ignore_unavailable": { + "indices.put_mapping:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109131,7 +109131,7 @@ }, "style": "form" }, - "indices.put_mapping#master_timeout": { + "indices.put_mapping:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109141,7 +109141,7 @@ }, "style": "form" }, - "indices.put_mapping#timeout": { + "indices.put_mapping:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109151,7 +109151,7 @@ }, "style": "form" }, - "indices.put_mapping#write_index_only": { + "indices.put_mapping:write_index_only": { "in": "query", "name": "write_index_only", "description": "If `true`, the mappings are applied only to the current write index for the target.", @@ -109161,7 +109161,7 @@ }, "style": "form" }, - "indices.put_settings#index": { + "indices.put_settings:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", @@ -109172,7 +109172,7 @@ }, "style": "simple" }, - "indices.put_settings#allow_no_indices": { + "indices.put_settings:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with `foo` but no index starts with `bar`.", @@ -109182,7 +109182,7 @@ }, "style": "form" }, - "indices.put_settings#expand_wildcards": { + "indices.put_settings:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target\ndata streams, this argument determines whether wildcard expressions match\nhidden data streams. Supports comma-separated values, such as\n`open,hidden`.", @@ -109192,7 +109192,7 @@ }, "style": "form" }, - "indices.put_settings#flat_settings": { + "indices.put_settings:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -109202,7 +109202,7 @@ }, "style": "form" }, - "indices.put_settings#ignore_unavailable": { + "indices.put_settings:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, returns settings in flat format.", @@ -109212,7 +109212,7 @@ }, "style": "form" }, - "indices.put_settings#master_timeout": { + "indices.put_settings:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", @@ -109222,7 +109222,7 @@ }, "style": "form" }, - "indices.put_settings#preserve_existing": { + "indices.put_settings:preserve_existing": { "in": "query", "name": "preserve_existing", "description": "If `true`, existing index settings remain unchanged.", @@ -109232,7 +109232,7 @@ }, "style": "form" }, - "indices.put_settings#reopen": { + "indices.put_settings:reopen": { "in": "query", "name": "reopen", "description": "Whether to close and reopen the index to apply non-dynamic settings.\nIf set to `true` the indices to which the settings are being applied\nwill be closed temporarily and then reopened in order to apply the changes.", @@ -109242,7 +109242,7 @@ }, "style": "form" }, - "indices.put_settings#timeout": { + "indices.put_settings:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\n timeout expires, the request fails and returns an error.", @@ -109252,7 +109252,7 @@ }, "style": "form" }, - "indices.put_template#name": { + "indices.put_template:name": { "in": "path", "name": "name", "description": "The name of the template", @@ -109263,7 +109263,7 @@ }, "style": "simple" }, - "indices.put_template#create": { + "indices.put_template:create": { "in": "query", "name": "create", "description": "If true, this request cannot replace or update existing index templates.", @@ -109273,7 +109273,7 @@ }, "style": "form" }, - "indices.put_template#master_timeout": { + "indices.put_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an error.", @@ -109283,7 +109283,7 @@ }, "style": "form" }, - "indices.put_template#order": { + "indices.put_template:order": { "in": "query", "name": "order", "description": "Order in which Elasticsearch applies this template if index\nmatches multiple templates.\n\nTemplates with lower 'order' values are merged first. Templates with higher\n'order' values are merged later, overriding templates with lower values.", @@ -109293,7 +109293,7 @@ }, "style": "form" }, - "indices.put_template#cause": { + "indices.put_template:cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -109303,7 +109303,7 @@ }, "style": "form" }, - "indices.recovery#index": { + "indices.recovery:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -109314,7 +109314,7 @@ }, "style": "simple" }, - "indices.recovery#active_only": { + "indices.recovery:active_only": { "in": "query", "name": "active_only", "description": "If `true`, the response only includes ongoing shard recoveries.", @@ -109324,7 +109324,7 @@ }, "style": "form" }, - "indices.recovery#detailed": { + "indices.recovery:detailed": { "in": "query", "name": "detailed", "description": "If `true`, the response includes detailed information about shard recoveries.", @@ -109334,7 +109334,7 @@ }, "style": "form" }, - "indices.refresh#index": { + "indices.refresh:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -109345,7 +109345,7 @@ }, "style": "simple" }, - "indices.refresh#allow_no_indices": { + "indices.refresh:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109355,7 +109355,7 @@ }, "style": "form" }, - "indices.refresh#expand_wildcards": { + "indices.refresh:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -109365,7 +109365,7 @@ }, "style": "form" }, - "indices.refresh#ignore_unavailable": { + "indices.refresh:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109375,7 +109375,7 @@ }, "style": "form" }, - "indices.reload_search_analyzers#index": { + "indices.reload_search_analyzers:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to reload analyzers for", @@ -109386,7 +109386,7 @@ }, "style": "simple" }, - "indices.reload_search_analyzers#allow_no_indices": { + "indices.reload_search_analyzers:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -109396,7 +109396,7 @@ }, "style": "form" }, - "indices.reload_search_analyzers#expand_wildcards": { + "indices.reload_search_analyzers:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -109406,7 +109406,7 @@ }, "style": "form" }, - "indices.reload_search_analyzers#ignore_unavailable": { + "indices.reload_search_analyzers:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -109416,7 +109416,7 @@ }, "style": "form" }, - "indices.reload_search_analyzers#resource": { + "indices.reload_search_analyzers:resource": { "in": "query", "name": "resource", "description": "Changed resource to reload analyzers from if applicable", @@ -109426,7 +109426,7 @@ }, "style": "form" }, - "indices.resolve_cluster#name": { + "indices.resolve_cluster:name": { "in": "path", "name": "name", "description": "A comma-separated list of names or index patterns for the indices, aliases, and data streams to resolve.\nResources on remote clusters can be specified using the ``:`` syntax.\nIndex and cluster exclusions (e.g., `-cluster1:*`) are also supported.\nIf no index expression is specified, information about all remote clusters configured on the local cluster\nis returned without doing any index matching", @@ -109437,7 +109437,7 @@ }, "style": "simple" }, - "indices.resolve_cluster#allow_no_indices": { + "indices.resolve_cluster:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing\nor closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109447,7 +109447,7 @@ }, "style": "form" }, - "indices.resolve_cluster#expand_wildcards": { + "indices.resolve_cluster:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109457,7 +109457,7 @@ }, "style": "form" }, - "indices.resolve_cluster#ignore_throttled": { + "indices.resolve_cluster:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded, or aliased indices are ignored when frozen.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109467,7 +109467,7 @@ }, "style": "form" }, - "indices.resolve_cluster#ignore_unavailable": { + "indices.resolve_cluster:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If false, the request returns an error if it targets a missing or closed index.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109477,7 +109477,7 @@ }, "style": "form" }, - "indices.resolve_cluster#timeout": { + "indices.resolve_cluster:timeout": { "in": "query", "name": "timeout", "description": "The maximum time to wait for remote clusters to respond.\nIf a remote cluster does not respond within this timeout period, the API response\nwill show the cluster as not connected and include an error message that the\nrequest timed out.\n\nThe default timeout is unset and the query can take\nas long as the networking layer is configured to wait for remote clusters that are\nnot responding (typically 30 seconds).", @@ -109487,7 +109487,7 @@ }, "style": "form" }, - "indices.rollover#alias": { + "indices.rollover:alias": { "in": "path", "name": "alias", "description": "Name of the data stream or index alias to roll over.", @@ -109498,7 +109498,7 @@ }, "style": "simple" }, - "indices.rollover#new_index": { + "indices.rollover:new_index": { "in": "path", "name": "new_index", "description": "Name of the index to create.\nSupports date math.\nData streams do not support this parameter.", @@ -109509,7 +109509,7 @@ }, "style": "simple" }, - "indices.rollover#dry_run": { + "indices.rollover:dry_run": { "in": "query", "name": "dry_run", "description": "If `true`, checks whether the current index satisfies the specified conditions but does not perform a rollover.", @@ -109519,7 +109519,7 @@ }, "style": "form" }, - "indices.rollover#master_timeout": { + "indices.rollover:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109529,7 +109529,7 @@ }, "style": "form" }, - "indices.rollover#timeout": { + "indices.rollover:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109539,7 +109539,7 @@ }, "style": "form" }, - "indices.rollover#wait_for_active_shards": { + "indices.rollover:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", @@ -109549,7 +109549,7 @@ }, "style": "form" }, - "indices.rollover#lazy": { + "indices.rollover:lazy": { "in": "query", "name": "lazy", "description": "If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write.\nOnly allowed on data streams.", @@ -109559,7 +109559,7 @@ }, "style": "form" }, - "indices.segments#index": { + "indices.segments:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -109570,7 +109570,7 @@ }, "style": "simple" }, - "indices.segments#allow_no_indices": { + "indices.segments:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109580,7 +109580,7 @@ }, "style": "form" }, - "indices.segments#expand_wildcards": { + "indices.segments:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -109590,7 +109590,7 @@ }, "style": "form" }, - "indices.segments#ignore_unavailable": { + "indices.segments:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109600,7 +109600,7 @@ }, "style": "form" }, - "indices.shard_stores#index": { + "indices.shard_stores:index": { "in": "path", "name": "index", "description": "List of data streams, indices, and aliases used to limit the request.", @@ -109611,7 +109611,7 @@ }, "style": "simple" }, - "indices.shard_stores#allow_no_indices": { + "indices.shard_stores:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all\nvalue targets only missing or closed indices. This behavior applies even if the request\ntargets other open indices.", @@ -109621,7 +109621,7 @@ }, "style": "form" }, - "indices.shard_stores#expand_wildcards": { + "indices.shard_stores:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target data streams,\nthis argument determines whether wildcard expressions match hidden data streams.", @@ -109631,7 +109631,7 @@ }, "style": "form" }, - "indices.shard_stores#ignore_unavailable": { + "indices.shard_stores:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -109641,7 +109641,7 @@ }, "style": "form" }, - "indices.shard_stores#status": { + "indices.shard_stores:status": { "in": "query", "name": "status", "description": "List of shard health statuses used to limit the request.", @@ -109661,7 +109661,7 @@ }, "style": "form" }, - "indices.shrink#index": { + "indices.shrink:index": { "in": "path", "name": "index", "description": "Name of the source index to shrink.", @@ -109672,7 +109672,7 @@ }, "style": "simple" }, - "indices.shrink#target": { + "indices.shrink:target": { "in": "path", "name": "target", "description": "Name of the target index to create.", @@ -109683,7 +109683,7 @@ }, "style": "simple" }, - "indices.shrink#master_timeout": { + "indices.shrink:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109693,7 +109693,7 @@ }, "style": "form" }, - "indices.shrink#timeout": { + "indices.shrink:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109703,7 +109703,7 @@ }, "style": "form" }, - "indices.shrink#wait_for_active_shards": { + "indices.shrink:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", @@ -109713,7 +109713,7 @@ }, "style": "form" }, - "indices.simulate_template#name": { + "indices.simulate_template:name": { "in": "path", "name": "name", "description": "Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit\nthis parameter and specify the template configuration in the request body.", @@ -109724,7 +109724,7 @@ }, "style": "simple" }, - "indices.simulate_template#create": { + "indices.simulate_template:create": { "in": "query", "name": "create", "description": "If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.", @@ -109734,7 +109734,7 @@ }, "style": "form" }, - "indices.simulate_template#cause": { + "indices.simulate_template:cause": { "in": "query", "name": "cause", "description": "User defined reason for dry-run creating the new template for simulation purposes", @@ -109744,7 +109744,7 @@ }, "style": "form" }, - "indices.simulate_template#master_timeout": { + "indices.simulate_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -109754,7 +109754,7 @@ }, "style": "form" }, - "indices.simulate_template#include_defaults": { + "indices.simulate_template:include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -109764,7 +109764,7 @@ }, "style": "form" }, - "indices.split#index": { + "indices.split:index": { "in": "path", "name": "index", "description": "Name of the source index to split.", @@ -109775,7 +109775,7 @@ }, "style": "simple" }, - "indices.split#target": { + "indices.split:target": { "in": "path", "name": "target", "description": "Name of the target index to create.", @@ -109786,7 +109786,7 @@ }, "style": "simple" }, - "indices.split#master_timeout": { + "indices.split:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109796,7 +109796,7 @@ }, "style": "form" }, - "indices.split#timeout": { + "indices.split:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -109806,7 +109806,7 @@ }, "style": "form" }, - "indices.split#wait_for_active_shards": { + "indices.split:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", @@ -109816,7 +109816,7 @@ }, "style": "form" }, - "indices.stats#metric": { + "indices.stats:metric": { "in": "path", "name": "metric", "description": "Limit the information returned the specific metrics.", @@ -109827,7 +109827,7 @@ }, "style": "simple" }, - "indices.stats#index": { + "indices.stats:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", @@ -109838,7 +109838,7 @@ }, "style": "simple" }, - "indices.stats#completion_fields": { + "indices.stats:completion_fields": { "in": "query", "name": "completion_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.", @@ -109848,7 +109848,7 @@ }, "style": "form" }, - "indices.stats#expand_wildcards": { + "indices.stats:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as `open,hidden`.", @@ -109858,7 +109858,7 @@ }, "style": "form" }, - "indices.stats#fielddata_fields": { + "indices.stats:fielddata_fields": { "in": "query", "name": "fielddata_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata statistics.", @@ -109868,7 +109868,7 @@ }, "style": "form" }, - "indices.stats#fields": { + "indices.stats:fields": { "in": "query", "name": "fields", "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", @@ -109878,7 +109878,7 @@ }, "style": "form" }, - "indices.stats#forbid_closed_indices": { + "indices.stats:forbid_closed_indices": { "in": "query", "name": "forbid_closed_indices", "description": "If true, statistics are not collected from closed indices.", @@ -109888,7 +109888,7 @@ }, "style": "form" }, - "indices.stats#groups": { + "indices.stats:groups": { "in": "query", "name": "groups", "description": "Comma-separated list of search groups to include in the search statistics.", @@ -109908,7 +109908,7 @@ }, "style": "form" }, - "indices.stats#include_segment_file_sizes": { + "indices.stats:include_segment_file_sizes": { "in": "query", "name": "include_segment_file_sizes", "description": "If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).", @@ -109918,7 +109918,7 @@ }, "style": "form" }, - "indices.stats#include_unloaded_segments": { + "indices.stats:include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -109928,7 +109928,7 @@ }, "style": "form" }, - "indices.stats#level": { + "indices.stats:level": { "in": "query", "name": "level", "description": "Indicates whether statistics are aggregated at the cluster, index, or shard level.", @@ -109938,7 +109938,7 @@ }, "style": "form" }, - "indices.validate_query#index": { + "indices.validate_query:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to search.\nSupports wildcards (`*`).\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", @@ -109949,7 +109949,7 @@ }, "style": "simple" }, - "indices.validate_query#allow_no_indices": { + "indices.validate_query:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109959,7 +109959,7 @@ }, "style": "form" }, - "indices.validate_query#all_shards": { + "indices.validate_query:all_shards": { "in": "query", "name": "all_shards", "description": "If `true`, the validation is executed on all shards instead of one random shard per index.", @@ -109969,7 +109969,7 @@ }, "style": "form" }, - "indices.validate_query#analyzer": { + "indices.validate_query:analyzer": { "in": "query", "name": "analyzer", "description": "Analyzer to use for the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -109979,7 +109979,7 @@ }, "style": "form" }, - "indices.validate_query#analyze_wildcard": { + "indices.validate_query:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.", @@ -109989,7 +109989,7 @@ }, "style": "form" }, - "indices.validate_query#default_operator": { + "indices.validate_query:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.", @@ -109999,7 +109999,7 @@ }, "style": "form" }, - "indices.validate_query#df": { + "indices.validate_query:df": { "in": "query", "name": "df", "description": "Field to use as default where no field prefix is given in the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -110009,7 +110009,7 @@ }, "style": "form" }, - "indices.validate_query#expand_wildcards": { + "indices.validate_query:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -110019,7 +110019,7 @@ }, "style": "form" }, - "indices.validate_query#explain": { + "indices.validate_query:explain": { "in": "query", "name": "explain", "description": "If `true`, the response returns detailed information if an error has occurred.", @@ -110029,7 +110029,7 @@ }, "style": "form" }, - "indices.validate_query#ignore_unavailable": { + "indices.validate_query:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -110039,7 +110039,7 @@ }, "style": "form" }, - "indices.validate_query#lenient": { + "indices.validate_query:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.", @@ -110049,7 +110049,7 @@ }, "style": "form" }, - "indices.validate_query#rewrite": { + "indices.validate_query:rewrite": { "in": "query", "name": "rewrite", "description": "If `true`, returns a more detailed explanation showing the actual Lucene query that will be executed.", @@ -110059,7 +110059,7 @@ }, "style": "form" }, - "indices.validate_query#q": { + "indices.validate_query:q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax.", @@ -110069,7 +110069,7 @@ }, "style": "form" }, - "inference.delete#task_type": { + "inference.delete:task_type": { "in": "path", "name": "task_type", "description": "The task type", @@ -110080,7 +110080,7 @@ }, "style": "simple" }, - "inference.delete#inference_id": { + "inference.delete:inference_id": { "in": "path", "name": "inference_id", "description": "The inference identifier.", @@ -110091,7 +110091,7 @@ }, "style": "simple" }, - "inference.delete#dry_run": { + "inference.delete:dry_run": { "in": "query", "name": "dry_run", "description": "When true, the endpoint is not deleted and a list of ingest processors which reference this endpoint is returned.", @@ -110101,7 +110101,7 @@ }, "style": "form" }, - "inference.delete#force": { + "inference.delete:force": { "in": "query", "name": "force", "description": "When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.", @@ -110111,7 +110111,7 @@ }, "style": "form" }, - "inference.get#task_type": { + "inference.get:task_type": { "in": "path", "name": "task_type", "description": "The task type", @@ -110122,7 +110122,7 @@ }, "style": "simple" }, - "inference.get#inference_id": { + "inference.get:inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", @@ -110133,7 +110133,7 @@ }, "style": "simple" }, - "inference.put#task_type": { + "inference.put:task_type": { "in": "path", "name": "task_type", "description": "The task type", @@ -110144,7 +110144,7 @@ }, "style": "simple" }, - "inference.put#inference_id": { + "inference.put:inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", @@ -110155,7 +110155,7 @@ }, "style": "simple" }, - "inference.update#inference_id": { + "inference.update:inference_id": { "in": "path", "name": "inference_id", "description": "The unique identifier of the inference endpoint.", @@ -110166,7 +110166,7 @@ }, "style": "simple" }, - "inference.update#task_type": { + "inference.update:task_type": { "in": "path", "name": "task_type", "description": "The type of inference task that the model performs.", @@ -110177,7 +110177,7 @@ }, "style": "simple" }, - "ingest.get_geoip_database#id": { + "ingest.get_geoip_database:id": { "in": "path", "name": "id", "description": "A comma-separated list of database configuration IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all database configurations, omit this parameter or use `*`.", @@ -110188,7 +110188,7 @@ }, "style": "simple" }, - "ingest.get_ip_location_database#id": { + "ingest.get_ip_location_database:id": { "in": "path", "name": "id", "description": "Comma-separated list of database configuration IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all database configurations, omit this parameter or use `*`.", @@ -110199,7 +110199,7 @@ }, "style": "simple" }, - "ingest.get_ip_location_database#master_timeout": { + "ingest.get_ip_location_database:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", @@ -110209,7 +110209,7 @@ }, "style": "form" }, - "ingest.get_pipeline#id": { + "ingest.get_pipeline:id": { "in": "path", "name": "id", "description": "Comma-separated list of pipeline IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all ingest pipelines, omit this parameter or use `*`.", @@ -110220,7 +110220,7 @@ }, "style": "simple" }, - "ingest.get_pipeline#master_timeout": { + "ingest.get_pipeline:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -110230,7 +110230,7 @@ }, "style": "form" }, - "ingest.get_pipeline#summary": { + "ingest.get_pipeline:summary": { "in": "query", "name": "summary", "description": "Return pipelines without their definitions (default: false)", @@ -110240,7 +110240,7 @@ }, "style": "form" }, - "ingest.simulate#id": { + "ingest.simulate:id": { "in": "path", "name": "id", "description": "The pipeline to test.\nIf you don't specify a `pipeline` in the request body, this parameter is required.", @@ -110251,7 +110251,7 @@ }, "style": "simple" }, - "ingest.simulate#verbose": { + "ingest.simulate:verbose": { "in": "query", "name": "verbose", "description": "If `true`, the response includes output data for each processor in the executed pipeline.", @@ -110261,7 +110261,7 @@ }, "style": "form" }, - "knn_search#index": { + "knn_search:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search;\nuse `_all` or to perform the operation on all indices.", @@ -110272,7 +110272,7 @@ }, "style": "simple" }, - "knn_search#routing": { + "knn_search:routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values.", @@ -110282,7 +110282,7 @@ }, "style": "form" }, - "license.post#acknowledge": { + "license.post:acknowledge": { "in": "query", "name": "acknowledge", "description": "Specifies whether you acknowledge the license changes.", @@ -110292,7 +110292,7 @@ }, "style": "form" }, - "license.post#master_timeout": { + "license.post:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", @@ -110302,7 +110302,7 @@ }, "style": "form" }, - "license.post#timeout": { + "license.post:timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", @@ -110312,7 +110312,7 @@ }, "style": "form" }, - "logstash.get_pipeline#id": { + "logstash.get_pipeline:id": { "in": "path", "name": "id", "description": "A comma-separated list of pipeline identifiers.", @@ -110323,7 +110323,7 @@ }, "style": "simple" }, - "mget#index": { + "mget:index": { "in": "path", "name": "index", "description": "Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.", @@ -110334,7 +110334,7 @@ }, "style": "simple" }, - "mget#force_synthetic_source": { + "mget:force_synthetic_source": { "in": "query", "name": "force_synthetic_source", "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", @@ -110344,7 +110344,7 @@ }, "style": "form" }, - "mget#preference": { + "mget:preference": { "in": "query", "name": "preference", "description": "Specifies the node or shard the operation should be performed on. Random by default.", @@ -110354,7 +110354,7 @@ }, "style": "form" }, - "mget#realtime": { + "mget:realtime": { "in": "query", "name": "realtime", "description": "If `true`, the request is real-time as opposed to near-real-time.", @@ -110364,7 +110364,7 @@ }, "style": "form" }, - "mget#refresh": { + "mget:refresh": { "in": "query", "name": "refresh", "description": "If `true`, the request refreshes relevant shards before retrieving documents.", @@ -110374,7 +110374,7 @@ }, "style": "form" }, - "mget#routing": { + "mget:routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", @@ -110384,7 +110384,7 @@ }, "style": "form" }, - "mget#_source": { + "mget:_source": { "in": "query", "name": "_source", "description": "True or false to return the `_source` field or not, or a list of fields to return.", @@ -110394,7 +110394,7 @@ }, "style": "form" }, - "mget#_source_excludes": { + "mget:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.", @@ -110404,7 +110404,7 @@ }, "style": "form" }, - "mget#_source_includes": { + "mget:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned. You can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -110414,7 +110414,7 @@ }, "style": "form" }, - "mget#stored_fields": { + "mget:stored_fields": { "in": "query", "name": "stored_fields", "description": "If `true`, retrieves the document fields stored in the index rather than the document `_source`.", @@ -110424,7 +110424,7 @@ }, "style": "form" }, - "migration.deprecations#index": { + "migration.deprecations:index": { "in": "path", "name": "index", "description": "Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.", @@ -110435,7 +110435,7 @@ }, "style": "simple" }, - "ml.delete_expired_data#job_id": { + "ml.delete_expired_data:job_id": { "in": "path", "name": "job_id", "description": "Identifier for an anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression.", @@ -110446,7 +110446,7 @@ }, "style": "simple" }, - "ml.delete_expired_data#requests_per_second": { + "ml.delete_expired_data:requests_per_second": { "in": "query", "name": "requests_per_second", "description": "The desired requests per second for the deletion processes. The default\nbehavior is no throttling.", @@ -110456,7 +110456,7 @@ }, "style": "form" }, - "ml.delete_expired_data#timeout": { + "ml.delete_expired_data:timeout": { "in": "query", "name": "timeout", "description": "How long can the underlying delete processes run until they are canceled.", @@ -110466,7 +110466,7 @@ }, "style": "form" }, - "ml.delete_forecast#job_id": { + "ml.delete_forecast:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -110477,7 +110477,7 @@ }, "style": "simple" }, - "ml.delete_forecast#forecast_id": { + "ml.delete_forecast:forecast_id": { "in": "path", "name": "forecast_id", "description": "A comma-separated list of forecast identifiers. If you do not specify\nthis optional parameter or if you specify `_all` or `*` the API deletes\nall forecasts from the job.", @@ -110488,7 +110488,7 @@ }, "style": "simple" }, - "ml.delete_forecast#allow_no_forecasts": { + "ml.delete_forecast:allow_no_forecasts": { "in": "query", "name": "allow_no_forecasts", "description": "Specifies whether an error occurs when there are no forecasts. In\nparticular, if this parameter is set to `false` and there are no\nforecasts associated with the job, attempts to delete all forecasts\nreturn an error.", @@ -110498,7 +110498,7 @@ }, "style": "form" }, - "ml.delete_forecast#timeout": { + "ml.delete_forecast:timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for the completion of the delete\noperation. When this period of time elapses, the API fails and returns an\nerror.", @@ -110508,7 +110508,7 @@ }, "style": "form" }, - "ml.explain_data_frame_analytics#id": { + "ml.explain_data_frame_analytics:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. This identifier can contain\nlowercase alphanumeric characters (a-z and 0-9), hyphens, and\nunderscores. It must start and end with alphanumeric characters.", @@ -110519,7 +110519,7 @@ }, "style": "simple" }, - "ml.get_buckets#job_id": { + "ml.get_buckets:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -110530,7 +110530,7 @@ }, "style": "simple" }, - "ml.get_buckets#timestamp": { + "ml.get_buckets:timestamp": { "in": "path", "name": "timestamp", "description": "The timestamp of a single bucket result. If you do not specify this\nparameter, the API returns information about all buckets.", @@ -110541,7 +110541,7 @@ }, "style": "simple" }, - "ml.get_buckets#anomaly_score": { + "ml.get_buckets:anomaly_score": { "in": "query", "name": "anomaly_score", "description": "Returns buckets with anomaly scores greater or equal than this value.", @@ -110551,7 +110551,7 @@ }, "style": "form" }, - "ml.get_buckets#desc": { + "ml.get_buckets:desc": { "in": "query", "name": "desc", "description": "If `true`, the buckets are sorted in descending order.", @@ -110561,7 +110561,7 @@ }, "style": "form" }, - "ml.get_buckets#end": { + "ml.get_buckets:end": { "in": "query", "name": "end", "description": "Returns buckets with timestamps earlier than this time. `-1` means it is\nunset and results are not limited to specific timestamps.", @@ -110571,7 +110571,7 @@ }, "style": "form" }, - "ml.get_buckets#exclude_interim": { + "ml.get_buckets:exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -110581,7 +110581,7 @@ }, "style": "form" }, - "ml.get_buckets#expand": { + "ml.get_buckets:expand": { "in": "query", "name": "expand", "description": "If true, the output includes anomaly records.", @@ -110591,7 +110591,7 @@ }, "style": "form" }, - "ml.get_buckets#from": { + "ml.get_buckets:from": { "in": "query", "name": "from", "description": "Skips the specified number of buckets.", @@ -110601,7 +110601,7 @@ }, "style": "form" }, - "ml.get_buckets#size": { + "ml.get_buckets:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of buckets to obtain.", @@ -110611,7 +110611,7 @@ }, "style": "form" }, - "ml.get_buckets#sort": { + "ml.get_buckets:sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested buckets.", @@ -110621,7 +110621,7 @@ }, "style": "form" }, - "ml.get_buckets#start": { + "ml.get_buckets:start": { "in": "query", "name": "start", "description": "Returns buckets with timestamps after this time. `-1` means it is unset\nand results are not limited to specific timestamps.", @@ -110631,7 +110631,7 @@ }, "style": "form" }, - "ml.get_calendars#calendar_id": { + "ml.get_calendars:calendar_id": { "in": "path", "name": "calendar_id", "description": "A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using `_all` or `*` or by omitting the calendar identifier.", @@ -110642,7 +110642,7 @@ }, "style": "simple" }, - "ml.get_calendars#from": { + "ml.get_calendars:from": { "in": "query", "name": "from", "description": "Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.", @@ -110652,7 +110652,7 @@ }, "style": "form" }, - "ml.get_calendars#size": { + "ml.get_calendars:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.", @@ -110662,7 +110662,7 @@ }, "style": "form" }, - "ml.get_categories#job_id": { + "ml.get_categories:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -110673,7 +110673,7 @@ }, "style": "simple" }, - "ml.get_categories#category_id": { + "ml.get_categories:category_id": { "in": "path", "name": "category_id", "description": "Identifier for the category, which is unique in the job. If you specify\nneither the category ID nor the partition_field_value, the API returns\ninformation about all categories. If you specify only the\npartition_field_value, it returns information about all categories for\nthe specified partition.", @@ -110684,7 +110684,7 @@ }, "style": "simple" }, - "ml.get_categories#from": { + "ml.get_categories:from": { "in": "query", "name": "from", "description": "Skips the specified number of categories.", @@ -110694,7 +110694,7 @@ }, "style": "form" }, - "ml.get_categories#partition_field_value": { + "ml.get_categories:partition_field_value": { "in": "query", "name": "partition_field_value", "description": "Only return categories for the specified partition.", @@ -110704,7 +110704,7 @@ }, "style": "form" }, - "ml.get_categories#size": { + "ml.get_categories:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of categories to obtain.", @@ -110714,7 +110714,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#id": { + "ml.get_data_frame_analytics:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", @@ -110725,7 +110725,7 @@ }, "style": "simple" }, - "ml.get_data_frame_analytics#allow_no_match": { + "ml.get_data_frame_analytics:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -110735,7 +110735,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#from": { + "ml.get_data_frame_analytics:from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -110745,7 +110745,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#size": { + "ml.get_data_frame_analytics:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -110755,7 +110755,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#exclude_generated": { + "ml.get_data_frame_analytics:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -110765,7 +110765,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#id": { + "ml.get_data_frame_analytics_stats:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", @@ -110776,7 +110776,7 @@ }, "style": "simple" }, - "ml.get_data_frame_analytics_stats#allow_no_match": { + "ml.get_data_frame_analytics_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -110786,7 +110786,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#from": { + "ml.get_data_frame_analytics_stats:from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -110796,7 +110796,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#size": { + "ml.get_data_frame_analytics_stats:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -110806,7 +110806,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#verbose": { + "ml.get_data_frame_analytics_stats:verbose": { "in": "query", "name": "verbose", "description": "Defines whether the stats response should be verbose.", @@ -110816,7 +110816,7 @@ }, "style": "form" }, - "ml.get_datafeed_stats#datafeed_id": { + "ml.get_datafeed_stats:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", @@ -110827,7 +110827,7 @@ }, "style": "simple" }, - "ml.get_datafeed_stats#allow_no_match": { + "ml.get_datafeed_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -110837,7 +110837,7 @@ }, "style": "form" }, - "ml.get_datafeeds#datafeed_id": { + "ml.get_datafeeds:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", @@ -110848,7 +110848,7 @@ }, "style": "simple" }, - "ml.get_datafeeds#allow_no_match": { + "ml.get_datafeeds:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -110858,7 +110858,7 @@ }, "style": "form" }, - "ml.get_datafeeds#exclude_generated": { + "ml.get_datafeeds:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -110868,7 +110868,7 @@ }, "style": "form" }, - "ml.get_filters#filter_id": { + "ml.get_filters:filter_id": { "in": "path", "name": "filter_id", "description": "A string that uniquely identifies a filter.", @@ -110879,7 +110879,7 @@ }, "style": "simple" }, - "ml.get_filters#from": { + "ml.get_filters:from": { "in": "query", "name": "from", "description": "Skips the specified number of filters.", @@ -110889,7 +110889,7 @@ }, "style": "form" }, - "ml.get_filters#size": { + "ml.get_filters:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of filters to obtain.", @@ -110899,7 +110899,7 @@ }, "style": "form" }, - "ml.get_influencers#job_id": { + "ml.get_influencers:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -110910,7 +110910,7 @@ }, "style": "simple" }, - "ml.get_influencers#desc": { + "ml.get_influencers:desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -110920,7 +110920,7 @@ }, "style": "form" }, - "ml.get_influencers#end": { + "ml.get_influencers:end": { "in": "query", "name": "end", "description": "Returns influencers with timestamps earlier than this time.\nThe default value means it is unset and results are not limited to\nspecific timestamps.", @@ -110930,7 +110930,7 @@ }, "style": "form" }, - "ml.get_influencers#exclude_interim": { + "ml.get_influencers:exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If true, the output excludes interim results. By default, interim results\nare included.", @@ -110940,7 +110940,7 @@ }, "style": "form" }, - "ml.get_influencers#influencer_score": { + "ml.get_influencers:influencer_score": { "in": "query", "name": "influencer_score", "description": "Returns influencers with anomaly scores greater than or equal to this\nvalue.", @@ -110950,7 +110950,7 @@ }, "style": "form" }, - "ml.get_influencers#from": { + "ml.get_influencers:from": { "in": "query", "name": "from", "description": "Skips the specified number of influencers.", @@ -110960,7 +110960,7 @@ }, "style": "form" }, - "ml.get_influencers#size": { + "ml.get_influencers:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of influencers to obtain.", @@ -110970,7 +110970,7 @@ }, "style": "form" }, - "ml.get_influencers#sort": { + "ml.get_influencers:sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested influencers. By default, the\ninfluencers are sorted by the `influencer_score` value.", @@ -110980,7 +110980,7 @@ }, "style": "form" }, - "ml.get_influencers#start": { + "ml.get_influencers:start": { "in": "query", "name": "start", "description": "Returns influencers with timestamps after this time. The default value\nmeans it is unset and results are not limited to specific timestamps.", @@ -110990,7 +110990,7 @@ }, "style": "form" }, - "ml.get_job_stats#job_id": { + "ml.get_job_stats:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs, or a wildcard expression. If\nyou do not specify one of these options, the API returns information for\nall anomaly detection jobs.", @@ -111001,7 +111001,7 @@ }, "style": "simple" }, - "ml.get_job_stats#allow_no_match": { + "ml.get_job_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If `false`, the API returns a `404` status\ncode when there are no matches or only partial matches.", @@ -111011,7 +111011,7 @@ }, "style": "form" }, - "ml.get_jobs#job_id": { + "ml.get_jobs:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression. If you do not specify one of these\noptions, the API returns information for all anomaly detection jobs.", @@ -111022,7 +111022,7 @@ }, "style": "simple" }, - "ml.get_jobs#allow_no_match": { + "ml.get_jobs:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If this parameter is `false`, the request returns a `404` status\ncode when there are no matches or only partial matches.", @@ -111032,7 +111032,7 @@ }, "style": "form" }, - "ml.get_jobs#exclude_generated": { + "ml.get_jobs:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -111042,7 +111042,7 @@ }, "style": "form" }, - "ml.get_memory_stats#node_id": { + "ml.get_memory_stats:node_id": { "in": "path", "name": "node_id", "description": "The names of particular nodes in the cluster to target. For example, `nodeId1,nodeId2` or\n`ml:true`", @@ -111053,7 +111053,7 @@ }, "style": "simple" }, - "ml.get_memory_stats#master_timeout": { + "ml.get_memory_stats:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout\nexpires, the request fails and returns an error.", @@ -111063,7 +111063,7 @@ }, "style": "form" }, - "ml.get_memory_stats#timeout": { + "ml.get_memory_stats:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request\nfails and returns an error.", @@ -111073,7 +111073,7 @@ }, "style": "form" }, - "ml.get_model_snapshots#job_id": { + "ml.get_model_snapshots:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -111084,7 +111084,7 @@ }, "style": "simple" }, - "ml.get_model_snapshots#snapshot_id": { + "ml.get_model_snapshots:snapshot_id": { "in": "path", "name": "snapshot_id", "description": "A numerical character string that uniquely identifies the model snapshot. You can get information for multiple\nsnapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using `_all`,\nby specifying `*` as the snapshot ID, or by omitting the snapshot ID.", @@ -111095,7 +111095,7 @@ }, "style": "simple" }, - "ml.get_model_snapshots#desc": { + "ml.get_model_snapshots:desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -111105,7 +111105,7 @@ }, "style": "form" }, - "ml.get_model_snapshots#end": { + "ml.get_model_snapshots:end": { "in": "query", "name": "end", "description": "Returns snapshots with timestamps earlier than this time.", @@ -111115,7 +111115,7 @@ }, "style": "form" }, - "ml.get_model_snapshots#from": { + "ml.get_model_snapshots:from": { "in": "query", "name": "from", "description": "Skips the specified number of snapshots.", @@ -111125,7 +111125,7 @@ }, "style": "form" }, - "ml.get_model_snapshots#size": { + "ml.get_model_snapshots:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of snapshots to obtain.", @@ -111135,7 +111135,7 @@ }, "style": "form" }, - "ml.get_model_snapshots#sort": { + "ml.get_model_snapshots:sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested snapshots. By default, the\nsnapshots are sorted by their timestamp.", @@ -111145,7 +111145,7 @@ }, "style": "form" }, - "ml.get_model_snapshots#start": { + "ml.get_model_snapshots:start": { "in": "query", "name": "start", "description": "Returns snapshots with timestamps after this time.", @@ -111155,7 +111155,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#job_id": { + "ml.get_overall_buckets:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs or groups, or a wildcard\nexpression.\n\nYou can summarize the bucket results for all anomaly detection jobs by\nusing `_all` or by specifying `*` as the ``.", @@ -111166,7 +111166,7 @@ }, "style": "simple" }, - "ml.get_overall_buckets#allow_no_match": { + "ml.get_overall_buckets:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the request returns an empty `jobs` array when there are no\nmatches and the subset of results when there are partial matches. If this\nparameter is `false`, the request returns a `404` status code when there\nare no matches or only partial matches.", @@ -111176,7 +111176,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#bucket_span": { + "ml.get_overall_buckets:bucket_span": { "in": "query", "name": "bucket_span", "description": "The span of the overall buckets. Must be greater or equal to the largest\nbucket span of the specified anomaly detection jobs, which is the default\nvalue.\n\nBy default, an overall bucket has a span equal to the largest bucket span\nof the specified anomaly detection jobs. To override that behavior, use\nthe optional `bucket_span` parameter.", @@ -111186,7 +111186,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#end": { + "ml.get_overall_buckets:end": { "in": "query", "name": "end", "description": "Returns overall buckets with timestamps earlier than this time.", @@ -111196,7 +111196,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#exclude_interim": { + "ml.get_overall_buckets:exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -111206,7 +111206,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#overall_score": { + "ml.get_overall_buckets:overall_score": { "in": "query", "name": "overall_score", "description": "Returns overall buckets with overall scores greater than or equal to this\nvalue.", @@ -111223,7 +111223,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#start": { + "ml.get_overall_buckets:start": { "in": "query", "name": "start", "description": "Returns overall buckets with timestamps after this time.", @@ -111233,7 +111233,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#top_n": { + "ml.get_overall_buckets:top_n": { "in": "query", "name": "top_n", "description": "The number of top anomaly detection job bucket scores to be used in the\n`overall_score` calculation.", @@ -111243,7 +111243,7 @@ }, "style": "form" }, - "ml.get_records#job_id": { + "ml.get_records:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -111254,7 +111254,7 @@ }, "style": "simple" }, - "ml.get_records#desc": { + "ml.get_records:desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -111264,7 +111264,7 @@ }, "style": "form" }, - "ml.get_records#end": { + "ml.get_records:end": { "in": "query", "name": "end", "description": "Returns records with timestamps earlier than this time. The default value\nmeans results are not limited to specific timestamps.", @@ -111274,7 +111274,7 @@ }, "style": "form" }, - "ml.get_records#exclude_interim": { + "ml.get_records:exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -111284,7 +111284,7 @@ }, "style": "form" }, - "ml.get_records#from": { + "ml.get_records:from": { "in": "query", "name": "from", "description": "Skips the specified number of records.", @@ -111294,7 +111294,7 @@ }, "style": "form" }, - "ml.get_records#record_score": { + "ml.get_records:record_score": { "in": "query", "name": "record_score", "description": "Returns records with anomaly scores greater or equal than this value.", @@ -111304,7 +111304,7 @@ }, "style": "form" }, - "ml.get_records#size": { + "ml.get_records:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of records to obtain.", @@ -111314,7 +111314,7 @@ }, "style": "form" }, - "ml.get_records#sort": { + "ml.get_records:sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested records.", @@ -111324,7 +111324,7 @@ }, "style": "form" }, - "ml.get_records#start": { + "ml.get_records:start": { "in": "query", "name": "start", "description": "Returns records with timestamps after this time. The default value means\nresults are not limited to specific timestamps.", @@ -111334,7 +111334,7 @@ }, "style": "form" }, - "ml.get_trained_models#model_id": { + "ml.get_trained_models:model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias.\n\nYou can get information for multiple trained models in a single API\nrequest by using a comma-separated list of model IDs or a wildcard\nexpression.", @@ -111345,7 +111345,7 @@ }, "style": "simple" }, - "ml.get_trained_models#allow_no_match": { + "ml.get_trained_models:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -111355,7 +111355,7 @@ }, "style": "form" }, - "ml.get_trained_models#decompress_definition": { + "ml.get_trained_models:decompress_definition": { "in": "query", "name": "decompress_definition", "description": "Specifies whether the included model definition should be returned as a\nJSON map (true) or in a custom compressed format (false).", @@ -111365,7 +111365,7 @@ }, "style": "form" }, - "ml.get_trained_models#exclude_generated": { + "ml.get_trained_models:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -111375,7 +111375,7 @@ }, "style": "form" }, - "ml.get_trained_models#from": { + "ml.get_trained_models:from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -111385,7 +111385,7 @@ }, "style": "form" }, - "ml.get_trained_models#include": { + "ml.get_trained_models:include": { "in": "query", "name": "include", "description": "A comma delimited string of optional fields to include in the response\nbody.", @@ -111395,7 +111395,7 @@ }, "style": "form" }, - "ml.get_trained_models#size": { + "ml.get_trained_models:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -111405,7 +111405,7 @@ }, "style": "form" }, - "ml.get_trained_models#tags": { + "ml.get_trained_models:tags": { "in": "query", "name": "tags", "description": "A comma delimited string of tags. A trained model can have many tags, or\nnone. When supplied, only trained models that contain all the supplied\ntags are returned.", @@ -111425,7 +111425,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats#model_id": { + "ml.get_trained_models_stats:model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias. It can be a\ncomma-separated list or a wildcard expression.", @@ -111436,7 +111436,7 @@ }, "style": "simple" }, - "ml.get_trained_models_stats#allow_no_match": { + "ml.get_trained_models_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -111446,7 +111446,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats#from": { + "ml.get_trained_models_stats:from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -111456,7 +111456,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats#size": { + "ml.get_trained_models_stats:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -111466,7 +111466,7 @@ }, "style": "form" }, - "ml.preview_data_frame_analytics#id": { + "ml.preview_data_frame_analytics:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job.", @@ -111477,7 +111477,7 @@ }, "style": "simple" }, - "ml.preview_datafeed#datafeed_id": { + "ml.preview_datafeed:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase\nalphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric\ncharacters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job\nconfiguration details in the request body.", @@ -111488,7 +111488,7 @@ }, "style": "simple" }, - "ml.preview_datafeed#start": { + "ml.preview_datafeed:start": { "in": "query", "name": "start", "description": "The start time from where the datafeed preview should begin", @@ -111498,7 +111498,7 @@ }, "style": "form" }, - "ml.preview_datafeed#end": { + "ml.preview_datafeed:end": { "in": "query", "name": "end", "description": "The end time when the datafeed preview should stop", @@ -111508,7 +111508,7 @@ }, "style": "form" }, - "monitoring.bulk#type": { + "monitoring.bulk:type": { "in": "path", "name": "type", "description": "Default document type for items which don't provide one", @@ -111519,7 +111519,7 @@ }, "style": "simple" }, - "monitoring.bulk#system_id": { + "monitoring.bulk:system_id": { "in": "query", "name": "system_id", "description": "Identifier of the monitored system", @@ -111530,7 +111530,7 @@ }, "style": "form" }, - "monitoring.bulk#system_api_version": { + "monitoring.bulk:system_api_version": { "in": "query", "name": "system_api_version", "description": "", @@ -111541,7 +111541,7 @@ }, "style": "form" }, - "monitoring.bulk#interval": { + "monitoring.bulk:interval": { "in": "query", "name": "interval", "description": "Collection interval (e.g., '10s' or '10000ms') of the payload", @@ -111552,7 +111552,7 @@ }, "style": "form" }, - "msearch#index": { + "msearch:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases to search.", @@ -111563,7 +111563,7 @@ }, "style": "simple" }, - "msearch#allow_no_indices": { + "msearch:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -111573,7 +111573,7 @@ }, "style": "form" }, - "msearch#ccs_minimize_roundtrips": { + "msearch:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -111583,7 +111583,7 @@ }, "style": "form" }, - "msearch#expand_wildcards": { + "msearch:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", @@ -111593,7 +111593,7 @@ }, "style": "form" }, - "msearch#ignore_throttled": { + "msearch:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -111603,7 +111603,7 @@ }, "style": "form" }, - "msearch#ignore_unavailable": { + "msearch:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -111613,7 +111613,7 @@ }, "style": "form" }, - "msearch#include_named_queries_score": { + "msearch:include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "Indicates whether hit.matched_queries should be rendered as a map that includes\nthe name of the matched query associated with its score (true)\nor as an array containing the name of the matched queries (false)\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -111623,7 +111623,7 @@ }, "style": "form" }, - "msearch#max_concurrent_searches": { + "msearch:max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.\nDefaults to `max(1, (# of data nodes * min(search thread pool size, 10)))`.", @@ -111633,7 +111633,7 @@ }, "style": "form" }, - "msearch#max_concurrent_shard_requests": { + "msearch:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -111643,7 +111643,7 @@ }, "style": "form" }, - "msearch#pre_filter_shard_size": { + "msearch:pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -111653,7 +111653,7 @@ }, "style": "form" }, - "msearch#rest_total_hits_as_int": { + "msearch:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -111663,7 +111663,7 @@ }, "style": "form" }, - "msearch#routing": { + "msearch:routing": { "in": "query", "name": "routing", "description": "Custom routing value used to route search operations to a specific shard.", @@ -111673,7 +111673,7 @@ }, "style": "form" }, - "msearch#search_type": { + "msearch:search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", @@ -111683,7 +111683,7 @@ }, "style": "form" }, - "msearch#typed_keys": { + "msearch:typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -111693,7 +111693,7 @@ }, "style": "form" }, - "msearch_template#index": { + "msearch_template:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*`.", @@ -111704,7 +111704,7 @@ }, "style": "simple" }, - "msearch_template#ccs_minimize_roundtrips": { + "msearch_template:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -111714,7 +111714,7 @@ }, "style": "form" }, - "msearch_template#max_concurrent_searches": { + "msearch_template:max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "The maximum number of concurrent searches the API can run.", @@ -111724,7 +111724,7 @@ }, "style": "form" }, - "msearch_template#search_type": { + "msearch_template:search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", @@ -111734,7 +111734,7 @@ }, "style": "form" }, - "msearch_template#rest_total_hits_as_int": { + "msearch_template:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, the response returns `hits.total` as an integer.\nIf `false`, it returns `hits.total` as an object.", @@ -111744,7 +111744,7 @@ }, "style": "form" }, - "msearch_template#typed_keys": { + "msearch_template:typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -111754,7 +111754,7 @@ }, "style": "form" }, - "mtermvectors#index": { + "mtermvectors:index": { "in": "path", "name": "index", "description": "The name of the index that contains the documents.", @@ -111765,7 +111765,7 @@ }, "style": "simple" }, - "mtermvectors#ids": { + "mtermvectors:ids": { "in": "query", "name": "ids", "description": "A comma-separated list of documents ids. You must define ids as parameter or set \"ids\" or \"docs\" in the request body", @@ -111778,7 +111778,7 @@ }, "style": "form" }, - "mtermvectors#fields": { + "mtermvectors:fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", @@ -111788,7 +111788,7 @@ }, "style": "form" }, - "mtermvectors#field_statistics": { + "mtermvectors:field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", @@ -111798,7 +111798,7 @@ }, "style": "form" }, - "mtermvectors#offsets": { + "mtermvectors:offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -111808,7 +111808,7 @@ }, "style": "form" }, - "mtermvectors#payloads": { + "mtermvectors:payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -111818,7 +111818,7 @@ }, "style": "form" }, - "mtermvectors#positions": { + "mtermvectors:positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -111828,7 +111828,7 @@ }, "style": "form" }, - "mtermvectors#preference": { + "mtermvectors:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -111838,7 +111838,7 @@ }, "style": "form" }, - "mtermvectors#realtime": { + "mtermvectors:realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -111848,7 +111848,7 @@ }, "style": "form" }, - "mtermvectors#routing": { + "mtermvectors:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -111858,7 +111858,7 @@ }, "style": "form" }, - "mtermvectors#term_statistics": { + "mtermvectors:term_statistics": { "in": "query", "name": "term_statistics", "description": "If true, the response includes term frequency and document frequency.", @@ -111868,7 +111868,7 @@ }, "style": "form" }, - "mtermvectors#version": { + "mtermvectors:version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", @@ -111878,7 +111878,7 @@ }, "style": "form" }, - "mtermvectors#version_type": { + "mtermvectors:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -111888,7 +111888,7 @@ }, "style": "form" }, - "nodes.hot_threads#node_id": { + "nodes.hot_threads:node_id": { "in": "path", "name": "node_id", "description": "List of node IDs or names used to limit returned information.", @@ -111899,7 +111899,7 @@ }, "style": "simple" }, - "nodes.hot_threads#ignore_idle_threads": { + "nodes.hot_threads:ignore_idle_threads": { "in": "query", "name": "ignore_idle_threads", "description": "If true, known idle threads (e.g. waiting in a socket select, or to get\na task from an empty queue) are filtered out.", @@ -111909,7 +111909,7 @@ }, "style": "form" }, - "nodes.hot_threads#interval": { + "nodes.hot_threads:interval": { "in": "query", "name": "interval", "description": "The interval to do the second sampling of threads.", @@ -111919,7 +111919,7 @@ }, "style": "form" }, - "nodes.hot_threads#snapshots": { + "nodes.hot_threads:snapshots": { "in": "query", "name": "snapshots", "description": "Number of samples of thread stacktrace.", @@ -111929,7 +111929,7 @@ }, "style": "form" }, - "nodes.hot_threads#threads": { + "nodes.hot_threads:threads": { "in": "query", "name": "threads", "description": "Specifies the number of hot threads to provide information for.", @@ -111939,7 +111939,7 @@ }, "style": "form" }, - "nodes.hot_threads#timeout": { + "nodes.hot_threads:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received\nbefore the timeout expires, the request fails and returns an error.", @@ -111949,7 +111949,7 @@ }, "style": "form" }, - "nodes.hot_threads#type": { + "nodes.hot_threads:type": { "in": "query", "name": "type", "description": "The type to sample.", @@ -111959,7 +111959,7 @@ }, "style": "form" }, - "nodes.hot_threads#sort": { + "nodes.hot_threads:sort": { "in": "query", "name": "sort", "description": "The sort order for 'cpu' type (default: total)", @@ -111969,7 +111969,7 @@ }, "style": "form" }, - "nodes.info#node_id": { + "nodes.info:node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node IDs or names used to limit returned information.", @@ -111980,7 +111980,7 @@ }, "style": "simple" }, - "nodes.info#metric": { + "nodes.info:metric": { "in": "path", "name": "metric", "description": "Limits the information returned to the specific metrics. Supports a comma-separated list, such as http,ingest.", @@ -111991,7 +111991,7 @@ }, "style": "simple" }, - "nodes.info#flat_settings": { + "nodes.info:flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -112001,7 +112001,7 @@ }, "style": "form" }, - "nodes.info#timeout": { + "nodes.info:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", @@ -112011,7 +112011,7 @@ }, "style": "form" }, - "nodes.reload_secure_settings#node_id": { + "nodes.reload_secure_settings:node_id": { "in": "path", "name": "node_id", "description": "The names of particular nodes in the cluster to target.", @@ -112022,7 +112022,7 @@ }, "style": "simple" }, - "nodes.reload_secure_settings#timeout": { + "nodes.reload_secure_settings:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -112032,7 +112032,7 @@ }, "style": "form" }, - "nodes.stats#node_id": { + "nodes.stats:node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node IDs or names used to limit returned information.", @@ -112043,7 +112043,7 @@ }, "style": "simple" }, - "nodes.stats#metric": { + "nodes.stats:metric": { "in": "path", "name": "metric", "description": "Limit the information returned to the specified metrics", @@ -112054,7 +112054,7 @@ }, "style": "simple" }, - "nodes.stats#index_metric": { + "nodes.stats:index_metric": { "in": "path", "name": "index_metric", "description": "Limit the information returned for indices metric to the specific index metrics. It can be used only if indices (or all) metric is specified.", @@ -112065,7 +112065,7 @@ }, "style": "simple" }, - "nodes.stats#completion_fields": { + "nodes.stats:completion_fields": { "in": "query", "name": "completion_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.", @@ -112075,7 +112075,7 @@ }, "style": "form" }, - "nodes.stats#fielddata_fields": { + "nodes.stats:fielddata_fields": { "in": "query", "name": "fielddata_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata statistics.", @@ -112085,7 +112085,7 @@ }, "style": "form" }, - "nodes.stats#fields": { + "nodes.stats:fields": { "in": "query", "name": "fields", "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", @@ -112095,7 +112095,7 @@ }, "style": "form" }, - "nodes.stats#groups": { + "nodes.stats:groups": { "in": "query", "name": "groups", "description": "Comma-separated list of search groups to include in the search statistics.", @@ -112105,7 +112105,7 @@ }, "style": "form" }, - "nodes.stats#include_segment_file_sizes": { + "nodes.stats:include_segment_file_sizes": { "in": "query", "name": "include_segment_file_sizes", "description": "If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).", @@ -112115,7 +112115,7 @@ }, "style": "form" }, - "nodes.stats#level": { + "nodes.stats:level": { "in": "query", "name": "level", "description": "Indicates whether statistics are aggregated at the cluster, index, or shard level.", @@ -112125,7 +112125,7 @@ }, "style": "form" }, - "nodes.stats#timeout": { + "nodes.stats:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", @@ -112135,7 +112135,7 @@ }, "style": "form" }, - "nodes.stats#types": { + "nodes.stats:types": { "in": "query", "name": "types", "description": "A comma-separated list of document types for the indexing index metric.", @@ -112148,7 +112148,7 @@ }, "style": "form" }, - "nodes.stats#include_unloaded_segments": { + "nodes.stats:include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If `true`, the response includes information from segments that are not loaded into memory.", @@ -112158,7 +112158,7 @@ }, "style": "form" }, - "nodes.usage#node_id": { + "nodes.usage:node_id": { "in": "path", "name": "node_id", "description": "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes", @@ -112169,7 +112169,7 @@ }, "style": "simple" }, - "nodes.usage#metric": { + "nodes.usage:metric": { "in": "path", "name": "metric", "description": "Limits the information returned to the specific metrics.\nA comma-separated list of the following options: `_all`, `rest_actions`.", @@ -112180,7 +112180,7 @@ }, "style": "simple" }, - "nodes.usage#timeout": { + "nodes.usage:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -112190,7 +112190,7 @@ }, "style": "form" }, - "put_script#id": { + "put_script:id": { "in": "path", "name": "id", "description": "The identifier for the stored script or search template.\nIt must be unique within the cluster.", @@ -112201,7 +112201,7 @@ }, "style": "simple" }, - "put_script#context": { + "put_script:context": { "in": "path", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.", @@ -112212,7 +112212,7 @@ }, "style": "simple" }, - "put_script#context_": { + "put_script:context_": { "in": "query", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.\nIf you specify both this and the `` path parameter, the API uses the request path parameter.", @@ -112222,7 +112222,7 @@ }, "style": "form" }, - "put_script#master_timeout": { + "put_script:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", @@ -112232,7 +112232,7 @@ }, "style": "form" }, - "put_script#timeout": { + "put_script:timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", @@ -112242,7 +112242,7 @@ }, "style": "form" }, - "rank_eval#index": { + "rank_eval:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases used to limit the request.\nWildcard (`*`) expressions are supported.\nTo target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.", @@ -112253,7 +112253,7 @@ }, "style": "simple" }, - "rank_eval#allow_no_indices": { + "rank_eval:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -112263,7 +112263,7 @@ }, "style": "form" }, - "rank_eval#expand_wildcards": { + "rank_eval:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -112273,7 +112273,7 @@ }, "style": "form" }, - "rank_eval#ignore_unavailable": { + "rank_eval:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -112283,7 +112283,7 @@ }, "style": "form" }, - "rank_eval#search_type": { + "rank_eval:search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -112293,7 +112293,7 @@ }, "style": "form" }, - "render_search_template#id": { + "render_search_template:id": { "in": "path", "name": "id", "description": "The ID of the search template to render.\nIf no `source` is specified, this or the `id` request body parameter is required.", @@ -112304,7 +112304,7 @@ }, "style": "simple" }, - "rollup.get_jobs#id": { + "rollup.get_jobs:id": { "in": "path", "name": "id", "description": "Identifier for the rollup job.\nIf it is `_all` or omitted, the API returns all rollup jobs.", @@ -112315,7 +112315,7 @@ }, "style": "simple" }, - "rollup.get_rollup_caps#id": { + "rollup.get_rollup_caps:id": { "in": "path", "name": "id", "description": "Index, indices or index-pattern to return rollup capabilities for.\n`_all` may be used to fetch rollup capabilities from all jobs.", @@ -112326,7 +112326,7 @@ }, "style": "simple" }, - "rollup.rollup_search#index": { + "rollup.rollup_search:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams and indices used to limit the request.\nThis parameter has the following rules:\n\n* At least one data stream, index, or wildcard expression must be specified. This target can include a rollup or non-rollup index. For data streams, the stream's backing indices can only serve as non-rollup indices. Omitting the parameter or using `_all` are not permitted.\n* Multiple non-rollup indices may be specified.\n* Only one rollup index may be specified. If more than one are supplied, an exception occurs.\n* Wildcard expressions (`*`) may be used. If they match more than one rollup index, an exception occurs. However, you can use an expression to match multiple non-rollup indices or data streams.", @@ -112337,7 +112337,7 @@ }, "style": "simple" }, - "rollup.rollup_search#rest_total_hits_as_int": { + "rollup.rollup_search:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -112347,7 +112347,7 @@ }, "style": "form" }, - "rollup.rollup_search#typed_keys": { + "rollup.rollup_search:typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -112357,7 +112357,7 @@ }, "style": "form" }, - "scroll#scroll_id": { + "scroll:scroll_id": { "in": "path", "name": "scroll_id", "description": "The scroll ID", @@ -112368,7 +112368,7 @@ }, "style": "simple" }, - "scroll#scroll": { + "scroll:scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.", @@ -112378,7 +112378,7 @@ }, "style": "form" }, - "scroll#scroll_id_": { + "scroll:scroll_id_": { "in": "query", "name": "scroll_id", "description": "The scroll ID for scrolled search", @@ -112388,7 +112388,7 @@ }, "style": "form" }, - "scroll#rest_total_hits_as_int": { + "scroll:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, the API response’s hit.total property is returned as an integer. If false, the API response’s hit.total property is returned as an object.", @@ -112398,7 +112398,7 @@ }, "style": "form" }, - "search#index": { + "search:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -112409,7 +112409,7 @@ }, "style": "simple" }, - "search#allow_no_indices": { + "search:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -112419,7 +112419,7 @@ }, "style": "form" }, - "search#allow_partial_search_results": { + "search:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If `true` and there are shard request timeouts or shard failures, the request returns partial results.\nIf `false`, it returns an error with no partial results.\n\nTo override the default behavior, you can set the `search.default_allow_partial_results` cluster setting to `false`.", @@ -112429,7 +112429,7 @@ }, "style": "form" }, - "search#analyzer": { + "search:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112439,7 +112439,7 @@ }, "style": "form" }, - "search#analyze_wildcard": { + "search:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112449,7 +112449,7 @@ }, "style": "form" }, - "search#batched_reduce_size": { + "search:batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "The number of shard results that should be reduced at once on the coordinating node.\nIf the potential number of shards in the request can be large, this value should be used as a protection mechanism to reduce the memory overhead per search request.", @@ -112459,7 +112459,7 @@ }, "style": "form" }, - "search#ccs_minimize_roundtrips": { + "search:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips between the coordinating node and the remote clusters are minimized when running cross-cluster search (CCS) requests.", @@ -112469,7 +112469,7 @@ }, "style": "form" }, - "search#default_operator": { + "search:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for the query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112479,7 +112479,7 @@ }, "style": "form" }, - "search#df": { + "search:df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112489,7 +112489,7 @@ }, "style": "form" }, - "search#docvalue_fields": { + "search:docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit.", @@ -112499,7 +112499,7 @@ }, "style": "form" }, - "search#expand_wildcards": { + "search:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values such as `open,hidden`.", @@ -112509,7 +112509,7 @@ }, "style": "form" }, - "search#explain": { + "search:explain": { "in": "query", "name": "explain", "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -112519,7 +112519,7 @@ }, "style": "form" }, - "search#ignore_throttled": { + "search:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded or aliased indices will be ignored when frozen.", @@ -112529,7 +112529,7 @@ }, "style": "form" }, - "search#ignore_unavailable": { + "search:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -112539,7 +112539,7 @@ }, "style": "form" }, - "search#include_named_queries_score": { + "search:include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "If `true`, the response includes the score contribution from any named queries.\n\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -112549,7 +112549,7 @@ }, "style": "form" }, - "search#lenient": { + "search:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112559,7 +112559,7 @@ }, "style": "form" }, - "search#max_concurrent_shard_requests": { + "search:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node that the search runs concurrently.\nThis value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests.", @@ -112569,7 +112569,7 @@ }, "style": "form" }, - "search#preference": { + "search:preference": { "in": "query", "name": "preference", "description": "The nodes and shards used for the search.\nBy default, Elasticsearch selects from eligible nodes and shards using adaptive replica selection, accounting for allocation awareness.\nValid values are:\n\n* `_only_local` to run the search only on shards on the local node.\n* `_local` to, if possible, run the search on shards on the local node, or if not, select shards using the default method.\n* `_only_nodes:,` to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.\n* `_prefer_nodes:,` to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.\n`_shards:,` to run the search only on the specified shards. You can combine this value with other `preference` values. However, the `_shards` value must come first. For example: `_shards:2,3|_local`.\n`` (any string that does not start with `_`) to route searches with the same `` to the same shards in the same order.", @@ -112579,7 +112579,7 @@ }, "style": "form" }, - "search#pre_filter_shard_size": { + "search:pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.\nThis filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).\nWhen unspecified, the pre-filter phase is executed if any of these conditions is met:\n\n* The request targets more than 128 shards.\n* The request targets one or more read-only index.\n* The primary sort of the query targets an indexed field.", @@ -112589,7 +112589,7 @@ }, "style": "form" }, - "search#request_cache": { + "search:request_cache": { "in": "query", "name": "request_cache", "description": "If `true`, the caching of search results is enabled for requests where `size` is `0`.\nIt defaults to index level settings.", @@ -112599,7 +112599,7 @@ }, "style": "form" }, - "search#routing": { + "search:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -112609,7 +112609,7 @@ }, "style": "form" }, - "search#scroll": { + "search:scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.\nBy default, this value cannot exceed `1d` (24 hours).\nYou can change this limit by using the `search.max_keep_alive` cluster-level setting.", @@ -112619,7 +112619,7 @@ }, "style": "form" }, - "search#search_type": { + "search:search_type": { "in": "query", "name": "search_type", "description": "Indicates how distributed term frequencies are calculated for relevance scoring.", @@ -112629,7 +112629,7 @@ }, "style": "form" }, - "search#stats": { + "search:stats": { "in": "query", "name": "stats", "description": "Specific `tag` of the request for logging and statistical purposes.", @@ -112642,7 +112642,7 @@ }, "style": "form" }, - "search#stored_fields": { + "search:stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nYou can pass `_source: true` to return both source fields and stored fields in the search response.", @@ -112652,7 +112652,7 @@ }, "style": "form" }, - "search#suggest_field": { + "search:suggest_field": { "in": "query", "name": "suggest_field", "description": "The field to use for suggestions.", @@ -112662,7 +112662,7 @@ }, "style": "form" }, - "search#suggest_mode": { + "search:suggest_mode": { "in": "query", "name": "suggest_mode", "description": "The suggest mode.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112672,7 +112672,7 @@ }, "style": "form" }, - "search#suggest_size": { + "search:suggest_size": { "in": "query", "name": "suggest_size", "description": "The number of suggestions to return.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112682,7 +112682,7 @@ }, "style": "form" }, - "search#suggest_text": { + "search:suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112692,7 +112692,7 @@ }, "style": "form" }, - "search#terminate_after": { + "search:terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.\nIf set to `0` (default), the query does not terminate early.", @@ -112702,7 +112702,7 @@ }, "style": "form" }, - "search#timeout": { + "search:timeout": { "in": "query", "name": "timeout", "description": "The period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt defaults to no timeout.", @@ -112712,7 +112712,7 @@ }, "style": "form" }, - "search#track_total_hits": { + "search:track_total_hits": { "in": "query", "name": "track_total_hits", "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", @@ -112722,7 +112722,7 @@ }, "style": "form" }, - "search#track_scores": { + "search:track_scores": { "in": "query", "name": "track_scores", "description": "If `true`, the request calculates and returns document scores, even if the scores are not used for sorting.", @@ -112732,7 +112732,7 @@ }, "style": "form" }, - "search#typed_keys": { + "search:typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, aggregation and suggester names are be prefixed by their respective types in the response.", @@ -112742,7 +112742,7 @@ }, "style": "form" }, - "search#rest_total_hits_as_int": { + "search:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.", @@ -112752,7 +112752,7 @@ }, "style": "form" }, - "search#version": { + "search:version": { "in": "query", "name": "version", "description": "If `true`, the request returns the document version as part of a hit.", @@ -112762,7 +112762,7 @@ }, "style": "form" }, - "search#_source": { + "search:_source": { "in": "query", "name": "_source", "description": "The source fields that are returned for matching documents.\nThese fields are returned in the `hits._source` property of the search response.\nValid values are:\n\n* `true` to return the entire document source.\n* `false` to not return the document source.\n* `` to return the source fields that are specified as a comma-separated list that supports wildcard (`*`) patterns.", @@ -112772,7 +112772,7 @@ }, "style": "form" }, - "search#_source_excludes": { + "search:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -112782,7 +112782,7 @@ }, "style": "form" }, - "search#_source_includes": { + "search:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -112792,7 +112792,7 @@ }, "style": "form" }, - "search#seq_no_primary_term": { + "search:seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "If `true`, the request returns the sequence number and primary term of the last modification of each hit.", @@ -112802,7 +112802,7 @@ }, "style": "form" }, - "search#q": { + "search:q": { "in": "query", "name": "q", "description": "A query in the Lucene query string syntax.\nQuery parameter searches do not support the full Elasticsearch Query DSL but are handy for testing.\n\nIMPORTANT: This parameter overrides the query parameter in the request body.\nIf both parameters are specified, documents matching the query request body parameter are not returned.", @@ -112812,7 +112812,7 @@ }, "style": "form" }, - "search#size": { + "search:size": { "in": "query", "name": "size", "description": "The number of hits to return.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -112822,7 +112822,7 @@ }, "style": "form" }, - "search#from": { + "search:from": { "in": "query", "name": "from", "description": "The starting document offset, which must be non-negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -112832,7 +112832,7 @@ }, "style": "form" }, - "search#sort": { + "search:sort": { "in": "query", "name": "sort", "description": "A comma-separated list of `:` pairs.", @@ -112852,7 +112852,7 @@ }, "style": "form" }, - "search#force_synthetic_source": { + "search:force_synthetic_source": { "in": "query", "name": "force_synthetic_source", "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", @@ -112862,7 +112862,7 @@ }, "style": "form" }, - "search_application.get_behavioral_analytics#name": { + "search_application.get_behavioral_analytics:name": { "in": "path", "name": "name", "description": "A list of analytics collections to limit the returned information", @@ -112876,7 +112876,7 @@ }, "style": "simple" }, - "search_application.search#name": { + "search_application.search:name": { "in": "path", "name": "name", "description": "The name of the search application to be searched.", @@ -112887,7 +112887,7 @@ }, "style": "simple" }, - "search_application.search#typed_keys": { + "search_application.search:typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -112897,7 +112897,7 @@ }, "style": "form" }, - "search_mvt#index": { + "search_mvt:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, or aliases to search", @@ -112908,7 +112908,7 @@ }, "style": "simple" }, - "search_mvt#field": { + "search_mvt:field": { "in": "path", "name": "field", "description": "Field containing geospatial data to return", @@ -112919,7 +112919,7 @@ }, "style": "simple" }, - "search_mvt#zoom": { + "search_mvt:zoom": { "in": "path", "name": "zoom", "description": "Zoom level for the vector tile to search", @@ -112930,7 +112930,7 @@ }, "style": "simple" }, - "search_mvt#x": { + "search_mvt:x": { "in": "path", "name": "x", "description": "X coordinate for the vector tile to search", @@ -112941,7 +112941,7 @@ }, "style": "simple" }, - "search_mvt#y": { + "search_mvt:y": { "in": "path", "name": "y", "description": "Y coordinate for the vector tile to search", @@ -112952,7 +112952,7 @@ }, "style": "simple" }, - "search_mvt#exact_bounds": { + "search_mvt:exact_bounds": { "in": "query", "name": "exact_bounds", "description": "If `false`, the meta layer's feature is the bounding box of the tile.\nIf true, the meta layer's feature is a bounding box resulting from a\ngeo_bounds aggregation. The aggregation runs on values that intersect\nthe // tile with wrap_longitude set to false. The resulting\nbounding box may be larger than the vector tile.", @@ -112962,7 +112962,7 @@ }, "style": "form" }, - "search_mvt#extent": { + "search_mvt:extent": { "in": "query", "name": "extent", "description": "The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.", @@ -112972,7 +112972,7 @@ }, "style": "form" }, - "search_mvt#grid_agg": { + "search_mvt:grid_agg": { "in": "query", "name": "grid_agg", "description": "Aggregation used to create a grid for `field`.", @@ -112982,7 +112982,7 @@ }, "style": "form" }, - "search_mvt#grid_precision": { + "search_mvt:grid_precision": { "in": "query", "name": "grid_precision", "description": "Additional zoom levels available through the aggs layer. For example, if is 7\nand grid_precision is 8, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", @@ -112992,7 +112992,7 @@ }, "style": "form" }, - "search_mvt#grid_type": { + "search_mvt:grid_type": { "in": "query", "name": "grid_type", "description": "Determines the geometry type for features in the aggs layer. In the aggs layer,\neach feature represents a geotile_grid cell. If 'grid' each feature is a Polygon\nof the cells bounding box. If 'point' each feature is a Point that is the centroid\nof the cell.", @@ -113002,7 +113002,7 @@ }, "style": "form" }, - "search_mvt#size": { + "search_mvt:size": { "in": "query", "name": "size", "description": "Maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", @@ -113012,7 +113012,7 @@ }, "style": "form" }, - "search_mvt#with_labels": { + "search_mvt:with_labels": { "in": "query", "name": "with_labels", "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -113022,7 +113022,7 @@ }, "style": "form" }, - "search_shards#index": { + "search_shards:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -113033,7 +113033,7 @@ }, "style": "simple" }, - "search_shards#allow_no_indices": { + "search_shards:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -113043,7 +113043,7 @@ }, "style": "form" }, - "search_shards#expand_wildcards": { + "search_shards:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -113053,7 +113053,7 @@ }, "style": "form" }, - "search_shards#ignore_unavailable": { + "search_shards:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -113063,7 +113063,7 @@ }, "style": "form" }, - "search_shards#local": { + "search_shards:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -113073,7 +113073,7 @@ }, "style": "form" }, - "search_shards#master_timeout": { + "search_shards:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIT can also be set to `-1` to indicate that the request should never timeout.", @@ -113083,7 +113083,7 @@ }, "style": "form" }, - "search_shards#preference": { + "search_shards:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -113093,7 +113093,7 @@ }, "style": "form" }, - "search_shards#routing": { + "search_shards:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -113103,7 +113103,7 @@ }, "style": "form" }, - "search_template#index": { + "search_template:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).", @@ -113114,7 +113114,7 @@ }, "style": "simple" }, - "search_template#allow_no_indices": { + "search_template:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -113124,7 +113124,7 @@ }, "style": "form" }, - "search_template#ccs_minimize_roundtrips": { + "search_template:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -113134,7 +113134,7 @@ }, "style": "form" }, - "search_template#expand_wildcards": { + "search_template:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -113144,7 +113144,7 @@ }, "style": "form" }, - "search_template#explain": { + "search_template:explain": { "in": "query", "name": "explain", "description": "If `true`, the response includes additional details about score computation as part of a hit.", @@ -113154,7 +113154,7 @@ }, "style": "form" }, - "search_template#ignore_throttled": { + "search_template:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, specified concrete, expanded, or aliased indices are not included in the response when throttled.", @@ -113164,7 +113164,7 @@ }, "style": "form" }, - "search_template#ignore_unavailable": { + "search_template:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -113174,7 +113174,7 @@ }, "style": "form" }, - "search_template#preference": { + "search_template:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -113184,7 +113184,7 @@ }, "style": "form" }, - "search_template#profile": { + "search_template:profile": { "in": "query", "name": "profile", "description": "If `true`, the query execution is profiled.", @@ -113194,7 +113194,7 @@ }, "style": "form" }, - "search_template#routing": { + "search_template:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -113204,7 +113204,7 @@ }, "style": "form" }, - "search_template#scroll": { + "search_template:scroll": { "in": "query", "name": "scroll", "description": "Specifies how long a consistent view of the index\nshould be maintained for scrolled search.", @@ -113214,7 +113214,7 @@ }, "style": "form" }, - "search_template#search_type": { + "search_template:search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", @@ -113224,7 +113224,7 @@ }, "style": "form" }, - "search_template#rest_total_hits_as_int": { + "search_template:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, `hits.total` is rendered as an integer in the response.\nIf `false`, it is rendered as an object.", @@ -113234,7 +113234,7 @@ }, "style": "form" }, - "search_template#typed_keys": { + "search_template:typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -113244,7 +113244,7 @@ }, "style": "form" }, - "searchable_snapshots.cache_stats#node_id": { + "searchable_snapshots.cache_stats:node_id": { "in": "path", "name": "node_id", "description": "The names of the nodes in the cluster to target.", @@ -113255,7 +113255,7 @@ }, "style": "simple" }, - "searchable_snapshots.cache_stats#master_timeout": { + "searchable_snapshots.cache_stats:master_timeout": { "in": "query", "name": "master_timeout", "deprecated": false, @@ -113264,7 +113264,7 @@ }, "style": "form" }, - "searchable_snapshots.clear_cache#index": { + "searchable_snapshots.clear_cache:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to clear from the cache.\nIt supports wildcards (`*`).", @@ -113275,7 +113275,7 @@ }, "style": "simple" }, - "searchable_snapshots.clear_cache#expand_wildcards": { + "searchable_snapshots.clear_cache:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -113285,7 +113285,7 @@ }, "style": "form" }, - "searchable_snapshots.clear_cache#allow_no_indices": { + "searchable_snapshots.clear_cache:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -113295,7 +113295,7 @@ }, "style": "form" }, - "searchable_snapshots.clear_cache#ignore_unavailable": { + "searchable_snapshots.clear_cache:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -113305,7 +113305,7 @@ }, "style": "form" }, - "searchable_snapshots.stats#index": { + "searchable_snapshots.stats:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams and indices to retrieve statistics for.", @@ -113316,7 +113316,7 @@ }, "style": "simple" }, - "searchable_snapshots.stats#level": { + "searchable_snapshots.stats:level": { "in": "query", "name": "level", "description": "Return stats aggregated at cluster, index or shard level", @@ -113326,7 +113326,7 @@ }, "style": "form" }, - "security.change_password#username": { + "security.change_password:username": { "in": "path", "name": "username", "description": "The user whose password you want to change. If you do not specify this\nparameter, the password is changed for the current user.", @@ -113337,7 +113337,7 @@ }, "style": "simple" }, - "security.change_password#refresh": { + "security.change_password:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113347,7 +113347,7 @@ }, "style": "form" }, - "security.create_api_key#refresh": { + "security.create_api_key:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113357,7 +113357,7 @@ }, "style": "form" }, - "security.create_service_token#namespace": { + "security.create_service_token:namespace": { "in": "path", "name": "namespace", "description": "The name of the namespace, which is a top-level grouping of service accounts.", @@ -113368,7 +113368,7 @@ }, "style": "simple" }, - "security.create_service_token#service": { + "security.create_service_token:service": { "in": "path", "name": "service", "description": "The name of the service.", @@ -113379,7 +113379,7 @@ }, "style": "simple" }, - "security.create_service_token#name": { + "security.create_service_token:name": { "in": "path", "name": "name", "description": "The name for the service account token.\nIf omitted, a random name will be generated.\n\nToken names must be at least one and no more than 256 characters.\nThey can contain alphanumeric characters (a-z, A-Z, 0-9), dashes (`-`), and underscores (`_`), but cannot begin with an underscore.\n\nNOTE: Token names must be unique in the context of the associated service account.\nThey must also be globally unique with their fully qualified names, which are comprised of the service account principal and token name, such as `//`.", @@ -113390,7 +113390,7 @@ }, "style": "simple" }, - "security.create_service_token#refresh": { + "security.create_service_token:refresh": { "in": "query", "name": "refresh", "description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113400,7 +113400,7 @@ }, "style": "form" }, - "security.disable_user#username": { + "security.disable_user:username": { "in": "path", "name": "username", "description": "An identifier for the user.", @@ -113411,7 +113411,7 @@ }, "style": "simple" }, - "security.disable_user#refresh": { + "security.disable_user:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113421,7 +113421,7 @@ }, "style": "form" }, - "security.disable_user_profile#uid": { + "security.disable_user_profile:uid": { "in": "path", "name": "uid", "description": "Unique identifier for the user profile.", @@ -113432,7 +113432,7 @@ }, "style": "simple" }, - "security.disable_user_profile#refresh": { + "security.disable_user_profile:refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", @@ -113442,7 +113442,7 @@ }, "style": "form" }, - "security.enable_user#username": { + "security.enable_user:username": { "in": "path", "name": "username", "description": "An identifier for the user.", @@ -113453,7 +113453,7 @@ }, "style": "simple" }, - "security.enable_user#refresh": { + "security.enable_user:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113463,7 +113463,7 @@ }, "style": "form" }, - "security.enable_user_profile#uid": { + "security.enable_user_profile:uid": { "in": "path", "name": "uid", "description": "A unique identifier for the user profile.", @@ -113474,7 +113474,7 @@ }, "style": "simple" }, - "security.enable_user_profile#refresh": { + "security.enable_user_profile:refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", @@ -113484,7 +113484,7 @@ }, "style": "form" }, - "security.get_privileges#application": { + "security.get_privileges:application": { "in": "path", "name": "application", "description": "The name of the application.\nApplication privileges are always associated with exactly one application.\nIf you do not specify this parameter, the API returns information about all privileges for all applications.", @@ -113495,7 +113495,7 @@ }, "style": "simple" }, - "security.get_privileges#name": { + "security.get_privileges:name": { "in": "path", "name": "name", "description": "The name of the privilege.\nIf you do not specify this parameter, the API returns information about all privileges for the requested application.", @@ -113506,7 +113506,7 @@ }, "style": "simple" }, - "security.get_role#name": { + "security.get_role:name": { "in": "path", "name": "name", "description": "The name of the role.\nYou can specify multiple roles as a comma-separated list.\nIf you do not specify this parameter, the API returns information about all roles.", @@ -113517,7 +113517,7 @@ }, "style": "simple" }, - "security.get_role_mapping#name": { + "security.get_role_mapping:name": { "in": "path", "name": "name", "description": "The distinct name that identifies the role mapping. The name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way. You can specify multiple mapping names as a comma-separated list. If you do not specify this parameter, the API returns information about all role mappings.", @@ -113528,7 +113528,7 @@ }, "style": "simple" }, - "security.get_service_accounts#namespace": { + "security.get_service_accounts:namespace": { "in": "path", "name": "namespace", "description": "The name of the namespace.\nOmit this parameter to retrieve information about all service accounts.\nIf you omit this parameter, you must also omit the `service` parameter.", @@ -113539,7 +113539,7 @@ }, "style": "simple" }, - "security.get_service_accounts#service": { + "security.get_service_accounts:service": { "in": "path", "name": "service", "description": "The service name.\nOmit this parameter to retrieve information about all service accounts that belong to the specified `namespace`.", @@ -113550,7 +113550,7 @@ }, "style": "simple" }, - "security.get_user#username": { + "security.get_user:username": { "in": "path", "name": "username", "description": "An identifier for the user. You can specify multiple usernames as a comma-separated list. If you omit this parameter, the API retrieves information about all users.", @@ -113571,7 +113571,7 @@ }, "style": "simple" }, - "security.get_user#with_profile_uid": { + "security.get_user:with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to retrieve the user profile UID, if it exists, for the users.", @@ -113581,7 +113581,7 @@ }, "style": "form" }, - "security.has_privileges#user": { + "security.has_privileges:user": { "in": "path", "name": "user", "description": "Username", @@ -113592,7 +113592,7 @@ }, "style": "simple" }, - "security.put_privileges#refresh": { + "security.put_privileges:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113602,7 +113602,7 @@ }, "style": "form" }, - "security.put_role#name": { + "security.put_role:name": { "in": "path", "name": "name", "description": "The name of the role that is being created or updated. On Elasticsearch Serverless, the role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.", @@ -113613,7 +113613,7 @@ }, "style": "simple" }, - "security.put_role#refresh": { + "security.put_role:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113623,7 +113623,7 @@ }, "style": "form" }, - "security.put_role_mapping#name": { + "security.put_role_mapping:name": { "in": "path", "name": "name", "description": "The distinct name that identifies the role mapping.\nThe name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way.", @@ -113634,7 +113634,7 @@ }, "style": "simple" }, - "security.put_role_mapping#refresh": { + "security.put_role_mapping:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -113644,7 +113644,7 @@ }, "style": "form" }, - "security.put_user#username": { + "security.put_user:username": { "in": "path", "name": "username", "description": "An identifier for the user.\n\nNOTE: Usernames must be at least 1 and no more than 507 characters.\nThey can contain alphanumeric characters (a-z, A-Z, 0-9), spaces, punctuation, and printable symbols in the Basic Latin (ASCII) block.\nLeading or trailing whitespace is not allowed.", @@ -113655,7 +113655,7 @@ }, "style": "simple" }, - "security.put_user#refresh": { + "security.put_user:refresh": { "in": "query", "name": "refresh", "description": "Valid values are `true`, `false`, and `wait_for`.\nThese values have the same meaning as in the index API, but the default value for this API is true.", @@ -113665,7 +113665,7 @@ }, "style": "form" }, - "security.query_api_keys#with_limited_by": { + "security.query_api_keys:with_limited_by": { "in": "query", "name": "with_limited_by", "description": "Return the snapshot of the owner user's role descriptors associated with the API key.\nAn API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors (effectively limited by it).\nAn API key cannot retrieve any API key’s limited-by role descriptors (including itself) unless it has `manage_api_key` or higher privileges.", @@ -113675,7 +113675,7 @@ }, "style": "form" }, - "security.query_api_keys#with_profile_uid": { + "security.query_api_keys:with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to also retrieve the profile UID for the API key owner principal.\nIf it exists, the profile UID is returned under the `profile_uid` response field for each API key.", @@ -113685,7 +113685,7 @@ }, "style": "form" }, - "security.query_api_keys#typed_keys": { + "security.query_api_keys:typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -113695,7 +113695,7 @@ }, "style": "form" }, - "security.query_user#with_profile_uid": { + "security.query_user:with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to retrieve the user profile UID, if it exists, for the users.", @@ -113705,7 +113705,7 @@ }, "style": "form" }, - "security.suggest_user_profiles#data": { + "security.suggest_user_profiles:data": { "in": "query", "name": "data", "description": "A comma-separated list of filters for the `data` field of the profile document.\nTo return all content use `data=*`.\nTo return a subset of content, use `data=` to retrieve content nested under the specified ``.\nBy default, the API returns no `data` content.\nIt is an error to specify `data` as both the query parameter and the request body field.", @@ -113725,7 +113725,7 @@ }, "style": "form" }, - "security.update_user_profile_data#uid": { + "security.update_user_profile_data:uid": { "in": "path", "name": "uid", "description": "A unique identifier for the user profile.", @@ -113736,7 +113736,7 @@ }, "style": "simple" }, - "security.update_user_profile_data#if_seq_no": { + "security.update_user_profile_data:if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", @@ -113746,7 +113746,7 @@ }, "style": "form" }, - "security.update_user_profile_data#if_primary_term": { + "security.update_user_profile_data:if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -113756,7 +113756,7 @@ }, "style": "form" }, - "security.update_user_profile_data#refresh": { + "security.update_user_profile_data:refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", @@ -113766,7 +113766,7 @@ }, "style": "form" }, - "shutdown.get_node#node_id": { + "shutdown.get_node:node_id": { "in": "path", "name": "node_id", "description": "Which node for which to retrieve the shutdown status", @@ -113777,7 +113777,7 @@ }, "style": "simple" }, - "shutdown.get_node#master_timeout": { + "shutdown.get_node:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -113787,7 +113787,7 @@ }, "style": "form" }, - "simulate.ingest#index": { + "simulate.ingest:index": { "in": "path", "name": "index", "description": "The index to simulate ingesting into.\nThis value can be overridden by specifying an index on each document.\nIf you specify this parameter in the request path, it is used for any documents that do not explicitly specify an index argument.", @@ -113798,7 +113798,7 @@ }, "style": "simple" }, - "simulate.ingest#pipeline": { + "simulate.ingest:pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline to use as the default pipeline.\nThis value can be used to override the default pipeline of the index.", @@ -113808,7 +113808,7 @@ }, "style": "form" }, - "slm.get_lifecycle#policy_id": { + "slm.get_lifecycle:policy_id": { "in": "path", "name": "policy_id", "description": "Comma-separated list of snapshot lifecycle policies to retrieve", @@ -113819,7 +113819,7 @@ }, "style": "simple" }, - "slm.get_lifecycle#master_timeout": { + "slm.get_lifecycle:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -113829,7 +113829,7 @@ }, "style": "form" }, - "slm.get_lifecycle#timeout": { + "slm.get_lifecycle:timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -113839,7 +113839,7 @@ }, "style": "form" }, - "snapshot.create#repository": { + "snapshot.create:repository": { "in": "path", "name": "repository", "description": "The name of the repository for the snapshot.", @@ -113850,7 +113850,7 @@ }, "style": "simple" }, - "snapshot.create#snapshot": { + "snapshot.create:snapshot": { "in": "path", "name": "snapshot", "description": "The name of the snapshot.\nIt supportes date math.\nIt must be unique in the repository.", @@ -113861,7 +113861,7 @@ }, "style": "simple" }, - "snapshot.create#master_timeout": { + "snapshot.create:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -113871,7 +113871,7 @@ }, "style": "form" }, - "snapshot.create#wait_for_completion": { + "snapshot.create:wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "If `true`, the request returns a response when the snapshot is complete.\nIf `false`, the request returns a response when the snapshot initializes.", @@ -113881,7 +113881,7 @@ }, "style": "form" }, - "snapshot.create_repository#repository": { + "snapshot.create_repository:repository": { "in": "path", "name": "repository", "description": "The name of the snapshot repository to register or update.", @@ -113892,7 +113892,7 @@ }, "style": "simple" }, - "snapshot.create_repository#master_timeout": { + "snapshot.create_repository:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", @@ -113902,7 +113902,7 @@ }, "style": "form" }, - "snapshot.create_repository#timeout": { + "snapshot.create_repository:timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", @@ -113912,7 +113912,7 @@ }, "style": "form" }, - "snapshot.create_repository#verify": { + "snapshot.create_repository:verify": { "in": "query", "name": "verify", "description": "If `true`, the request verifies the repository is functional on all master and data nodes in the cluster.\nIf `false`, this verification is skipped.\nYou can also perform this verification with the verify snapshot repository API.", @@ -113922,7 +113922,7 @@ }, "style": "form" }, - "snapshot.get_repository#repository": { + "snapshot.get_repository:repository": { "in": "path", "name": "repository", "description": "A comma-separated list of snapshot repository names used to limit the request.\nWildcard (`*`) expressions are supported including combining wildcards with exclude patterns starting with `-`.\n\nTo get information about all snapshot repositories registered in the cluster, omit this parameter or use `*` or `_all`.", @@ -113933,7 +113933,7 @@ }, "style": "simple" }, - "snapshot.get_repository#local": { + "snapshot.get_repository:local": { "in": "query", "name": "local", "description": "If `true`, the request gets information from the local node only.\nIf `false`, the request gets information from the master node.", @@ -113943,7 +113943,7 @@ }, "style": "form" }, - "snapshot.get_repository#master_timeout": { + "snapshot.get_repository:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", @@ -113953,7 +113953,7 @@ }, "style": "form" }, - "snapshot.status#repository": { + "snapshot.status:repository": { "in": "path", "name": "repository", "description": "The snapshot repository name used to limit the request.\nIt supports wildcards (`*`) if `` isn't specified.", @@ -113964,7 +113964,7 @@ }, "style": "simple" }, - "snapshot.status#snapshot": { + "snapshot.status:snapshot": { "in": "path", "name": "snapshot", "description": "A comma-separated list of snapshots to retrieve status for.\nThe default is currently running snapshots.\nWildcards (`*`) are not supported.", @@ -113975,7 +113975,7 @@ }, "style": "simple" }, - "snapshot.status#ignore_unavailable": { + "snapshot.status:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error for any snapshots that are unavailable.\nIf `true`, the request ignores snapshots that are unavailable, such as those that are corrupted or temporarily cannot be returned.", @@ -113985,7 +113985,7 @@ }, "style": "form" }, - "snapshot.status#master_timeout": { + "snapshot.status:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", @@ -113995,7 +113995,7 @@ }, "style": "form" }, - "sql.query#format": { + "sql.query:format": { "in": "query", "name": "format", "description": "The format for the response.\nYou can also specify a format using the `Accept` HTTP header.\nIf you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.", @@ -114005,7 +114005,7 @@ }, "style": "form" }, - "tasks.cancel#task_id": { + "tasks.cancel:task_id": { "in": "path", "name": "task_id", "description": "The task identifier.", @@ -114016,7 +114016,7 @@ }, "style": "simple" }, - "tasks.cancel#actions": { + "tasks.cancel:actions": { "in": "query", "name": "actions", "description": "A comma-separated list or wildcard expression of actions that is used to limit the request.", @@ -114036,7 +114036,7 @@ }, "style": "form" }, - "tasks.cancel#nodes": { + "tasks.cancel:nodes": { "in": "query", "name": "nodes", "description": "A comma-separated list of node IDs or names that is used to limit the request.", @@ -114049,7 +114049,7 @@ }, "style": "form" }, - "tasks.cancel#parent_task_id": { + "tasks.cancel:parent_task_id": { "in": "query", "name": "parent_task_id", "description": "A parent task ID that is used to limit the tasks.", @@ -114059,7 +114059,7 @@ }, "style": "form" }, - "tasks.cancel#wait_for_completion": { + "tasks.cancel:wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "If true, the request blocks until all found tasks are complete.", @@ -114069,7 +114069,7 @@ }, "style": "form" }, - "terms_enum#index": { + "terms_enum:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases to search.\nWildcard (`*`) expressions are supported.\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", @@ -114080,7 +114080,7 @@ }, "style": "simple" }, - "termvectors#index": { + "termvectors:index": { "in": "path", "name": "index", "description": "The name of the index that contains the document.", @@ -114091,7 +114091,7 @@ }, "style": "simple" }, - "termvectors#id": { + "termvectors:id": { "in": "path", "name": "id", "description": "A unique identifier for the document.", @@ -114102,7 +114102,7 @@ }, "style": "simple" }, - "termvectors#fields": { + "termvectors:fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", @@ -114112,7 +114112,7 @@ }, "style": "form" }, - "termvectors#field_statistics": { + "termvectors:field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -114122,7 +114122,7 @@ }, "style": "form" }, - "termvectors#offsets": { + "termvectors:offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -114132,7 +114132,7 @@ }, "style": "form" }, - "termvectors#payloads": { + "termvectors:payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -114142,7 +114142,7 @@ }, "style": "form" }, - "termvectors#positions": { + "termvectors:positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -114152,7 +114152,7 @@ }, "style": "form" }, - "termvectors#preference": { + "termvectors:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -114162,7 +114162,7 @@ }, "style": "form" }, - "termvectors#realtime": { + "termvectors:realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -114172,7 +114172,7 @@ }, "style": "form" }, - "termvectors#routing": { + "termvectors:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -114182,7 +114182,7 @@ }, "style": "form" }, - "termvectors#term_statistics": { + "termvectors:term_statistics": { "in": "query", "name": "term_statistics", "description": "If `true`, the response includes:\n\n* The total term frequency (how often a term occurs in all documents).\n* The document frequency (the number of documents containing the current term).\n\nBy default these values are not returned since term statistics can have a serious performance impact.", @@ -114192,7 +114192,7 @@ }, "style": "form" }, - "termvectors#version": { + "termvectors:version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", @@ -114202,7 +114202,7 @@ }, "style": "form" }, - "termvectors#version_type": { + "termvectors:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -114212,7 +114212,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#column_names": { + "text_structure.find_message_structure:column_names": { "in": "query", "name": "column_names", "description": "If the format is `delimited`, you can specify the column names in a comma-separated list.\nIf this parameter is not specified, the structure finder uses the column names from the header row of the text.\nIf the text does not have a header role, columns are named \"column1\", \"column2\", \"column3\", for example.", @@ -114222,7 +114222,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#delimiter": { + "text_structure.find_message_structure:delimiter": { "in": "query", "name": "delimiter", "description": "If you the format is `delimited`, you can specify the character used to delimit the values in each row.\nOnly a single character is supported; the delimiter cannot have multiple characters.\nBy default, the API considers the following possibilities: comma, tab, semi-colon, and pipe (`|`).\nIn this default scenario, all rows must have the same number of fields for the delimited format to be detected.\nIf you specify a delimiter, up to 10% of the rows can have a different number of columns than the first row.", @@ -114232,7 +114232,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#ecs_compatibility": { + "text_structure.find_message_structure:ecs_compatibility": { "in": "query", "name": "ecs_compatibility", "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nThis setting primarily has an impact when a whole message Grok pattern such as `%{CATALINALOG}` matches the input.\nIf the structure finder identifies a common structure but has no idea of meaning then generic field names such as `path`, `ipaddress`, `field1`, and `field2` are used in the `grok_pattern` output, with the intention that a user who knows the meanings rename these fields before using it.", @@ -114242,7 +114242,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#explain": { + "text_structure.find_message_structure:explain": { "in": "query", "name": "explain", "description": "If this parameter is set to true, the response includes a field named `explanation`, which is an array of strings that indicate how the structure finder produced its result.", @@ -114252,7 +114252,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#format": { + "text_structure.find_message_structure:format": { "in": "query", "name": "format", "description": "The high level structure of the text.\nBy default, the API chooses the format.\nIn this default scenario, all rows must have the same number of fields for a delimited format to be detected.\nIf the format is `delimited` and the delimiter is not set, however, the API tolerates up to 5% of rows that have a different number of columns than the first row.", @@ -114262,7 +114262,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#grok_pattern": { + "text_structure.find_message_structure:grok_pattern": { "in": "query", "name": "grok_pattern", "description": "If the format is `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", @@ -114272,7 +114272,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#quote": { + "text_structure.find_message_structure:quote": { "in": "query", "name": "quote", "description": "If the format is `delimited`, you can specify the character used to quote the values in each row if they contain newlines or the delimiter character.\nOnly a single character is supported.\nIf this parameter is not specified, the default value is a double quote (`\"`).\nIf your delimited text format does not use quoting, a workaround is to set this argument to a character that does not appear anywhere in the sample.", @@ -114282,7 +114282,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#should_trim_fields": { + "text_structure.find_message_structure:should_trim_fields": { "in": "query", "name": "should_trim_fields", "description": "If the format is `delimited`, you can specify whether values between delimiters should have whitespace trimmed from them.\nIf this parameter is not specified and the delimiter is pipe (`|`), the default value is true.\nOtherwise, the default value is `false`.", @@ -114292,7 +114292,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#timeout": { + "text_structure.find_message_structure:timeout": { "in": "query", "name": "timeout", "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires, it will be stopped.", @@ -114302,7 +114302,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#timestamp_field": { + "text_structure.find_message_structure:timestamp_field": { "in": "query", "name": "timestamp_field", "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text was ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the format is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", @@ -114312,7 +114312,7 @@ }, "style": "form" }, - "text_structure.find_message_structure#timestamp_format": { + "text_structure.find_message_structure:timestamp_format": { "in": "query", "name": "timestamp_format", "description": "The Java time format of the timestamp field in the text.\nOnly a subset of Java time format letter groups are supported:\n\n* `a`\n* `d`\n* `dd`\n* `EEE`\n* `EEEE`\n* `H`\n* `HH`\n* `h`\n* `M`\n* `MM`\n* `MMM`\n* `MMMM`\n* `mm`\n* `ss`\n* `XX`\n* `XXX`\n* `yy`\n* `yyyy`\n* `zzz`\n\nAdditionally `S` letter groups (fractional seconds) of length one to nine are supported providing they occur after `ss` and are separated from the `ss` by a period (`.`), comma (`,`), or colon (`:`).\nSpacing and punctuation is also permitted with the exception a question mark (`?`), newline, and carriage return, together with literal text enclosed in single quotes.\nFor example, `MM/dd HH.mm.ss,SSSSSS 'in' yyyy` is a valid override format.\n\nOne valuable use case for this parameter is when the format is semi-structured text, there are multiple timestamp formats in the text, and you know which format corresponds to the primary timestamp, but you do not want to specify the full `grok_pattern`.\nAnother is when the timestamp format is one that the structure finder does not consider by default.\n\nIf this parameter is not specified, the structure finder chooses the best format from a built-in set.\n\nIf the special value `null` is specified, the structure finder will not look for a primary timestamp in the text.\nWhen the format is semi-structured text, this will result in the structure finder treating the text as single-line messages.", @@ -114322,7 +114322,7 @@ }, "style": "form" }, - "text_structure.test_grok_pattern#ecs_compatibility": { + "text_structure.test_grok_pattern:ecs_compatibility": { "in": "query", "name": "ecs_compatibility", "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nValid values are `disabled` and `v1`.", @@ -114332,7 +114332,7 @@ }, "style": "form" }, - "transform.get_transform#transform_id": { + "transform.get_transform:transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform. It can be a transform identifier or a\nwildcard expression. You can get information for all transforms by using\n`_all`, by specifying `*` as the ``, or by omitting the\n``.", @@ -114343,7 +114343,7 @@ }, "style": "simple" }, - "transform.get_transform#allow_no_match": { + "transform.get_transform:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no transforms that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf this parameter is false, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -114353,7 +114353,7 @@ }, "style": "form" }, - "transform.get_transform#from": { + "transform.get_transform:from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -114363,7 +114363,7 @@ }, "style": "form" }, - "transform.get_transform#size": { + "transform.get_transform:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of transforms to obtain.", @@ -114373,7 +114373,7 @@ }, "style": "form" }, - "transform.get_transform#exclude_generated": { + "transform.get_transform:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Excludes fields that were automatically added when creating the\ntransform. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -114383,7 +114383,7 @@ }, "style": "form" }, - "transform.preview_transform#transform_id": { + "transform.preview_transform:transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform to preview. If you specify this path parameter, you cannot provide transform\nconfiguration details in the request body.", @@ -114394,7 +114394,7 @@ }, "style": "simple" }, - "transform.preview_transform#timeout": { + "transform.preview_transform:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", @@ -114404,7 +114404,7 @@ }, "style": "form" }, - "watcher.ack_watch#watch_id": { + "watcher.ack_watch:watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", @@ -114415,7 +114415,7 @@ }, "style": "simple" }, - "watcher.ack_watch#action_id": { + "watcher.ack_watch:action_id": { "in": "path", "name": "action_id", "description": "A comma-separated list of the action identifiers to acknowledge.\nIf you omit this parameter, all of the actions of the watch are acknowledged.", @@ -114426,7 +114426,7 @@ }, "style": "simple" }, - "watcher.activate_watch#watch_id": { + "watcher.activate_watch:watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", @@ -114437,7 +114437,7 @@ }, "style": "simple" }, - "watcher.deactivate_watch#watch_id": { + "watcher.deactivate_watch:watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", @@ -114448,7 +114448,7 @@ }, "style": "simple" }, - "watcher.execute_watch#id": { + "watcher.execute_watch:id": { "in": "path", "name": "id", "description": "The watch identifier.", @@ -114459,7 +114459,7 @@ }, "style": "simple" }, - "watcher.execute_watch#debug": { + "watcher.execute_watch:debug": { "in": "query", "name": "debug", "description": "Defines whether the watch runs in debug mode.", @@ -114469,7 +114469,7 @@ }, "style": "form" }, - "watcher.put_watch#id": { + "watcher.put_watch:id": { "in": "path", "name": "id", "description": "The identifier for the watch.", @@ -114480,7 +114480,7 @@ }, "style": "simple" }, - "watcher.put_watch#active": { + "watcher.put_watch:active": { "in": "query", "name": "active", "description": "The initial state of the watch.\nThe default value is `true`, which means the watch is active by default.", @@ -114490,7 +114490,7 @@ }, "style": "form" }, - "watcher.put_watch#if_primary_term": { + "watcher.put_watch:if_primary_term": { "in": "query", "name": "if_primary_term", "description": "only update the watch if the last operation that has changed the watch has the specified primary term", @@ -114500,7 +114500,7 @@ }, "style": "form" }, - "watcher.put_watch#if_seq_no": { + "watcher.put_watch:if_seq_no": { "in": "query", "name": "if_seq_no", "description": "only update the watch if the last operation that has changed the watch has the specified sequence number", @@ -114510,7 +114510,7 @@ }, "style": "form" }, - "watcher.put_watch#version": { + "watcher.put_watch:version": { "in": "query", "name": "version", "description": "Explicit version number for concurrency control", @@ -114520,7 +114520,7 @@ }, "style": "form" }, - "watcher.stats#metric": { + "watcher.stats:metric": { "in": "path", "name": "metric", "description": "Defines which additional metrics are included in the response.", @@ -114541,7 +114541,7 @@ }, "style": "simple" }, - "watcher.stats#emit_stacktraces": { + "watcher.stats:emit_stacktraces": { "in": "query", "name": "emit_stacktraces", "description": "Defines whether stack traces are generated for each watch that is running.", @@ -114551,7 +114551,7 @@ }, "style": "form" }, - "watcher.stats#metric_": { + "watcher.stats:metric_": { "in": "query", "name": "metric", "description": "Defines which additional metrics are included in the response.", diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 7636d00df4..602319f7e6 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -188,133 +188,133 @@ "operationId": "async-search-submit", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit#wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit#keep_alive" + "$ref": "#/components/parameters/async_search.submit:keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit#keep_on_completion" + "$ref": "#/components/parameters/async_search.submit:keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit#allow_no_indices" + "$ref": "#/components/parameters/async_search.submit:allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit#allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit#analyzer" + "$ref": "#/components/parameters/async_search.submit:analyzer" }, { - "$ref": "#/components/parameters/async_search.submit#analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit#batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit#default_operator" + "$ref": "#/components/parameters/async_search.submit:default_operator" }, { - "$ref": "#/components/parameters/async_search.submit#df" + "$ref": "#/components/parameters/async_search.submit:df" }, { - "$ref": "#/components/parameters/async_search.submit#docvalue_fields" + "$ref": "#/components/parameters/async_search.submit:docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit#expand_wildcards" + "$ref": "#/components/parameters/async_search.submit:expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit#explain" + "$ref": "#/components/parameters/async_search.submit:explain" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_throttled" + "$ref": "#/components/parameters/async_search.submit:ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit#lenient" + "$ref": "#/components/parameters/async_search.submit:lenient" }, { - "$ref": "#/components/parameters/async_search.submit#max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit#preference" + "$ref": "#/components/parameters/async_search.submit:preference" }, { - "$ref": "#/components/parameters/async_search.submit#request_cache" + "$ref": "#/components/parameters/async_search.submit:request_cache" }, { - "$ref": "#/components/parameters/async_search.submit#routing" + "$ref": "#/components/parameters/async_search.submit:routing" }, { - "$ref": "#/components/parameters/async_search.submit#search_type" + "$ref": "#/components/parameters/async_search.submit:search_type" }, { - "$ref": "#/components/parameters/async_search.submit#stats" + "$ref": "#/components/parameters/async_search.submit:stats" }, { - "$ref": "#/components/parameters/async_search.submit#stored_fields" + "$ref": "#/components/parameters/async_search.submit:stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_field" + "$ref": "#/components/parameters/async_search.submit:suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_mode" + "$ref": "#/components/parameters/async_search.submit:suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_size" + "$ref": "#/components/parameters/async_search.submit:suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_text" + "$ref": "#/components/parameters/async_search.submit:suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit#terminate_after" + "$ref": "#/components/parameters/async_search.submit:terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit#timeout" + "$ref": "#/components/parameters/async_search.submit:timeout" }, { - "$ref": "#/components/parameters/async_search.submit#track_total_hits" + "$ref": "#/components/parameters/async_search.submit:track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit#track_scores" + "$ref": "#/components/parameters/async_search.submit:track_scores" }, { - "$ref": "#/components/parameters/async_search.submit#typed_keys" + "$ref": "#/components/parameters/async_search.submit:typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit#rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit#version" + "$ref": "#/components/parameters/async_search.submit:version" }, { - "$ref": "#/components/parameters/async_search.submit#_source" + "$ref": "#/components/parameters/async_search.submit:_source" }, { - "$ref": "#/components/parameters/async_search.submit#_source_excludes" + "$ref": "#/components/parameters/async_search.submit:_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit#_source_includes" + "$ref": "#/components/parameters/async_search.submit:_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit#seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit#q" + "$ref": "#/components/parameters/async_search.submit:q" }, { - "$ref": "#/components/parameters/async_search.submit#size" + "$ref": "#/components/parameters/async_search.submit:size" }, { - "$ref": "#/components/parameters/async_search.submit#from" + "$ref": "#/components/parameters/async_search.submit:from" }, { - "$ref": "#/components/parameters/async_search.submit#sort" + "$ref": "#/components/parameters/async_search.submit:sort" } ], "requestBody": { @@ -322,7 +322,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit#200" + "$ref": "#/components/responses/async_search.submit:200" } }, "x-state": "Added in 7.7.0" @@ -338,136 +338,136 @@ "operationId": "async-search-submit-1", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit#index" + "$ref": "#/components/parameters/async_search.submit:index" }, { - "$ref": "#/components/parameters/async_search.submit#wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit#keep_alive" + "$ref": "#/components/parameters/async_search.submit:keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit#keep_on_completion" + "$ref": "#/components/parameters/async_search.submit:keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit#allow_no_indices" + "$ref": "#/components/parameters/async_search.submit:allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit#allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit#analyzer" + "$ref": "#/components/parameters/async_search.submit:analyzer" }, { - "$ref": "#/components/parameters/async_search.submit#analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit#batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit#default_operator" + "$ref": "#/components/parameters/async_search.submit:default_operator" }, { - "$ref": "#/components/parameters/async_search.submit#df" + "$ref": "#/components/parameters/async_search.submit:df" }, { - "$ref": "#/components/parameters/async_search.submit#docvalue_fields" + "$ref": "#/components/parameters/async_search.submit:docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit#expand_wildcards" + "$ref": "#/components/parameters/async_search.submit:expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit#explain" + "$ref": "#/components/parameters/async_search.submit:explain" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_throttled" + "$ref": "#/components/parameters/async_search.submit:ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit#ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit#lenient" + "$ref": "#/components/parameters/async_search.submit:lenient" }, { - "$ref": "#/components/parameters/async_search.submit#max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit#preference" + "$ref": "#/components/parameters/async_search.submit:preference" }, { - "$ref": "#/components/parameters/async_search.submit#request_cache" + "$ref": "#/components/parameters/async_search.submit:request_cache" }, { - "$ref": "#/components/parameters/async_search.submit#routing" + "$ref": "#/components/parameters/async_search.submit:routing" }, { - "$ref": "#/components/parameters/async_search.submit#search_type" + "$ref": "#/components/parameters/async_search.submit:search_type" }, { - "$ref": "#/components/parameters/async_search.submit#stats" + "$ref": "#/components/parameters/async_search.submit:stats" }, { - "$ref": "#/components/parameters/async_search.submit#stored_fields" + "$ref": "#/components/parameters/async_search.submit:stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_field" + "$ref": "#/components/parameters/async_search.submit:suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_mode" + "$ref": "#/components/parameters/async_search.submit:suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_size" + "$ref": "#/components/parameters/async_search.submit:suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit#suggest_text" + "$ref": "#/components/parameters/async_search.submit:suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit#terminate_after" + "$ref": "#/components/parameters/async_search.submit:terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit#timeout" + "$ref": "#/components/parameters/async_search.submit:timeout" }, { - "$ref": "#/components/parameters/async_search.submit#track_total_hits" + "$ref": "#/components/parameters/async_search.submit:track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit#track_scores" + "$ref": "#/components/parameters/async_search.submit:track_scores" }, { - "$ref": "#/components/parameters/async_search.submit#typed_keys" + "$ref": "#/components/parameters/async_search.submit:typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit#rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit#version" + "$ref": "#/components/parameters/async_search.submit:version" }, { - "$ref": "#/components/parameters/async_search.submit#_source" + "$ref": "#/components/parameters/async_search.submit:_source" }, { - "$ref": "#/components/parameters/async_search.submit#_source_excludes" + "$ref": "#/components/parameters/async_search.submit:_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit#_source_includes" + "$ref": "#/components/parameters/async_search.submit:_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit#seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit#q" + "$ref": "#/components/parameters/async_search.submit:q" }, { - "$ref": "#/components/parameters/async_search.submit#size" + "$ref": "#/components/parameters/async_search.submit:size" }, { - "$ref": "#/components/parameters/async_search.submit#from" + "$ref": "#/components/parameters/async_search.submit:from" }, { - "$ref": "#/components/parameters/async_search.submit#sort" + "$ref": "#/components/parameters/async_search.submit:sort" } ], "requestBody": { @@ -475,7 +475,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit#200" + "$ref": "#/components/responses/async_search.submit:200" } }, "x-state": "Added in 7.7.0" @@ -491,40 +491,40 @@ "operationId": "bulk-1", "parameters": [ { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -532,7 +532,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } }, @@ -545,40 +545,40 @@ "operationId": "bulk", "parameters": [ { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -586,7 +586,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } } @@ -601,43 +601,43 @@ "operationId": "bulk-3", "parameters": [ { - "$ref": "#/components/parameters/bulk#index" + "$ref": "#/components/parameters/bulk:index" }, { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -645,7 +645,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } }, @@ -658,43 +658,43 @@ "operationId": "bulk-2", "parameters": [ { - "$ref": "#/components/parameters/bulk#index" + "$ref": "#/components/parameters/bulk:index" }, { - "$ref": "#/components/parameters/bulk#include_source_on_error" + "$ref": "#/components/parameters/bulk:include_source_on_error" }, { - "$ref": "#/components/parameters/bulk#list_executed_pipelines" + "$ref": "#/components/parameters/bulk:list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk#pipeline" + "$ref": "#/components/parameters/bulk:pipeline" }, { - "$ref": "#/components/parameters/bulk#refresh" + "$ref": "#/components/parameters/bulk:refresh" }, { - "$ref": "#/components/parameters/bulk#routing" + "$ref": "#/components/parameters/bulk:routing" }, { - "$ref": "#/components/parameters/bulk#_source" + "$ref": "#/components/parameters/bulk:_source" }, { - "$ref": "#/components/parameters/bulk#_source_excludes" + "$ref": "#/components/parameters/bulk:_source_excludes" }, { - "$ref": "#/components/parameters/bulk#_source_includes" + "$ref": "#/components/parameters/bulk:_source_includes" }, { - "$ref": "#/components/parameters/bulk#timeout" + "$ref": "#/components/parameters/bulk:timeout" }, { - "$ref": "#/components/parameters/bulk#wait_for_active_shards" + "$ref": "#/components/parameters/bulk:wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk#require_alias" + "$ref": "#/components/parameters/bulk:require_alias" }, { - "$ref": "#/components/parameters/bulk#require_data_stream" + "$ref": "#/components/parameters/bulk:require_data_stream" } ], "requestBody": { @@ -702,7 +702,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk#200" + "$ref": "#/components/responses/bulk:200" } } } @@ -717,21 +717,21 @@ "operationId": "cat-aliases", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases#h" + "$ref": "#/components/parameters/cat.aliases:h" }, { - "$ref": "#/components/parameters/cat.aliases#s" + "$ref": "#/components/parameters/cat.aliases:s" }, { - "$ref": "#/components/parameters/cat.aliases#expand_wildcards" + "$ref": "#/components/parameters/cat.aliases:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases#master_timeout" + "$ref": "#/components/parameters/cat.aliases:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases#200" + "$ref": "#/components/responses/cat.aliases:200" } } } @@ -746,24 +746,24 @@ "operationId": "cat-aliases-1", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases#name" + "$ref": "#/components/parameters/cat.aliases:name" }, { - "$ref": "#/components/parameters/cat.aliases#h" + "$ref": "#/components/parameters/cat.aliases:h" }, { - "$ref": "#/components/parameters/cat.aliases#s" + "$ref": "#/components/parameters/cat.aliases:s" }, { - "$ref": "#/components/parameters/cat.aliases#expand_wildcards" + "$ref": "#/components/parameters/cat.aliases:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases#master_timeout" + "$ref": "#/components/parameters/cat.aliases:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases#200" + "$ref": "#/components/responses/cat.aliases:200" } } } @@ -778,21 +778,21 @@ "operationId": "cat-component-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates#h" + "$ref": "#/components/parameters/cat.component_templates:h" }, { - "$ref": "#/components/parameters/cat.component_templates#s" + "$ref": "#/components/parameters/cat.component_templates:s" }, { - "$ref": "#/components/parameters/cat.component_templates#local" + "$ref": "#/components/parameters/cat.component_templates:local" }, { - "$ref": "#/components/parameters/cat.component_templates#master_timeout" + "$ref": "#/components/parameters/cat.component_templates:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates#200" + "$ref": "#/components/responses/cat.component_templates:200" } }, "x-state": "Added in 5.1.0" @@ -808,24 +808,24 @@ "operationId": "cat-component-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates#name" + "$ref": "#/components/parameters/cat.component_templates:name" }, { - "$ref": "#/components/parameters/cat.component_templates#h" + "$ref": "#/components/parameters/cat.component_templates:h" }, { - "$ref": "#/components/parameters/cat.component_templates#s" + "$ref": "#/components/parameters/cat.component_templates:s" }, { - "$ref": "#/components/parameters/cat.component_templates#local" + "$ref": "#/components/parameters/cat.component_templates:local" }, { - "$ref": "#/components/parameters/cat.component_templates#master_timeout" + "$ref": "#/components/parameters/cat.component_templates:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates#200" + "$ref": "#/components/responses/cat.component_templates:200" } }, "x-state": "Added in 5.1.0" @@ -841,15 +841,15 @@ "operationId": "cat-count", "parameters": [ { - "$ref": "#/components/parameters/cat.count#h" + "$ref": "#/components/parameters/cat.count:h" }, { - "$ref": "#/components/parameters/cat.count#s" + "$ref": "#/components/parameters/cat.count:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count#200" + "$ref": "#/components/responses/cat.count:200" } } } @@ -864,18 +864,18 @@ "operationId": "cat-count-1", "parameters": [ { - "$ref": "#/components/parameters/cat.count#index" + "$ref": "#/components/parameters/cat.count:index" }, { - "$ref": "#/components/parameters/cat.count#h" + "$ref": "#/components/parameters/cat.count:h" }, { - "$ref": "#/components/parameters/cat.count#s" + "$ref": "#/components/parameters/cat.count:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count#200" + "$ref": "#/components/responses/cat.count:200" } } } @@ -912,36 +912,36 @@ "operationId": "cat-indices", "parameters": [ { - "$ref": "#/components/parameters/cat.indices#bytes" + "$ref": "#/components/parameters/cat.indices:bytes" }, { - "$ref": "#/components/parameters/cat.indices#expand_wildcards" + "$ref": "#/components/parameters/cat.indices:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices#health" + "$ref": "#/components/parameters/cat.indices:health" }, { - "$ref": "#/components/parameters/cat.indices#include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices#pri" + "$ref": "#/components/parameters/cat.indices:pri" }, { - "$ref": "#/components/parameters/cat.indices#time" + "$ref": "#/components/parameters/cat.indices:time" }, { - "$ref": "#/components/parameters/cat.indices#master_timeout" + "$ref": "#/components/parameters/cat.indices:master_timeout" }, { - "$ref": "#/components/parameters/cat.indices#h" + "$ref": "#/components/parameters/cat.indices:h" }, { - "$ref": "#/components/parameters/cat.indices#s" + "$ref": "#/components/parameters/cat.indices:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices#200" + "$ref": "#/components/responses/cat.indices:200" } } } @@ -956,39 +956,39 @@ "operationId": "cat-indices-1", "parameters": [ { - "$ref": "#/components/parameters/cat.indices#index" + "$ref": "#/components/parameters/cat.indices:index" }, { - "$ref": "#/components/parameters/cat.indices#bytes" + "$ref": "#/components/parameters/cat.indices:bytes" }, { - "$ref": "#/components/parameters/cat.indices#expand_wildcards" + "$ref": "#/components/parameters/cat.indices:expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices#health" + "$ref": "#/components/parameters/cat.indices:health" }, { - "$ref": "#/components/parameters/cat.indices#include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices#pri" + "$ref": "#/components/parameters/cat.indices:pri" }, { - "$ref": "#/components/parameters/cat.indices#time" + "$ref": "#/components/parameters/cat.indices:time" }, { - "$ref": "#/components/parameters/cat.indices#master_timeout" + "$ref": "#/components/parameters/cat.indices:master_timeout" }, { - "$ref": "#/components/parameters/cat.indices#h" + "$ref": "#/components/parameters/cat.indices:h" }, { - "$ref": "#/components/parameters/cat.indices#s" + "$ref": "#/components/parameters/cat.indices:s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices#200" + "$ref": "#/components/responses/cat.indices:200" } } } @@ -1003,24 +1003,24 @@ "operationId": "cat-ml-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics#200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" } }, "x-state": "Added in 7.7.0" @@ -1036,27 +1036,27 @@ "operationId": "cat-ml-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#id" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:id" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics#time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics#200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" } }, "x-state": "Added in 7.7.0" @@ -1072,21 +1072,21 @@ "operationId": "cat-ml-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds#allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#h" + "$ref": "#/components/parameters/cat.ml_datafeeds:h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#s" + "$ref": "#/components/parameters/cat.ml_datafeeds:s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#time" + "$ref": "#/components/parameters/cat.ml_datafeeds:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds#200" + "$ref": "#/components/responses/cat.ml_datafeeds:200" } }, "x-state": "Added in 7.7.0" @@ -1102,24 +1102,24 @@ "operationId": "cat-ml-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds#datafeed_id" + "$ref": "#/components/parameters/cat.ml_datafeeds:datafeed_id" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#h" + "$ref": "#/components/parameters/cat.ml_datafeeds:h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#s" + "$ref": "#/components/parameters/cat.ml_datafeeds:s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds#time" + "$ref": "#/components/parameters/cat.ml_datafeeds:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds#200" + "$ref": "#/components/responses/cat.ml_datafeeds:200" } }, "x-state": "Added in 7.7.0" @@ -1135,24 +1135,24 @@ "operationId": "cat-ml-jobs", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs#allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs#bytes" + "$ref": "#/components/parameters/cat.ml_jobs:bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs#h" + "$ref": "#/components/parameters/cat.ml_jobs:h" }, { - "$ref": "#/components/parameters/cat.ml_jobs#s" + "$ref": "#/components/parameters/cat.ml_jobs:s" }, { - "$ref": "#/components/parameters/cat.ml_jobs#time" + "$ref": "#/components/parameters/cat.ml_jobs:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs#200" + "$ref": "#/components/responses/cat.ml_jobs:200" } }, "x-state": "Added in 7.7.0" @@ -1168,27 +1168,27 @@ "operationId": "cat-ml-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs#job_id" + "$ref": "#/components/parameters/cat.ml_jobs:job_id" }, { - "$ref": "#/components/parameters/cat.ml_jobs#allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs#bytes" + "$ref": "#/components/parameters/cat.ml_jobs:bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs#h" + "$ref": "#/components/parameters/cat.ml_jobs:h" }, { - "$ref": "#/components/parameters/cat.ml_jobs#s" + "$ref": "#/components/parameters/cat.ml_jobs:s" }, { - "$ref": "#/components/parameters/cat.ml_jobs#time" + "$ref": "#/components/parameters/cat.ml_jobs:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs#200" + "$ref": "#/components/responses/cat.ml_jobs:200" } }, "x-state": "Added in 7.7.0" @@ -1204,30 +1204,30 @@ "operationId": "cat-ml-trained-models", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models#allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#bytes" + "$ref": "#/components/parameters/cat.ml_trained_models:bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#h" + "$ref": "#/components/parameters/cat.ml_trained_models:h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#s" + "$ref": "#/components/parameters/cat.ml_trained_models:s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#from" + "$ref": "#/components/parameters/cat.ml_trained_models:from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#size" + "$ref": "#/components/parameters/cat.ml_trained_models:size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#time" + "$ref": "#/components/parameters/cat.ml_trained_models:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models#200" + "$ref": "#/components/responses/cat.ml_trained_models:200" } }, "x-state": "Added in 7.7.0" @@ -1243,33 +1243,33 @@ "operationId": "cat-ml-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models#model_id" + "$ref": "#/components/parameters/cat.ml_trained_models:model_id" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#bytes" + "$ref": "#/components/parameters/cat.ml_trained_models:bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#h" + "$ref": "#/components/parameters/cat.ml_trained_models:h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#s" + "$ref": "#/components/parameters/cat.ml_trained_models:s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#from" + "$ref": "#/components/parameters/cat.ml_trained_models:from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#size" + "$ref": "#/components/parameters/cat.ml_trained_models:size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models#time" + "$ref": "#/components/parameters/cat.ml_trained_models:time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models#200" + "$ref": "#/components/responses/cat.ml_trained_models:200" } }, "x-state": "Added in 7.7.0" @@ -1285,27 +1285,27 @@ "operationId": "cat-transforms", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms#allow_no_match" + "$ref": "#/components/parameters/cat.transforms:allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms#from" + "$ref": "#/components/parameters/cat.transforms:from" }, { - "$ref": "#/components/parameters/cat.transforms#h" + "$ref": "#/components/parameters/cat.transforms:h" }, { - "$ref": "#/components/parameters/cat.transforms#s" + "$ref": "#/components/parameters/cat.transforms:s" }, { - "$ref": "#/components/parameters/cat.transforms#time" + "$ref": "#/components/parameters/cat.transforms:time" }, { - "$ref": "#/components/parameters/cat.transforms#size" + "$ref": "#/components/parameters/cat.transforms:size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms#200" + "$ref": "#/components/responses/cat.transforms:200" } }, "x-state": "Added in 7.7.0" @@ -1321,30 +1321,30 @@ "operationId": "cat-transforms-1", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms#transform_id" + "$ref": "#/components/parameters/cat.transforms:transform_id" }, { - "$ref": "#/components/parameters/cat.transforms#allow_no_match" + "$ref": "#/components/parameters/cat.transforms:allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms#from" + "$ref": "#/components/parameters/cat.transforms:from" }, { - "$ref": "#/components/parameters/cat.transforms#h" + "$ref": "#/components/parameters/cat.transforms:h" }, { - "$ref": "#/components/parameters/cat.transforms#s" + "$ref": "#/components/parameters/cat.transforms:s" }, { - "$ref": "#/components/parameters/cat.transforms#time" + "$ref": "#/components/parameters/cat.transforms:time" }, { - "$ref": "#/components/parameters/cat.transforms#size" + "$ref": "#/components/parameters/cat.transforms:size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms#200" + "$ref": "#/components/responses/cat.transforms:200" } }, "x-state": "Added in 7.7.0" @@ -1363,13 +1363,13 @@ "operationId": "scroll", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -1377,7 +1377,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -1393,13 +1393,13 @@ "operationId": "scroll-1", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -1407,7 +1407,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -1426,7 +1426,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll#200" + "$ref": "#/components/responses/clear_scroll:200" } } } @@ -1444,16 +1444,16 @@ "operationId": "scroll-2", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll_id" + "$ref": "#/components/parameters/scroll:scroll_id" }, { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -1461,7 +1461,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -1477,16 +1477,16 @@ "operationId": "scroll-3", "parameters": [ { - "$ref": "#/components/parameters/scroll#scroll_id" + "$ref": "#/components/parameters/scroll:scroll_id" }, { - "$ref": "#/components/parameters/scroll#scroll" + "$ref": "#/components/parameters/scroll:scroll" }, { - "$ref": "#/components/parameters/scroll#scroll_id_" + "$ref": "#/components/parameters/scroll:scroll_id_" }, { - "$ref": "#/components/parameters/scroll#rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" } ], "requestBody": { @@ -1494,7 +1494,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll#200" + "$ref": "#/components/responses/scroll:200" } } }, @@ -1510,7 +1510,7 @@ "operationId": "clear-scroll-1", "parameters": [ { - "$ref": "#/components/parameters/clear_scroll#scroll_id" + "$ref": "#/components/parameters/clear_scroll:scroll_id" } ], "requestBody": { @@ -1518,7 +1518,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll#200" + "$ref": "#/components/responses/clear_scroll:200" } } } @@ -1599,24 +1599,24 @@ "operationId": "cluster-get-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template#name" + "$ref": "#/components/parameters/cluster.get_component_template:name" }, { - "$ref": "#/components/parameters/cluster.get_component_template#flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template#include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template#local" + "$ref": "#/components/parameters/cluster.get_component_template:local" }, { - "$ref": "#/components/parameters/cluster.get_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template#200" + "$ref": "#/components/responses/cluster.get_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -1630,13 +1630,13 @@ "operationId": "cluster-put-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template#name" + "$ref": "#/components/parameters/cluster.put_component_template:name" }, { - "$ref": "#/components/parameters/cluster.put_component_template#create" + "$ref": "#/components/parameters/cluster.put_component_template:create" }, { - "$ref": "#/components/parameters/cluster.put_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" } ], "requestBody": { @@ -1644,7 +1644,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template#200" + "$ref": "#/components/responses/cluster.put_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -1658,13 +1658,13 @@ "operationId": "cluster-put-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template#name" + "$ref": "#/components/parameters/cluster.put_component_template:name" }, { - "$ref": "#/components/parameters/cluster.put_component_template#create" + "$ref": "#/components/parameters/cluster.put_component_template:create" }, { - "$ref": "#/components/parameters/cluster.put_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" } ], "requestBody": { @@ -1672,7 +1672,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template#200" + "$ref": "#/components/responses/cluster.put_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -1792,21 +1792,21 @@ "operationId": "cluster-get-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template#flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template#include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template#local" + "$ref": "#/components/parameters/cluster.get_component_template:local" }, { - "$ref": "#/components/parameters/cluster.get_component_template#master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template#200" + "$ref": "#/components/responses/cluster.get_component_template:200" } }, "x-state": "Added in 7.8.0" @@ -1973,7 +1973,7 @@ "operationId": "connector-put", "parameters": [ { - "$ref": "#/components/parameters/connector.put#connector_id" + "$ref": "#/components/parameters/connector.put:connector_id" } ], "requestBody": { @@ -1981,7 +1981,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put#200" + "$ref": "#/components/responses/connector.put:200" } }, "x-beta": true @@ -2166,7 +2166,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put#200" + "$ref": "#/components/responses/connector.put:200" } }, "x-beta": true @@ -3438,46 +3438,46 @@ "operationId": "count-1", "parameters": [ { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -3485,7 +3485,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } }, @@ -3498,46 +3498,46 @@ "operationId": "count", "parameters": [ { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -3545,7 +3545,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } } @@ -3560,49 +3560,49 @@ "operationId": "count-3", "parameters": [ { - "$ref": "#/components/parameters/count#index" + "$ref": "#/components/parameters/count:index" }, { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -3610,7 +3610,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } }, @@ -3623,49 +3623,49 @@ "operationId": "count-2", "parameters": [ { - "$ref": "#/components/parameters/count#index" + "$ref": "#/components/parameters/count:index" }, { - "$ref": "#/components/parameters/count#allow_no_indices" + "$ref": "#/components/parameters/count:allow_no_indices" }, { - "$ref": "#/components/parameters/count#analyzer" + "$ref": "#/components/parameters/count:analyzer" }, { - "$ref": "#/components/parameters/count#analyze_wildcard" + "$ref": "#/components/parameters/count:analyze_wildcard" }, { - "$ref": "#/components/parameters/count#default_operator" + "$ref": "#/components/parameters/count:default_operator" }, { - "$ref": "#/components/parameters/count#df" + "$ref": "#/components/parameters/count:df" }, { - "$ref": "#/components/parameters/count#expand_wildcards" + "$ref": "#/components/parameters/count:expand_wildcards" }, { - "$ref": "#/components/parameters/count#ignore_throttled" + "$ref": "#/components/parameters/count:ignore_throttled" }, { - "$ref": "#/components/parameters/count#ignore_unavailable" + "$ref": "#/components/parameters/count:ignore_unavailable" }, { - "$ref": "#/components/parameters/count#lenient" + "$ref": "#/components/parameters/count:lenient" }, { - "$ref": "#/components/parameters/count#min_score" + "$ref": "#/components/parameters/count:min_score" }, { - "$ref": "#/components/parameters/count#preference" + "$ref": "#/components/parameters/count:preference" }, { - "$ref": "#/components/parameters/count#routing" + "$ref": "#/components/parameters/count:routing" }, { - "$ref": "#/components/parameters/count#terminate_after" + "$ref": "#/components/parameters/count:terminate_after" }, { - "$ref": "#/components/parameters/count#q" + "$ref": "#/components/parameters/count:q" } ], "requestBody": { @@ -3673,7 +3673,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count#200" + "$ref": "#/components/responses/count:200" } } } @@ -3691,49 +3691,49 @@ "operationId": "create", "parameters": [ { - "$ref": "#/components/parameters/create#index" + "$ref": "#/components/parameters/create:index" }, { - "$ref": "#/components/parameters/create#id" + "$ref": "#/components/parameters/create:id" }, { - "$ref": "#/components/parameters/create#if_primary_term" + "$ref": "#/components/parameters/create:if_primary_term" }, { - "$ref": "#/components/parameters/create#if_seq_no" + "$ref": "#/components/parameters/create:if_seq_no" }, { - "$ref": "#/components/parameters/create#include_source_on_error" + "$ref": "#/components/parameters/create:include_source_on_error" }, { - "$ref": "#/components/parameters/create#op_type" + "$ref": "#/components/parameters/create:op_type" }, { - "$ref": "#/components/parameters/create#pipeline" + "$ref": "#/components/parameters/create:pipeline" }, { - "$ref": "#/components/parameters/create#refresh" + "$ref": "#/components/parameters/create:refresh" }, { - "$ref": "#/components/parameters/create#require_alias" + "$ref": "#/components/parameters/create:require_alias" }, { - "$ref": "#/components/parameters/create#require_data_stream" + "$ref": "#/components/parameters/create:require_data_stream" }, { - "$ref": "#/components/parameters/create#routing" + "$ref": "#/components/parameters/create:routing" }, { - "$ref": "#/components/parameters/create#timeout" + "$ref": "#/components/parameters/create:timeout" }, { - "$ref": "#/components/parameters/create#version" + "$ref": "#/components/parameters/create:version" }, { - "$ref": "#/components/parameters/create#version_type" + "$ref": "#/components/parameters/create:version_type" }, { - "$ref": "#/components/parameters/create#wait_for_active_shards" + "$ref": "#/components/parameters/create:wait_for_active_shards" } ], "requestBody": { @@ -3741,7 +3741,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create#200" + "$ref": "#/components/responses/create:200" } }, "x-state": "Added in 5.0.0" @@ -3758,49 +3758,49 @@ "operationId": "create-1", "parameters": [ { - "$ref": "#/components/parameters/create#index" + "$ref": "#/components/parameters/create:index" }, { - "$ref": "#/components/parameters/create#id" + "$ref": "#/components/parameters/create:id" }, { - "$ref": "#/components/parameters/create#if_primary_term" + "$ref": "#/components/parameters/create:if_primary_term" }, { - "$ref": "#/components/parameters/create#if_seq_no" + "$ref": "#/components/parameters/create:if_seq_no" }, { - "$ref": "#/components/parameters/create#include_source_on_error" + "$ref": "#/components/parameters/create:include_source_on_error" }, { - "$ref": "#/components/parameters/create#op_type" + "$ref": "#/components/parameters/create:op_type" }, { - "$ref": "#/components/parameters/create#pipeline" + "$ref": "#/components/parameters/create:pipeline" }, { - "$ref": "#/components/parameters/create#refresh" + "$ref": "#/components/parameters/create:refresh" }, { - "$ref": "#/components/parameters/create#require_alias" + "$ref": "#/components/parameters/create:require_alias" }, { - "$ref": "#/components/parameters/create#require_data_stream" + "$ref": "#/components/parameters/create:require_data_stream" }, { - "$ref": "#/components/parameters/create#routing" + "$ref": "#/components/parameters/create:routing" }, { - "$ref": "#/components/parameters/create#timeout" + "$ref": "#/components/parameters/create:timeout" }, { - "$ref": "#/components/parameters/create#version" + "$ref": "#/components/parameters/create:version" }, { - "$ref": "#/components/parameters/create#version_type" + "$ref": "#/components/parameters/create:version_type" }, { - "$ref": "#/components/parameters/create#wait_for_active_shards" + "$ref": "#/components/parameters/create:wait_for_active_shards" } ], "requestBody": { @@ -3808,7 +3808,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create#200" + "$ref": "#/components/responses/create:200" } }, "x-state": "Added in 5.0.0" @@ -3988,46 +3988,46 @@ "operationId": "index", "parameters": [ { - "$ref": "#/components/parameters/index#index" + "$ref": "#/components/parameters/index:index" }, { - "$ref": "#/components/parameters/index#id" + "$ref": "#/components/parameters/index:id" }, { - "$ref": "#/components/parameters/index#if_primary_term" + "$ref": "#/components/parameters/index:if_primary_term" }, { - "$ref": "#/components/parameters/index#if_seq_no" + "$ref": "#/components/parameters/index:if_seq_no" }, { - "$ref": "#/components/parameters/index#include_source_on_error" + "$ref": "#/components/parameters/index:include_source_on_error" }, { - "$ref": "#/components/parameters/index#op_type" + "$ref": "#/components/parameters/index:op_type" }, { - "$ref": "#/components/parameters/index#pipeline" + "$ref": "#/components/parameters/index:pipeline" }, { - "$ref": "#/components/parameters/index#refresh" + "$ref": "#/components/parameters/index:refresh" }, { - "$ref": "#/components/parameters/index#routing" + "$ref": "#/components/parameters/index:routing" }, { - "$ref": "#/components/parameters/index#timeout" + "$ref": "#/components/parameters/index:timeout" }, { - "$ref": "#/components/parameters/index#version" + "$ref": "#/components/parameters/index:version" }, { - "$ref": "#/components/parameters/index#version_type" + "$ref": "#/components/parameters/index:version_type" }, { - "$ref": "#/components/parameters/index#wait_for_active_shards" + "$ref": "#/components/parameters/index:wait_for_active_shards" }, { - "$ref": "#/components/parameters/index#require_alias" + "$ref": "#/components/parameters/index:require_alias" } ], "requestBody": { @@ -4035,7 +4035,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index#200" + "$ref": "#/components/responses/index:200" } } }, @@ -4051,46 +4051,46 @@ "operationId": "index-1", "parameters": [ { - "$ref": "#/components/parameters/index#index" + "$ref": "#/components/parameters/index:index" }, { - "$ref": "#/components/parameters/index#id" + "$ref": "#/components/parameters/index:id" }, { - "$ref": "#/components/parameters/index#if_primary_term" + "$ref": "#/components/parameters/index:if_primary_term" }, { - "$ref": "#/components/parameters/index#if_seq_no" + "$ref": "#/components/parameters/index:if_seq_no" }, { - "$ref": "#/components/parameters/index#include_source_on_error" + "$ref": "#/components/parameters/index:include_source_on_error" }, { - "$ref": "#/components/parameters/index#op_type" + "$ref": "#/components/parameters/index:op_type" }, { - "$ref": "#/components/parameters/index#pipeline" + "$ref": "#/components/parameters/index:pipeline" }, { - "$ref": "#/components/parameters/index#refresh" + "$ref": "#/components/parameters/index:refresh" }, { - "$ref": "#/components/parameters/index#routing" + "$ref": "#/components/parameters/index:routing" }, { - "$ref": "#/components/parameters/index#timeout" + "$ref": "#/components/parameters/index:timeout" }, { - "$ref": "#/components/parameters/index#version" + "$ref": "#/components/parameters/index:version" }, { - "$ref": "#/components/parameters/index#version_type" + "$ref": "#/components/parameters/index:version_type" }, { - "$ref": "#/components/parameters/index#wait_for_active_shards" + "$ref": "#/components/parameters/index:wait_for_active_shards" }, { - "$ref": "#/components/parameters/index#require_alias" + "$ref": "#/components/parameters/index:require_alias" } ], "requestBody": { @@ -4098,7 +4098,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index#200" + "$ref": "#/components/responses/index:200" } } }, @@ -4887,16 +4887,16 @@ "operationId": "put-script", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -4904,7 +4904,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } }, @@ -4920,16 +4920,16 @@ "operationId": "put-script-1", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -4937,7 +4937,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } }, @@ -5005,15 +5005,15 @@ "operationId": "enrich-get-policy", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy#name" + "$ref": "#/components/parameters/enrich.get_policy:name" }, { - "$ref": "#/components/parameters/enrich.get_policy#master_timeout" + "$ref": "#/components/parameters/enrich.get_policy:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy#200" + "$ref": "#/components/responses/enrich.get_policy:200" } }, "x-state": "Added in 7.5.0" @@ -5202,12 +5202,12 @@ "operationId": "enrich-get-policy-1", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy#master_timeout" + "$ref": "#/components/parameters/enrich.get_policy:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy#200" + "$ref": "#/components/responses/enrich.get_policy:200" } }, "x-state": "Added in 7.5.0" @@ -5386,31 +5386,31 @@ "operationId": "eql-search", "parameters": [ { - "$ref": "#/components/parameters/eql.search#index" + "$ref": "#/components/parameters/eql.search:index" }, { - "$ref": "#/components/parameters/eql.search#allow_no_indices" + "$ref": "#/components/parameters/eql.search:allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_search_results" + "$ref": "#/components/parameters/eql.search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search#expand_wildcards" + "$ref": "#/components/parameters/eql.search:expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search#ignore_unavailable" + "$ref": "#/components/parameters/eql.search:ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search#keep_alive" + "$ref": "#/components/parameters/eql.search:keep_alive" }, { - "$ref": "#/components/parameters/eql.search#keep_on_completion" + "$ref": "#/components/parameters/eql.search:keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search#wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" } ], "requestBody": { @@ -5418,7 +5418,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search#200" + "$ref": "#/components/responses/eql.search:200" } }, "x-state": "Added in 7.9.0" @@ -5435,31 +5435,31 @@ "operationId": "eql-search-1", "parameters": [ { - "$ref": "#/components/parameters/eql.search#index" + "$ref": "#/components/parameters/eql.search:index" }, { - "$ref": "#/components/parameters/eql.search#allow_no_indices" + "$ref": "#/components/parameters/eql.search:allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_search_results" + "$ref": "#/components/parameters/eql.search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search#allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search#expand_wildcards" + "$ref": "#/components/parameters/eql.search:expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search#ignore_unavailable" + "$ref": "#/components/parameters/eql.search:ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search#keep_alive" + "$ref": "#/components/parameters/eql.search:keep_alive" }, { - "$ref": "#/components/parameters/eql.search#keep_on_completion" + "$ref": "#/components/parameters/eql.search:keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search#wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" } ], "requestBody": { @@ -5467,7 +5467,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search#200" + "$ref": "#/components/responses/eql.search:200" } }, "x-state": "Added in 7.9.0" @@ -5893,46 +5893,46 @@ "operationId": "explain", "parameters": [ { - "$ref": "#/components/parameters/explain#index" + "$ref": "#/components/parameters/explain:index" }, { - "$ref": "#/components/parameters/explain#id" + "$ref": "#/components/parameters/explain:id" }, { - "$ref": "#/components/parameters/explain#analyzer" + "$ref": "#/components/parameters/explain:analyzer" }, { - "$ref": "#/components/parameters/explain#analyze_wildcard" + "$ref": "#/components/parameters/explain:analyze_wildcard" }, { - "$ref": "#/components/parameters/explain#default_operator" + "$ref": "#/components/parameters/explain:default_operator" }, { - "$ref": "#/components/parameters/explain#df" + "$ref": "#/components/parameters/explain:df" }, { - "$ref": "#/components/parameters/explain#lenient" + "$ref": "#/components/parameters/explain:lenient" }, { - "$ref": "#/components/parameters/explain#preference" + "$ref": "#/components/parameters/explain:preference" }, { - "$ref": "#/components/parameters/explain#routing" + "$ref": "#/components/parameters/explain:routing" }, { - "$ref": "#/components/parameters/explain#_source" + "$ref": "#/components/parameters/explain:_source" }, { - "$ref": "#/components/parameters/explain#_source_excludes" + "$ref": "#/components/parameters/explain:_source_excludes" }, { - "$ref": "#/components/parameters/explain#_source_includes" + "$ref": "#/components/parameters/explain:_source_includes" }, { - "$ref": "#/components/parameters/explain#stored_fields" + "$ref": "#/components/parameters/explain:stored_fields" }, { - "$ref": "#/components/parameters/explain#q" + "$ref": "#/components/parameters/explain:q" } ], "requestBody": { @@ -5940,7 +5940,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain#200" + "$ref": "#/components/responses/explain:200" } } }, @@ -5953,46 +5953,46 @@ "operationId": "explain-1", "parameters": [ { - "$ref": "#/components/parameters/explain#index" + "$ref": "#/components/parameters/explain:index" }, { - "$ref": "#/components/parameters/explain#id" + "$ref": "#/components/parameters/explain:id" }, { - "$ref": "#/components/parameters/explain#analyzer" + "$ref": "#/components/parameters/explain:analyzer" }, { - "$ref": "#/components/parameters/explain#analyze_wildcard" + "$ref": "#/components/parameters/explain:analyze_wildcard" }, { - "$ref": "#/components/parameters/explain#default_operator" + "$ref": "#/components/parameters/explain:default_operator" }, { - "$ref": "#/components/parameters/explain#df" + "$ref": "#/components/parameters/explain:df" }, { - "$ref": "#/components/parameters/explain#lenient" + "$ref": "#/components/parameters/explain:lenient" }, { - "$ref": "#/components/parameters/explain#preference" + "$ref": "#/components/parameters/explain:preference" }, { - "$ref": "#/components/parameters/explain#routing" + "$ref": "#/components/parameters/explain:routing" }, { - "$ref": "#/components/parameters/explain#_source" + "$ref": "#/components/parameters/explain:_source" }, { - "$ref": "#/components/parameters/explain#_source_excludes" + "$ref": "#/components/parameters/explain:_source_excludes" }, { - "$ref": "#/components/parameters/explain#_source_includes" + "$ref": "#/components/parameters/explain:_source_includes" }, { - "$ref": "#/components/parameters/explain#stored_fields" + "$ref": "#/components/parameters/explain:stored_fields" }, { - "$ref": "#/components/parameters/explain#q" + "$ref": "#/components/parameters/explain:q" } ], "requestBody": { @@ -6000,7 +6000,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain#200" + "$ref": "#/components/responses/explain:200" } } } @@ -6015,28 +6015,28 @@ "operationId": "field-caps", "parameters": [ { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -6044,7 +6044,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -6058,28 +6058,28 @@ "operationId": "field-caps-1", "parameters": [ { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -6087,7 +6087,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -6103,31 +6103,31 @@ "operationId": "field-caps-2", "parameters": [ { - "$ref": "#/components/parameters/field_caps#index" + "$ref": "#/components/parameters/field_caps:index" }, { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -6135,7 +6135,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -6149,31 +6149,31 @@ "operationId": "field-caps-3", "parameters": [ { - "$ref": "#/components/parameters/field_caps#index" + "$ref": "#/components/parameters/field_caps:index" }, { - "$ref": "#/components/parameters/field_caps#allow_no_indices" + "$ref": "#/components/parameters/field_caps:allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps#expand_wildcards" + "$ref": "#/components/parameters/field_caps:expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps#fields" + "$ref": "#/components/parameters/field_caps:fields" }, { - "$ref": "#/components/parameters/field_caps#ignore_unavailable" + "$ref": "#/components/parameters/field_caps:ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps#include_unmapped" + "$ref": "#/components/parameters/field_caps:include_unmapped" }, { - "$ref": "#/components/parameters/field_caps#filters" + "$ref": "#/components/parameters/field_caps:filters" }, { - "$ref": "#/components/parameters/field_caps#types" + "$ref": "#/components/parameters/field_caps:types" }, { - "$ref": "#/components/parameters/field_caps#include_empty_fields" + "$ref": "#/components/parameters/field_caps:include_empty_fields" } ], "requestBody": { @@ -6181,7 +6181,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps#200" + "$ref": "#/components/responses/field_caps:200" } }, "x-state": "Added in 5.4.0" @@ -6200,13 +6200,13 @@ "operationId": "graph-explore", "parameters": [ { - "$ref": "#/components/parameters/graph.explore#index" + "$ref": "#/components/parameters/graph.explore:index" }, { - "$ref": "#/components/parameters/graph.explore#routing" + "$ref": "#/components/parameters/graph.explore:routing" }, { - "$ref": "#/components/parameters/graph.explore#timeout" + "$ref": "#/components/parameters/graph.explore:timeout" } ], "requestBody": { @@ -6214,7 +6214,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore#200" + "$ref": "#/components/responses/graph.explore:200" } } }, @@ -6230,13 +6230,13 @@ "operationId": "graph-explore-1", "parameters": [ { - "$ref": "#/components/parameters/graph.explore#index" + "$ref": "#/components/parameters/graph.explore:index" }, { - "$ref": "#/components/parameters/graph.explore#routing" + "$ref": "#/components/parameters/graph.explore:routing" }, { - "$ref": "#/components/parameters/graph.explore#timeout" + "$ref": "#/components/parameters/graph.explore:timeout" } ], "requestBody": { @@ -6244,7 +6244,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore#200" + "$ref": "#/components/responses/graph.explore:200" } } } @@ -6262,43 +6262,43 @@ "operationId": "index-2", "parameters": [ { - "$ref": "#/components/parameters/index#index" + "$ref": "#/components/parameters/index:index" }, { - "$ref": "#/components/parameters/index#if_primary_term" + "$ref": "#/components/parameters/index:if_primary_term" }, { - "$ref": "#/components/parameters/index#if_seq_no" + "$ref": "#/components/parameters/index:if_seq_no" }, { - "$ref": "#/components/parameters/index#include_source_on_error" + "$ref": "#/components/parameters/index:include_source_on_error" }, { - "$ref": "#/components/parameters/index#op_type" + "$ref": "#/components/parameters/index:op_type" }, { - "$ref": "#/components/parameters/index#pipeline" + "$ref": "#/components/parameters/index:pipeline" }, { - "$ref": "#/components/parameters/index#refresh" + "$ref": "#/components/parameters/index:refresh" }, { - "$ref": "#/components/parameters/index#routing" + "$ref": "#/components/parameters/index:routing" }, { - "$ref": "#/components/parameters/index#timeout" + "$ref": "#/components/parameters/index:timeout" }, { - "$ref": "#/components/parameters/index#version" + "$ref": "#/components/parameters/index:version" }, { - "$ref": "#/components/parameters/index#version_type" + "$ref": "#/components/parameters/index:version_type" }, { - "$ref": "#/components/parameters/index#wait_for_active_shards" + "$ref": "#/components/parameters/index:wait_for_active_shards" }, { - "$ref": "#/components/parameters/index#require_alias" + "$ref": "#/components/parameters/index:require_alias" } ], "requestBody": { @@ -6306,7 +6306,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index#200" + "$ref": "#/components/responses/index:200" } } } @@ -6446,7 +6446,7 @@ "operationId": "indices-analyze", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -6454,7 +6454,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } }, @@ -6470,7 +6470,7 @@ "operationId": "indices-analyze-1", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -6478,7 +6478,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } } @@ -6496,10 +6496,10 @@ "operationId": "indices-analyze-2", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index" + "$ref": "#/components/parameters/indices.analyze:index" }, { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -6507,7 +6507,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } }, @@ -6523,10 +6523,10 @@ "operationId": "indices-analyze-3", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze#index" + "$ref": "#/components/parameters/indices.analyze:index" }, { - "$ref": "#/components/parameters/indices.analyze#index_" + "$ref": "#/components/parameters/indices.analyze:index_" } ], "requestBody": { @@ -6534,7 +6534,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze#200" + "$ref": "#/components/responses/indices.analyze:200" } } } @@ -6959,24 +6959,24 @@ "operationId": "indices-get-data-stream-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream#name" + "$ref": "#/components/parameters/indices.get_data_stream:name" }, { - "$ref": "#/components/parameters/indices.get_data_stream#expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream#include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream#master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream#verbose" + "$ref": "#/components/parameters/indices.get_data_stream:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream#200" + "$ref": "#/components/responses/indices.get_data_stream:200" } }, "x-state": "Added in 7.9.0" @@ -7100,27 +7100,27 @@ "operationId": "indices-get-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#index" + "$ref": "#/components/parameters/indices.get_alias:index" }, { - "$ref": "#/components/parameters/indices.get_alias#name" + "$ref": "#/components/parameters/indices.get_alias:name" }, { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } }, @@ -7133,16 +7133,16 @@ "operationId": "indices-put-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -7150,7 +7150,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -7163,16 +7163,16 @@ "operationId": "indices-put-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -7180,7 +7180,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -7193,21 +7193,21 @@ "operationId": "indices-delete-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias#index" + "$ref": "#/components/parameters/indices.delete_alias:index" }, { - "$ref": "#/components/parameters/indices.delete_alias#name" + "$ref": "#/components/parameters/indices.delete_alias:name" }, { - "$ref": "#/components/parameters/indices.delete_alias#master_timeout" + "$ref": "#/components/parameters/indices.delete_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias#timeout" + "$ref": "#/components/parameters/indices.delete_alias:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias#200" + "$ref": "#/components/responses/indices.delete_alias:200" } } }, @@ -7220,27 +7220,27 @@ "operationId": "indices-exists-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias#index" + "$ref": "#/components/parameters/indices.exists_alias:index" }, { - "$ref": "#/components/parameters/indices.exists_alias#name" + "$ref": "#/components/parameters/indices.exists_alias:name" }, { - "$ref": "#/components/parameters/indices.exists_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias#master_timeout" + "$ref": "#/components/parameters/indices.exists_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias#200" + "$ref": "#/components/responses/indices.exists_alias:200" } } } @@ -7255,16 +7255,16 @@ "operationId": "indices-put-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -7272,7 +7272,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -7285,16 +7285,16 @@ "operationId": "indices-put-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias#index" + "$ref": "#/components/parameters/indices.put_alias:index" }, { - "$ref": "#/components/parameters/indices.put_alias#name" + "$ref": "#/components/parameters/indices.put_alias:name" }, { - "$ref": "#/components/parameters/indices.put_alias#master_timeout" + "$ref": "#/components/parameters/indices.put_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias#timeout" + "$ref": "#/components/parameters/indices.put_alias:timeout" } ], "requestBody": { @@ -7302,7 +7302,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias#200" + "$ref": "#/components/responses/indices.put_alias:200" } } }, @@ -7315,21 +7315,21 @@ "operationId": "indices-delete-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias#index" + "$ref": "#/components/parameters/indices.delete_alias:index" }, { - "$ref": "#/components/parameters/indices.delete_alias#name" + "$ref": "#/components/parameters/indices.delete_alias:name" }, { - "$ref": "#/components/parameters/indices.delete_alias#master_timeout" + "$ref": "#/components/parameters/indices.delete_alias:master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias#timeout" + "$ref": "#/components/parameters/indices.delete_alias:timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias#200" + "$ref": "#/components/responses/indices.delete_alias:200" } } } @@ -7344,24 +7344,24 @@ "operationId": "indices-get-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template#name" + "$ref": "#/components/parameters/indices.get_index_template:name" }, { - "$ref": "#/components/parameters/indices.get_index_template#local" + "$ref": "#/components/parameters/indices.get_index_template:local" }, { - "$ref": "#/components/parameters/indices.get_index_template#flat_settings" + "$ref": "#/components/parameters/indices.get_index_template:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template#master_timeout" + "$ref": "#/components/parameters/indices.get_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template#include_defaults" + "$ref": "#/components/parameters/indices.get_index_template:include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template#200" + "$ref": "#/components/responses/indices.get_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -7375,16 +7375,16 @@ "operationId": "indices-put-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template#name" + "$ref": "#/components/parameters/indices.put_index_template:name" }, { - "$ref": "#/components/parameters/indices.put_index_template#create" + "$ref": "#/components/parameters/indices.put_index_template:create" }, { - "$ref": "#/components/parameters/indices.put_index_template#master_timeout" + "$ref": "#/components/parameters/indices.put_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template#cause" + "$ref": "#/components/parameters/indices.put_index_template:cause" } ], "requestBody": { @@ -7392,7 +7392,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template#200" + "$ref": "#/components/responses/indices.put_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -7406,16 +7406,16 @@ "operationId": "indices-put-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template#name" + "$ref": "#/components/parameters/indices.put_index_template:name" }, { - "$ref": "#/components/parameters/indices.put_index_template#create" + "$ref": "#/components/parameters/indices.put_index_template:create" }, { - "$ref": "#/components/parameters/indices.put_index_template#master_timeout" + "$ref": "#/components/parameters/indices.put_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template#cause" + "$ref": "#/components/parameters/indices.put_index_template:cause" } ], "requestBody": { @@ -7423,7 +7423,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template#200" + "$ref": "#/components/responses/indices.put_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -7552,24 +7552,24 @@ "operationId": "indices-get-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#name" + "$ref": "#/components/parameters/indices.get_alias:name" }, { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } }, @@ -7582,24 +7582,24 @@ "operationId": "indices-exists-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias#name" + "$ref": "#/components/parameters/indices.exists_alias:name" }, { - "$ref": "#/components/parameters/indices.exists_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias#master_timeout" + "$ref": "#/components/parameters/indices.exists_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias#200" + "$ref": "#/components/responses/indices.exists_alias:200" } } } @@ -7693,21 +7693,21 @@ "operationId": "indices-get-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } } @@ -7722,24 +7722,24 @@ "operationId": "indices-get-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias#index" + "$ref": "#/components/parameters/indices.get_alias:index" }, { - "$ref": "#/components/parameters/indices.get_alias#allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias#expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias#master_timeout" + "$ref": "#/components/parameters/indices.get_alias:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias#200" + "$ref": "#/components/responses/indices.get_alias:200" } } } @@ -7939,21 +7939,21 @@ "operationId": "indices-get-data-stream", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream#expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream#include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream#master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream#verbose" + "$ref": "#/components/parameters/indices.get_data_stream:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream#200" + "$ref": "#/components/responses/indices.get_data_stream:200" } }, "x-state": "Added in 7.9.0" @@ -7969,21 +7969,21 @@ "operationId": "indices-get-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template#local" + "$ref": "#/components/parameters/indices.get_index_template:local" }, { - "$ref": "#/components/parameters/indices.get_index_template#flat_settings" + "$ref": "#/components/parameters/indices.get_index_template:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template#master_timeout" + "$ref": "#/components/parameters/indices.get_index_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template#include_defaults" + "$ref": "#/components/parameters/indices.get_index_template:include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template#200" + "$ref": "#/components/responses/indices.get_index_template:200" } }, "x-state": "Added in 7.9.0" @@ -7999,24 +7999,24 @@ "operationId": "indices-get-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping#local" + "$ref": "#/components/parameters/indices.get_mapping:local" }, { - "$ref": "#/components/parameters/indices.get_mapping#master_timeout" + "$ref": "#/components/parameters/indices.get_mapping:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping#200" + "$ref": "#/components/responses/indices.get_mapping:200" } } } @@ -8031,27 +8031,27 @@ "operationId": "indices-get-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping#index" + "$ref": "#/components/parameters/indices.get_mapping:index" }, { - "$ref": "#/components/parameters/indices.get_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping#local" + "$ref": "#/components/parameters/indices.get_mapping:local" }, { - "$ref": "#/components/parameters/indices.get_mapping#master_timeout" + "$ref": "#/components/parameters/indices.get_mapping:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping#200" + "$ref": "#/components/responses/indices.get_mapping:200" } } }, @@ -8067,25 +8067,25 @@ "operationId": "indices-put-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping#index" + "$ref": "#/components/parameters/indices.put_mapping:index" }, { - "$ref": "#/components/parameters/indices.put_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping#master_timeout" + "$ref": "#/components/parameters/indices.put_mapping:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#timeout" + "$ref": "#/components/parameters/indices.put_mapping:timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#write_index_only" + "$ref": "#/components/parameters/indices.put_mapping:write_index_only" } ], "requestBody": { @@ -8093,7 +8093,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping#200" + "$ref": "#/components/responses/indices.put_mapping:200" } } }, @@ -8109,25 +8109,25 @@ "operationId": "indices-put-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping#index" + "$ref": "#/components/parameters/indices.put_mapping:index" }, { - "$ref": "#/components/parameters/indices.put_mapping#allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping#expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping#master_timeout" + "$ref": "#/components/parameters/indices.put_mapping:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#timeout" + "$ref": "#/components/parameters/indices.put_mapping:timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping#write_index_only" + "$ref": "#/components/parameters/indices.put_mapping:write_index_only" } ], "requestBody": { @@ -8135,7 +8135,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping#200" + "$ref": "#/components/responses/indices.put_mapping:200" } } } @@ -8150,30 +8150,30 @@ "operationId": "indices-get-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } }, @@ -8189,28 +8189,28 @@ "operationId": "indices-put-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings#flat_settings" + "$ref": "#/components/parameters/indices.put_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings#master_timeout" + "$ref": "#/components/parameters/indices.put_settings:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings#preserve_existing" + "$ref": "#/components/parameters/indices.put_settings:preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings#reopen" + "$ref": "#/components/parameters/indices.put_settings:reopen" }, { - "$ref": "#/components/parameters/indices.put_settings#timeout" + "$ref": "#/components/parameters/indices.put_settings:timeout" } ], "requestBody": { @@ -8218,7 +8218,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings#200" + "$ref": "#/components/responses/indices.put_settings:200" } } } @@ -8233,33 +8233,33 @@ "operationId": "indices-get-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#index" + "$ref": "#/components/parameters/indices.get_settings:index" }, { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } }, @@ -8275,31 +8275,31 @@ "operationId": "indices-put-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings#index" + "$ref": "#/components/parameters/indices.put_settings:index" }, { - "$ref": "#/components/parameters/indices.put_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings#flat_settings" + "$ref": "#/components/parameters/indices.put_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings#master_timeout" + "$ref": "#/components/parameters/indices.put_settings:master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings#preserve_existing" + "$ref": "#/components/parameters/indices.put_settings:preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings#reopen" + "$ref": "#/components/parameters/indices.put_settings:reopen" }, { - "$ref": "#/components/parameters/indices.put_settings#timeout" + "$ref": "#/components/parameters/indices.put_settings:timeout" } ], "requestBody": { @@ -8307,7 +8307,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings#200" + "$ref": "#/components/responses/indices.put_settings:200" } } } @@ -8322,36 +8322,36 @@ "operationId": "indices-get-settings-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#index" + "$ref": "#/components/parameters/indices.get_settings:index" }, { - "$ref": "#/components/parameters/indices.get_settings#name" + "$ref": "#/components/parameters/indices.get_settings:name" }, { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } } @@ -8366,33 +8366,33 @@ "operationId": "indices-get-settings-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings#name" + "$ref": "#/components/parameters/indices.get_settings:name" }, { - "$ref": "#/components/parameters/indices.get_settings#allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings#expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings#flat_settings" + "$ref": "#/components/parameters/indices.get_settings:flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings#ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings#include_defaults" + "$ref": "#/components/parameters/indices.get_settings:include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings#local" + "$ref": "#/components/parameters/indices.get_settings:local" }, { - "$ref": "#/components/parameters/indices.get_settings#master_timeout" + "$ref": "#/components/parameters/indices.get_settings:master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings#200" + "$ref": "#/components/responses/indices.get_settings:200" } } } @@ -8508,18 +8508,18 @@ "operationId": "indices-refresh-1", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } }, @@ -8532,18 +8532,18 @@ "operationId": "indices-refresh", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } } @@ -8558,21 +8558,21 @@ "operationId": "indices-refresh-3", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#index" + "$ref": "#/components/parameters/indices.refresh:index" }, { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } }, @@ -8585,21 +8585,21 @@ "operationId": "indices-refresh-2", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh#index" + "$ref": "#/components/parameters/indices.refresh:index" }, { - "$ref": "#/components/parameters/indices.refresh#allow_no_indices" + "$ref": "#/components/parameters/indices.refresh:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh#expand_wildcards" + "$ref": "#/components/parameters/indices.refresh:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh#ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh#200" + "$ref": "#/components/responses/indices.refresh:200" } } } @@ -8711,22 +8711,22 @@ "operationId": "indices-rollover", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover#alias" + "$ref": "#/components/parameters/indices.rollover:alias" }, { - "$ref": "#/components/parameters/indices.rollover#dry_run" + "$ref": "#/components/parameters/indices.rollover:dry_run" }, { - "$ref": "#/components/parameters/indices.rollover#master_timeout" + "$ref": "#/components/parameters/indices.rollover:master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover#timeout" + "$ref": "#/components/parameters/indices.rollover:timeout" }, { - "$ref": "#/components/parameters/indices.rollover#wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover#lazy" + "$ref": "#/components/parameters/indices.rollover:lazy" } ], "requestBody": { @@ -8734,7 +8734,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover#200" + "$ref": "#/components/responses/indices.rollover:200" } }, "x-state": "Added in 5.0.0" @@ -8750,25 +8750,25 @@ "operationId": "indices-rollover-1", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover#alias" + "$ref": "#/components/parameters/indices.rollover:alias" }, { - "$ref": "#/components/parameters/indices.rollover#new_index" + "$ref": "#/components/parameters/indices.rollover:new_index" }, { - "$ref": "#/components/parameters/indices.rollover#dry_run" + "$ref": "#/components/parameters/indices.rollover:dry_run" }, { - "$ref": "#/components/parameters/indices.rollover#master_timeout" + "$ref": "#/components/parameters/indices.rollover:master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover#timeout" + "$ref": "#/components/parameters/indices.rollover:timeout" }, { - "$ref": "#/components/parameters/indices.rollover#wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover#lazy" + "$ref": "#/components/parameters/indices.rollover:lazy" } ], "requestBody": { @@ -8776,7 +8776,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover#200" + "$ref": "#/components/responses/indices.rollover:200" } }, "x-state": "Added in 5.0.0" @@ -8888,16 +8888,16 @@ "operationId": "indices-simulate-template", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template#create" + "$ref": "#/components/parameters/indices.simulate_template:create" }, { - "$ref": "#/components/parameters/indices.simulate_template#cause" + "$ref": "#/components/parameters/indices.simulate_template:cause" }, { - "$ref": "#/components/parameters/indices.simulate_template#master_timeout" + "$ref": "#/components/parameters/indices.simulate_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template#include_defaults" + "$ref": "#/components/parameters/indices.simulate_template:include_defaults" } ], "requestBody": { @@ -8905,7 +8905,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template#200" + "$ref": "#/components/responses/indices.simulate_template:200" } } } @@ -8920,19 +8920,19 @@ "operationId": "indices-simulate-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template#name" + "$ref": "#/components/parameters/indices.simulate_template:name" }, { - "$ref": "#/components/parameters/indices.simulate_template#create" + "$ref": "#/components/parameters/indices.simulate_template:create" }, { - "$ref": "#/components/parameters/indices.simulate_template#cause" + "$ref": "#/components/parameters/indices.simulate_template:cause" }, { - "$ref": "#/components/parameters/indices.simulate_template#master_timeout" + "$ref": "#/components/parameters/indices.simulate_template:master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template#include_defaults" + "$ref": "#/components/parameters/indices.simulate_template:include_defaults" } ], "requestBody": { @@ -8940,7 +8940,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template#200" + "$ref": "#/components/responses/indices.simulate_template:200" } } } @@ -9019,40 +9019,40 @@ "operationId": "indices-validate-query", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -9060,7 +9060,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -9074,40 +9074,40 @@ "operationId": "indices-validate-query-1", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -9115,7 +9115,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -9131,43 +9131,43 @@ "operationId": "indices-validate-query-2", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#index" + "$ref": "#/components/parameters/indices.validate_query:index" }, { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -9175,7 +9175,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -9189,43 +9189,43 @@ "operationId": "indices-validate-query-3", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query#index" + "$ref": "#/components/parameters/indices.validate_query:index" }, { - "$ref": "#/components/parameters/indices.validate_query#allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query#all_shards" + "$ref": "#/components/parameters/indices.validate_query:all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query#analyzer" + "$ref": "#/components/parameters/indices.validate_query:analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query#analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query#default_operator" + "$ref": "#/components/parameters/indices.validate_query:default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query#df" + "$ref": "#/components/parameters/indices.validate_query:df" }, { - "$ref": "#/components/parameters/indices.validate_query#expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query#explain" + "$ref": "#/components/parameters/indices.validate_query:explain" }, { - "$ref": "#/components/parameters/indices.validate_query#ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query#lenient" + "$ref": "#/components/parameters/indices.validate_query:lenient" }, { - "$ref": "#/components/parameters/indices.validate_query#rewrite" + "$ref": "#/components/parameters/indices.validate_query:rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query#q" + "$ref": "#/components/parameters/indices.validate_query:q" } ], "requestBody": { @@ -9233,7 +9233,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query#200" + "$ref": "#/components/responses/indices.validate_query:200" } }, "x-state": "Added in 1.3.0" @@ -9393,12 +9393,12 @@ "operationId": "inference-get-1", "parameters": [ { - "$ref": "#/components/parameters/inference.get#inference_id" + "$ref": "#/components/parameters/inference.get:inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get#200" + "$ref": "#/components/responses/inference.get:200" } }, "x-state": "Added in 8.11.0" @@ -9412,7 +9412,7 @@ "operationId": "inference-put", "parameters": [ { - "$ref": "#/components/parameters/inference.put#inference_id" + "$ref": "#/components/parameters/inference.put:inference_id" } ], "requestBody": { @@ -9420,7 +9420,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put#200" + "$ref": "#/components/responses/inference.put:200" } }, "x-state": "Added in 8.11.0" @@ -9433,18 +9433,18 @@ "operationId": "inference-delete", "parameters": [ { - "$ref": "#/components/parameters/inference.delete#inference_id" + "$ref": "#/components/parameters/inference.delete:inference_id" }, { - "$ref": "#/components/parameters/inference.delete#dry_run" + "$ref": "#/components/parameters/inference.delete:dry_run" }, { - "$ref": "#/components/parameters/inference.delete#force" + "$ref": "#/components/parameters/inference.delete:force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete#200" + "$ref": "#/components/responses/inference.delete:200" } }, "x-state": "Added in 8.11.0" @@ -9459,15 +9459,15 @@ "operationId": "inference-get-2", "parameters": [ { - "$ref": "#/components/parameters/inference.get#task_type" + "$ref": "#/components/parameters/inference.get:task_type" }, { - "$ref": "#/components/parameters/inference.get#inference_id" + "$ref": "#/components/parameters/inference.get:inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get#200" + "$ref": "#/components/responses/inference.get:200" } }, "x-state": "Added in 8.11.0" @@ -9481,10 +9481,10 @@ "operationId": "inference-put-1", "parameters": [ { - "$ref": "#/components/parameters/inference.put#task_type" + "$ref": "#/components/parameters/inference.put:task_type" }, { - "$ref": "#/components/parameters/inference.put#inference_id" + "$ref": "#/components/parameters/inference.put:inference_id" } ], "requestBody": { @@ -9492,7 +9492,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put#200" + "$ref": "#/components/responses/inference.put:200" } }, "x-state": "Added in 8.11.0" @@ -9505,21 +9505,21 @@ "operationId": "inference-delete-1", "parameters": [ { - "$ref": "#/components/parameters/inference.delete#task_type" + "$ref": "#/components/parameters/inference.delete:task_type" }, { - "$ref": "#/components/parameters/inference.delete#inference_id" + "$ref": "#/components/parameters/inference.delete:inference_id" }, { - "$ref": "#/components/parameters/inference.delete#dry_run" + "$ref": "#/components/parameters/inference.delete:dry_run" }, { - "$ref": "#/components/parameters/inference.delete#force" + "$ref": "#/components/parameters/inference.delete:force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete#200" + "$ref": "#/components/responses/inference.delete:200" } }, "x-state": "Added in 8.11.0" @@ -9534,7 +9534,7 @@ "operationId": "inference-get", "responses": { "200": { - "$ref": "#/components/responses/inference.get#200" + "$ref": "#/components/responses/inference.get:200" } }, "x-state": "Added in 8.11.0" @@ -11383,18 +11383,18 @@ "operationId": "ingest-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline#id" + "$ref": "#/components/parameters/ingest.get_pipeline:id" }, { - "$ref": "#/components/parameters/ingest.get_pipeline#master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline#summary" + "$ref": "#/components/parameters/ingest.get_pipeline:summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline#200" + "$ref": "#/components/responses/ingest.get_pipeline:200" } }, "x-state": "Added in 5.0.0" @@ -11588,15 +11588,15 @@ "operationId": "ingest-get-pipeline", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline#master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline#summary" + "$ref": "#/components/parameters/ingest.get_pipeline:summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline#200" + "$ref": "#/components/responses/ingest.get_pipeline:200" } }, "x-state": "Added in 5.0.0" @@ -11649,7 +11649,7 @@ "operationId": "ingest-simulate", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -11657,7 +11657,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -11671,7 +11671,7 @@ "operationId": "ingest-simulate-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -11679,7 +11679,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -11695,10 +11695,10 @@ "operationId": "ingest-simulate-2", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#id" + "$ref": "#/components/parameters/ingest.simulate:id" }, { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -11706,7 +11706,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -11720,10 +11720,10 @@ "operationId": "ingest-simulate-3", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate#id" + "$ref": "#/components/parameters/ingest.simulate:id" }, { - "$ref": "#/components/parameters/ingest.simulate#verbose" + "$ref": "#/components/parameters/ingest.simulate:verbose" } ], "requestBody": { @@ -11731,7 +11731,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate#200" + "$ref": "#/components/responses/ingest.simulate:200" } }, "x-state": "Added in 5.0.0" @@ -11808,12 +11808,12 @@ "operationId": "logstash-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/logstash.get_pipeline#id" + "$ref": "#/components/parameters/logstash.get_pipeline:id" } ], "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline#200" + "$ref": "#/components/responses/logstash.get_pipeline:200" } }, "x-state": "Added in 7.12.0" @@ -11915,7 +11915,7 @@ "operationId": "logstash-get-pipeline", "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline#200" + "$ref": "#/components/responses/logstash.get_pipeline:200" } }, "x-state": "Added in 7.12.0" @@ -11931,28 +11931,28 @@ "operationId": "mget", "parameters": [ { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -11960,7 +11960,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -11974,28 +11974,28 @@ "operationId": "mget-1", "parameters": [ { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -12003,7 +12003,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -12019,31 +12019,31 @@ "operationId": "mget-2", "parameters": [ { - "$ref": "#/components/parameters/mget#index" + "$ref": "#/components/parameters/mget:index" }, { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -12051,7 +12051,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -12065,31 +12065,31 @@ "operationId": "mget-3", "parameters": [ { - "$ref": "#/components/parameters/mget#index" + "$ref": "#/components/parameters/mget:index" }, { - "$ref": "#/components/parameters/mget#preference" + "$ref": "#/components/parameters/mget:preference" }, { - "$ref": "#/components/parameters/mget#realtime" + "$ref": "#/components/parameters/mget:realtime" }, { - "$ref": "#/components/parameters/mget#refresh" + "$ref": "#/components/parameters/mget:refresh" }, { - "$ref": "#/components/parameters/mget#routing" + "$ref": "#/components/parameters/mget:routing" }, { - "$ref": "#/components/parameters/mget#_source" + "$ref": "#/components/parameters/mget:_source" }, { - "$ref": "#/components/parameters/mget#_source_excludes" + "$ref": "#/components/parameters/mget:_source_excludes" }, { - "$ref": "#/components/parameters/mget#_source_includes" + "$ref": "#/components/parameters/mget:_source_includes" }, { - "$ref": "#/components/parameters/mget#stored_fields" + "$ref": "#/components/parameters/mget:stored_fields" } ], "requestBody": { @@ -12097,7 +12097,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget#200" + "$ref": "#/components/responses/mget:200" } }, "x-state": "Added in 1.3.0" @@ -12214,13 +12214,13 @@ "operationId": "ml-get-calendars-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#calendar_id" + "$ref": "#/components/parameters/ml.get_calendars:calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -12228,7 +12228,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -12312,13 +12312,13 @@ "operationId": "ml-get-calendars-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#calendar_id" + "$ref": "#/components/parameters/ml.get_calendars:calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -12326,7 +12326,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -12562,24 +12562,24 @@ "operationId": "ml-get-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -12794,18 +12794,18 @@ "operationId": "ml-get-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds#datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeeds:datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeeds#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds#exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds#200" + "$ref": "#/components/responses/ml.get_datafeeds:200" } }, "x-state": "Added in 5.5.0" @@ -13073,18 +13073,18 @@ "operationId": "ml-get-filters-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters#filter_id" + "$ref": "#/components/parameters/ml.get_filters:filter_id" }, { - "$ref": "#/components/parameters/ml.get_filters#from" + "$ref": "#/components/parameters/ml.get_filters:from" }, { - "$ref": "#/components/parameters/ml.get_filters#size" + "$ref": "#/components/parameters/ml.get_filters:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters#200" + "$ref": "#/components/responses/ml.get_filters:200" } }, "x-state": "Added in 5.5.0" @@ -13216,18 +13216,18 @@ "operationId": "ml-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs#job_id" + "$ref": "#/components/parameters/ml.get_jobs:job_id" }, { - "$ref": "#/components/parameters/ml.get_jobs#allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs#exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs#200" + "$ref": "#/components/responses/ml.get_jobs:200" } }, "x-state": "Added in 5.5.0" @@ -13556,33 +13556,33 @@ "operationId": "ml-get-trained-models", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models#model_id" + "$ref": "#/components/parameters/ml.get_trained_models:model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models#decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models#exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models#from" + "$ref": "#/components/parameters/ml.get_trained_models:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models#include" + "$ref": "#/components/parameters/ml.get_trained_models:include" }, { - "$ref": "#/components/parameters/ml.get_trained_models#size" + "$ref": "#/components/parameters/ml.get_trained_models:size" }, { - "$ref": "#/components/parameters/ml.get_trained_models#tags" + "$ref": "#/components/parameters/ml.get_trained_models:tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models#200" + "$ref": "#/components/responses/ml.get_trained_models:200" } }, "x-state": "Added in 7.10.0" @@ -14340,10 +14340,10 @@ "operationId": "ml-get-calendars", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -14351,7 +14351,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -14364,10 +14364,10 @@ "operationId": "ml-get-calendars-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars#from" + "$ref": "#/components/parameters/ml.get_calendars:from" }, { - "$ref": "#/components/parameters/ml.get_calendars#size" + "$ref": "#/components/parameters/ml.get_calendars:size" } ], "requestBody": { @@ -14375,7 +14375,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars#200" + "$ref": "#/components/responses/ml.get_calendars:200" } }, "x-state": "Added in 6.2.0" @@ -14391,21 +14391,21 @@ "operationId": "ml-get-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics#exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics:200" } }, "x-state": "Added in 7.3.0" @@ -14420,21 +14420,21 @@ "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" } }, "x-state": "Added in 7.3.0" @@ -14449,24 +14449,24 @@ "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats#verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats#200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" } }, "x-state": "Added in 7.3.0" @@ -14482,15 +14482,15 @@ "operationId": "ml-get-datafeed-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats#datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeed_stats:datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeed_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats#200" + "$ref": "#/components/responses/ml.get_datafeed_stats:200" } }, "x-state": "Added in 5.5.0" @@ -14506,12 +14506,12 @@ "operationId": "ml-get-datafeed-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats#200" + "$ref": "#/components/responses/ml.get_datafeed_stats:200" } }, "x-state": "Added in 5.5.0" @@ -14527,15 +14527,15 @@ "operationId": "ml-get-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds#allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds#exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds#200" + "$ref": "#/components/responses/ml.get_datafeeds:200" } }, "x-state": "Added in 5.5.0" @@ -14551,15 +14551,15 @@ "operationId": "ml-get-filters", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters#from" + "$ref": "#/components/parameters/ml.get_filters:from" }, { - "$ref": "#/components/parameters/ml.get_filters#size" + "$ref": "#/components/parameters/ml.get_filters:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters#200" + "$ref": "#/components/responses/ml.get_filters:200" } }, "x-state": "Added in 5.5.0" @@ -14574,12 +14574,12 @@ "operationId": "ml-get-job-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats#200" + "$ref": "#/components/responses/ml.get_job_stats:200" } }, "x-state": "Added in 5.5.0" @@ -14594,15 +14594,15 @@ "operationId": "ml-get-job-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats#job_id" + "$ref": "#/components/parameters/ml.get_job_stats:job_id" }, { - "$ref": "#/components/parameters/ml.get_job_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats#200" + "$ref": "#/components/responses/ml.get_job_stats:200" } }, "x-state": "Added in 5.5.0" @@ -14618,15 +14618,15 @@ "operationId": "ml-get-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs#allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs#exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs#200" + "$ref": "#/components/responses/ml.get_jobs:200" } }, "x-state": "Added in 5.5.0" @@ -14642,28 +14642,28 @@ "operationId": "ml-get-overall-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets#job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#end" + "$ref": "#/components/parameters/ml.get_overall_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#start" + "$ref": "#/components/parameters/ml.get_overall_buckets:start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" } ], "requestBody": { @@ -14671,7 +14671,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets#200" + "$ref": "#/components/responses/ml.get_overall_buckets:200" } }, "x-state": "Added in 6.1.0" @@ -14685,28 +14685,28 @@ "operationId": "ml-get-overall-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets#job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#end" + "$ref": "#/components/parameters/ml.get_overall_buckets:end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#start" + "$ref": "#/components/parameters/ml.get_overall_buckets:start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets#top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" } ], "requestBody": { @@ -14714,7 +14714,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets#200" + "$ref": "#/components/responses/ml.get_overall_buckets:200" } }, "x-state": "Added in 6.1.0" @@ -14729,30 +14729,30 @@ "operationId": "ml-get-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models#decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models#exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models#from" + "$ref": "#/components/parameters/ml.get_trained_models:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models#include" + "$ref": "#/components/parameters/ml.get_trained_models:include" }, { - "$ref": "#/components/parameters/ml.get_trained_models#size" + "$ref": "#/components/parameters/ml.get_trained_models:size" }, { - "$ref": "#/components/parameters/ml.get_trained_models#tags" + "$ref": "#/components/parameters/ml.get_trained_models:tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models#200" + "$ref": "#/components/responses/ml.get_trained_models:200" } }, "x-state": "Added in 7.10.0" @@ -14768,21 +14768,21 @@ "operationId": "ml-get-trained-models-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats#model_id" + "$ref": "#/components/parameters/ml.get_trained_models_stats:model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#from" + "$ref": "#/components/parameters/ml.get_trained_models_stats:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#size" + "$ref": "#/components/parameters/ml.get_trained_models_stats:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats#200" + "$ref": "#/components/responses/ml.get_trained_models_stats:200" } }, "x-state": "Added in 7.10.0" @@ -14798,18 +14798,18 @@ "operationId": "ml-get-trained-models-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats#allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#from" + "$ref": "#/components/parameters/ml.get_trained_models_stats:from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats#size" + "$ref": "#/components/parameters/ml.get_trained_models_stats:size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats#200" + "$ref": "#/components/responses/ml.get_trained_models_stats:200" } }, "x-state": "Added in 7.10.0" @@ -14996,7 +14996,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -15013,7 +15013,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -15029,7 +15029,7 @@ "operationId": "ml-preview-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" } ], "requestBody": { @@ -15037,7 +15037,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -15051,7 +15051,7 @@ "operationId": "ml-preview-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics#id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" } ], "requestBody": { @@ -15059,7 +15059,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics#200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" } }, "x-state": "Added in 7.13.0" @@ -15075,13 +15075,13 @@ "operationId": "ml-preview-datafeed", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -15089,7 +15089,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -15103,13 +15103,13 @@ "operationId": "ml-preview-datafeed-1", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -15117,7 +15117,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -15133,10 +15133,10 @@ "operationId": "ml-preview-datafeed-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -15144,7 +15144,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -15158,10 +15158,10 @@ "operationId": "ml-preview-datafeed-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed#start" + "$ref": "#/components/parameters/ml.preview_datafeed:start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed#end" + "$ref": "#/components/parameters/ml.preview_datafeed:end" } ], "requestBody": { @@ -15169,7 +15169,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed#200" + "$ref": "#/components/responses/ml.preview_datafeed:200" } }, "x-state": "Added in 5.4.0" @@ -16579,43 +16579,43 @@ "operationId": "msearch", "parameters": [ { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -16623,7 +16623,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -16637,43 +16637,43 @@ "operationId": "msearch-1", "parameters": [ { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -16681,7 +16681,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -16697,46 +16697,46 @@ "operationId": "msearch-2", "parameters": [ { - "$ref": "#/components/parameters/msearch#index" + "$ref": "#/components/parameters/msearch:index" }, { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -16744,7 +16744,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -16758,46 +16758,46 @@ "operationId": "msearch-3", "parameters": [ { - "$ref": "#/components/parameters/msearch#index" + "$ref": "#/components/parameters/msearch:index" }, { - "$ref": "#/components/parameters/msearch#allow_no_indices" + "$ref": "#/components/parameters/msearch:allow_no_indices" }, { - "$ref": "#/components/parameters/msearch#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch#expand_wildcards" + "$ref": "#/components/parameters/msearch:expand_wildcards" }, { - "$ref": "#/components/parameters/msearch#ignore_throttled" + "$ref": "#/components/parameters/msearch:ignore_throttled" }, { - "$ref": "#/components/parameters/msearch#ignore_unavailable" + "$ref": "#/components/parameters/msearch:ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch#include_named_queries_score" + "$ref": "#/components/parameters/msearch:include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_searches" + "$ref": "#/components/parameters/msearch:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch#max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch#pre_filter_shard_size" + "$ref": "#/components/parameters/msearch:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch#routing" + "$ref": "#/components/parameters/msearch:routing" }, { - "$ref": "#/components/parameters/msearch#search_type" + "$ref": "#/components/parameters/msearch:search_type" }, { - "$ref": "#/components/parameters/msearch#typed_keys" + "$ref": "#/components/parameters/msearch:typed_keys" } ], "requestBody": { @@ -16805,7 +16805,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch#200" + "$ref": "#/components/responses/msearch:200" } }, "x-state": "Added in 1.3.0" @@ -16824,19 +16824,19 @@ "operationId": "msearch-template", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -16844,7 +16844,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -16861,19 +16861,19 @@ "operationId": "msearch-template-1", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -16881,7 +16881,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -16900,22 +16900,22 @@ "operationId": "msearch-template-2", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#index" + "$ref": "#/components/parameters/msearch_template:index" }, { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -16923,7 +16923,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -16940,22 +16940,22 @@ "operationId": "msearch-template-3", "parameters": [ { - "$ref": "#/components/parameters/msearch_template#index" + "$ref": "#/components/parameters/msearch_template:index" }, { - "$ref": "#/components/parameters/msearch_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template#max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template#search_type" + "$ref": "#/components/parameters/msearch_template:search_type" }, { - "$ref": "#/components/parameters/msearch_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template#typed_keys" + "$ref": "#/components/parameters/msearch_template:typed_keys" } ], "requestBody": { @@ -16963,7 +16963,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template#200" + "$ref": "#/components/responses/msearch_template:200" } }, "x-state": "Added in 5.0.0" @@ -16979,40 +16979,40 @@ "operationId": "mtermvectors", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -17020,7 +17020,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } }, @@ -17033,40 +17033,40 @@ "operationId": "mtermvectors-1", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -17074,7 +17074,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } } @@ -17089,43 +17089,43 @@ "operationId": "mtermvectors-2", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#index" + "$ref": "#/components/parameters/mtermvectors:index" }, { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -17133,7 +17133,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } }, @@ -17146,43 +17146,43 @@ "operationId": "mtermvectors-3", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors#index" + "$ref": "#/components/parameters/mtermvectors:index" }, { - "$ref": "#/components/parameters/mtermvectors#ids" + "$ref": "#/components/parameters/mtermvectors:ids" }, { - "$ref": "#/components/parameters/mtermvectors#fields" + "$ref": "#/components/parameters/mtermvectors:fields" }, { - "$ref": "#/components/parameters/mtermvectors#field_statistics" + "$ref": "#/components/parameters/mtermvectors:field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#offsets" + "$ref": "#/components/parameters/mtermvectors:offsets" }, { - "$ref": "#/components/parameters/mtermvectors#payloads" + "$ref": "#/components/parameters/mtermvectors:payloads" }, { - "$ref": "#/components/parameters/mtermvectors#positions" + "$ref": "#/components/parameters/mtermvectors:positions" }, { - "$ref": "#/components/parameters/mtermvectors#preference" + "$ref": "#/components/parameters/mtermvectors:preference" }, { - "$ref": "#/components/parameters/mtermvectors#realtime" + "$ref": "#/components/parameters/mtermvectors:realtime" }, { - "$ref": "#/components/parameters/mtermvectors#routing" + "$ref": "#/components/parameters/mtermvectors:routing" }, { - "$ref": "#/components/parameters/mtermvectors#term_statistics" + "$ref": "#/components/parameters/mtermvectors:term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors#version" + "$ref": "#/components/parameters/mtermvectors:version" }, { - "$ref": "#/components/parameters/mtermvectors#version_type" + "$ref": "#/components/parameters/mtermvectors:version_type" } ], "requestBody": { @@ -17190,7 +17190,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors#200" + "$ref": "#/components/responses/mtermvectors:200" } } } @@ -17347,19 +17347,19 @@ "operationId": "put-script-2", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context" + "$ref": "#/components/parameters/put_script:context" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -17367,7 +17367,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } }, @@ -17383,19 +17383,19 @@ "operationId": "put-script-3", "parameters": [ { - "$ref": "#/components/parameters/put_script#id" + "$ref": "#/components/parameters/put_script:id" }, { - "$ref": "#/components/parameters/put_script#context" + "$ref": "#/components/parameters/put_script:context" }, { - "$ref": "#/components/parameters/put_script#context_" + "$ref": "#/components/parameters/put_script:context_" }, { - "$ref": "#/components/parameters/put_script#master_timeout" + "$ref": "#/components/parameters/put_script:master_timeout" }, { - "$ref": "#/components/parameters/put_script#timeout" + "$ref": "#/components/parameters/put_script:timeout" } ], "requestBody": { @@ -17403,7 +17403,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script#200" + "$ref": "#/components/responses/put_script:200" } } } @@ -17924,16 +17924,16 @@ "operationId": "rank-eval", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -17941,7 +17941,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -17955,16 +17955,16 @@ "operationId": "rank-eval-1", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -17972,7 +17972,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -17988,19 +17988,19 @@ "operationId": "rank-eval-2", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#index" + "$ref": "#/components/parameters/rank_eval:index" }, { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -18008,7 +18008,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -18022,19 +18022,19 @@ "operationId": "rank-eval-3", "parameters": [ { - "$ref": "#/components/parameters/rank_eval#index" + "$ref": "#/components/parameters/rank_eval:index" }, { - "$ref": "#/components/parameters/rank_eval#allow_no_indices" + "$ref": "#/components/parameters/rank_eval:allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval#expand_wildcards" + "$ref": "#/components/parameters/rank_eval:expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval#ignore_unavailable" + "$ref": "#/components/parameters/rank_eval:ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval#search_type" + "$ref": "#/components/parameters/rank_eval:search_type" } ], "requestBody": { @@ -18042,7 +18042,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval#200" + "$ref": "#/components/responses/rank_eval:200" } }, "x-state": "Added in 6.2.0" @@ -18331,7 +18331,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } }, @@ -18347,7 +18347,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } } @@ -18362,7 +18362,7 @@ "operationId": "render-search-template-2", "parameters": [ { - "$ref": "#/components/parameters/render_search_template#id" + "$ref": "#/components/parameters/render_search_template:id" } ], "requestBody": { @@ -18370,7 +18370,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } }, @@ -18383,7 +18383,7 @@ "operationId": "render-search-template-3", "parameters": [ { - "$ref": "#/components/parameters/render_search_template#id" + "$ref": "#/components/parameters/render_search_template:id" } ], "requestBody": { @@ -18391,7 +18391,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template#200" + "$ref": "#/components/responses/render_search_template:200" } } } @@ -18409,7 +18409,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute#200" + "$ref": "#/components/responses/scripts_painless_execute:200" } }, "x-state": "Technical preview" @@ -18426,7 +18426,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute#200" + "$ref": "#/components/responses/scripts_painless_execute:200" } }, "x-state": "Technical preview" @@ -18445,133 +18445,133 @@ "operationId": "search", "parameters": [ { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" } ], "requestBody": { @@ -18579,7 +18579,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } }, @@ -18595,133 +18595,133 @@ "operationId": "search-1", "parameters": [ { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" } ], "requestBody": { @@ -18729,7 +18729,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } } @@ -18747,136 +18747,136 @@ "operationId": "search-2", "parameters": [ { - "$ref": "#/components/parameters/search#index" + "$ref": "#/components/parameters/search:index" }, { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" } ], "requestBody": { @@ -18884,7 +18884,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } }, @@ -18900,136 +18900,136 @@ "operationId": "search-3", "parameters": [ { - "$ref": "#/components/parameters/search#index" + "$ref": "#/components/parameters/search:index" }, { - "$ref": "#/components/parameters/search#allow_no_indices" + "$ref": "#/components/parameters/search:allow_no_indices" }, { - "$ref": "#/components/parameters/search#allow_partial_search_results" + "$ref": "#/components/parameters/search:allow_partial_search_results" }, { - "$ref": "#/components/parameters/search#analyzer" + "$ref": "#/components/parameters/search:analyzer" }, { - "$ref": "#/components/parameters/search#analyze_wildcard" + "$ref": "#/components/parameters/search:analyze_wildcard" }, { - "$ref": "#/components/parameters/search#batched_reduce_size" + "$ref": "#/components/parameters/search:batched_reduce_size" }, { - "$ref": "#/components/parameters/search#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search#default_operator" + "$ref": "#/components/parameters/search:default_operator" }, { - "$ref": "#/components/parameters/search#df" + "$ref": "#/components/parameters/search:df" }, { - "$ref": "#/components/parameters/search#docvalue_fields" + "$ref": "#/components/parameters/search:docvalue_fields" }, { - "$ref": "#/components/parameters/search#expand_wildcards" + "$ref": "#/components/parameters/search:expand_wildcards" }, { - "$ref": "#/components/parameters/search#explain" + "$ref": "#/components/parameters/search:explain" }, { - "$ref": "#/components/parameters/search#ignore_throttled" + "$ref": "#/components/parameters/search:ignore_throttled" }, { - "$ref": "#/components/parameters/search#ignore_unavailable" + "$ref": "#/components/parameters/search:ignore_unavailable" }, { - "$ref": "#/components/parameters/search#include_named_queries_score" + "$ref": "#/components/parameters/search:include_named_queries_score" }, { - "$ref": "#/components/parameters/search#lenient" + "$ref": "#/components/parameters/search:lenient" }, { - "$ref": "#/components/parameters/search#max_concurrent_shard_requests" + "$ref": "#/components/parameters/search:max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search#preference" + "$ref": "#/components/parameters/search:preference" }, { - "$ref": "#/components/parameters/search#pre_filter_shard_size" + "$ref": "#/components/parameters/search:pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search#request_cache" + "$ref": "#/components/parameters/search:request_cache" }, { - "$ref": "#/components/parameters/search#routing" + "$ref": "#/components/parameters/search:routing" }, { - "$ref": "#/components/parameters/search#scroll" + "$ref": "#/components/parameters/search:scroll" }, { - "$ref": "#/components/parameters/search#search_type" + "$ref": "#/components/parameters/search:search_type" }, { - "$ref": "#/components/parameters/search#stats" + "$ref": "#/components/parameters/search:stats" }, { - "$ref": "#/components/parameters/search#stored_fields" + "$ref": "#/components/parameters/search:stored_fields" }, { - "$ref": "#/components/parameters/search#suggest_field" + "$ref": "#/components/parameters/search:suggest_field" }, { - "$ref": "#/components/parameters/search#suggest_mode" + "$ref": "#/components/parameters/search:suggest_mode" }, { - "$ref": "#/components/parameters/search#suggest_size" + "$ref": "#/components/parameters/search:suggest_size" }, { - "$ref": "#/components/parameters/search#suggest_text" + "$ref": "#/components/parameters/search:suggest_text" }, { - "$ref": "#/components/parameters/search#terminate_after" + "$ref": "#/components/parameters/search:terminate_after" }, { - "$ref": "#/components/parameters/search#timeout" + "$ref": "#/components/parameters/search:timeout" }, { - "$ref": "#/components/parameters/search#track_total_hits" + "$ref": "#/components/parameters/search:track_total_hits" }, { - "$ref": "#/components/parameters/search#track_scores" + "$ref": "#/components/parameters/search:track_scores" }, { - "$ref": "#/components/parameters/search#typed_keys" + "$ref": "#/components/parameters/search:typed_keys" }, { - "$ref": "#/components/parameters/search#rest_total_hits_as_int" + "$ref": "#/components/parameters/search:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search#version" + "$ref": "#/components/parameters/search:version" }, { - "$ref": "#/components/parameters/search#_source" + "$ref": "#/components/parameters/search:_source" }, { - "$ref": "#/components/parameters/search#_source_excludes" + "$ref": "#/components/parameters/search:_source_excludes" }, { - "$ref": "#/components/parameters/search#_source_includes" + "$ref": "#/components/parameters/search:_source_includes" }, { - "$ref": "#/components/parameters/search#seq_no_primary_term" + "$ref": "#/components/parameters/search:seq_no_primary_term" }, { - "$ref": "#/components/parameters/search#q" + "$ref": "#/components/parameters/search:q" }, { - "$ref": "#/components/parameters/search#size" + "$ref": "#/components/parameters/search:size" }, { - "$ref": "#/components/parameters/search#from" + "$ref": "#/components/parameters/search:from" }, { - "$ref": "#/components/parameters/search#sort" + "$ref": "#/components/parameters/search:sort" } ], "requestBody": { @@ -19037,7 +19037,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search#200" + "$ref": "#/components/responses/search:200" } } } @@ -19193,12 +19193,12 @@ "operationId": "search-application-get-behavioral-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.get_behavioral_analytics#name" + "$ref": "#/components/parameters/search_application.get_behavioral_analytics:name" } ], "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics#200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" } }, "deprecated": true, @@ -19283,7 +19283,7 @@ "operationId": "search-application-get-behavioral-analytics", "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics#200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" } }, "deprecated": true, @@ -19376,10 +19376,10 @@ "operationId": "search-application-search", "parameters": [ { - "$ref": "#/components/parameters/search_application.search#name" + "$ref": "#/components/parameters/search_application.search:name" }, { - "$ref": "#/components/parameters/search_application.search#typed_keys" + "$ref": "#/components/parameters/search_application.search:typed_keys" } ], "requestBody": { @@ -19387,7 +19387,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search#200" + "$ref": "#/components/responses/search_application.search:200" } }, "x-beta": true @@ -19401,10 +19401,10 @@ "operationId": "search-application-search-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.search#name" + "$ref": "#/components/parameters/search_application.search:name" }, { - "$ref": "#/components/parameters/search_application.search#typed_keys" + "$ref": "#/components/parameters/search_application.search:typed_keys" } ], "requestBody": { @@ -19412,7 +19412,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search#200" + "$ref": "#/components/responses/search_application.search:200" } }, "x-beta": true @@ -19431,40 +19431,40 @@ "operationId": "search-mvt-1", "parameters": [ { - "$ref": "#/components/parameters/search_mvt#index" + "$ref": "#/components/parameters/search_mvt:index" }, { - "$ref": "#/components/parameters/search_mvt#field" + "$ref": "#/components/parameters/search_mvt:field" }, { - "$ref": "#/components/parameters/search_mvt#zoom" + "$ref": "#/components/parameters/search_mvt:zoom" }, { - "$ref": "#/components/parameters/search_mvt#x" + "$ref": "#/components/parameters/search_mvt:x" }, { - "$ref": "#/components/parameters/search_mvt#y" + "$ref": "#/components/parameters/search_mvt:y" }, { - "$ref": "#/components/parameters/search_mvt#exact_bounds" + "$ref": "#/components/parameters/search_mvt:exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt#extent" + "$ref": "#/components/parameters/search_mvt:extent" }, { - "$ref": "#/components/parameters/search_mvt#grid_agg" + "$ref": "#/components/parameters/search_mvt:grid_agg" }, { - "$ref": "#/components/parameters/search_mvt#grid_precision" + "$ref": "#/components/parameters/search_mvt:grid_precision" }, { - "$ref": "#/components/parameters/search_mvt#grid_type" + "$ref": "#/components/parameters/search_mvt:grid_type" }, { - "$ref": "#/components/parameters/search_mvt#size" + "$ref": "#/components/parameters/search_mvt:size" }, { - "$ref": "#/components/parameters/search_mvt#with_labels" + "$ref": "#/components/parameters/search_mvt:with_labels" } ], "requestBody": { @@ -19472,7 +19472,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt#200" + "$ref": "#/components/responses/search_mvt:200" } }, "x-state": "Added in 7.15.0" @@ -19489,40 +19489,40 @@ "operationId": "search-mvt", "parameters": [ { - "$ref": "#/components/parameters/search_mvt#index" + "$ref": "#/components/parameters/search_mvt:index" }, { - "$ref": "#/components/parameters/search_mvt#field" + "$ref": "#/components/parameters/search_mvt:field" }, { - "$ref": "#/components/parameters/search_mvt#zoom" + "$ref": "#/components/parameters/search_mvt:zoom" }, { - "$ref": "#/components/parameters/search_mvt#x" + "$ref": "#/components/parameters/search_mvt:x" }, { - "$ref": "#/components/parameters/search_mvt#y" + "$ref": "#/components/parameters/search_mvt:y" }, { - "$ref": "#/components/parameters/search_mvt#exact_bounds" + "$ref": "#/components/parameters/search_mvt:exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt#extent" + "$ref": "#/components/parameters/search_mvt:extent" }, { - "$ref": "#/components/parameters/search_mvt#grid_agg" + "$ref": "#/components/parameters/search_mvt:grid_agg" }, { - "$ref": "#/components/parameters/search_mvt#grid_precision" + "$ref": "#/components/parameters/search_mvt:grid_precision" }, { - "$ref": "#/components/parameters/search_mvt#grid_type" + "$ref": "#/components/parameters/search_mvt:grid_type" }, { - "$ref": "#/components/parameters/search_mvt#size" + "$ref": "#/components/parameters/search_mvt:size" }, { - "$ref": "#/components/parameters/search_mvt#with_labels" + "$ref": "#/components/parameters/search_mvt:with_labels" } ], "requestBody": { @@ -19530,7 +19530,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt#200" + "$ref": "#/components/responses/search_mvt:200" } }, "x-state": "Added in 7.15.0" @@ -19548,43 +19548,43 @@ "operationId": "search-template", "parameters": [ { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -19592,7 +19592,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -19608,43 +19608,43 @@ "operationId": "search-template-1", "parameters": [ { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -19652,7 +19652,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -19670,46 +19670,46 @@ "operationId": "search-template-2", "parameters": [ { - "$ref": "#/components/parameters/search_template#index" + "$ref": "#/components/parameters/search_template:index" }, { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -19717,7 +19717,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -19733,46 +19733,46 @@ "operationId": "search-template-3", "parameters": [ { - "$ref": "#/components/parameters/search_template#index" + "$ref": "#/components/parameters/search_template:index" }, { - "$ref": "#/components/parameters/search_template#allow_no_indices" + "$ref": "#/components/parameters/search_template:allow_no_indices" }, { - "$ref": "#/components/parameters/search_template#ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template#expand_wildcards" + "$ref": "#/components/parameters/search_template:expand_wildcards" }, { - "$ref": "#/components/parameters/search_template#explain" + "$ref": "#/components/parameters/search_template:explain" }, { - "$ref": "#/components/parameters/search_template#ignore_throttled" + "$ref": "#/components/parameters/search_template:ignore_throttled" }, { - "$ref": "#/components/parameters/search_template#ignore_unavailable" + "$ref": "#/components/parameters/search_template:ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template#preference" + "$ref": "#/components/parameters/search_template:preference" }, { - "$ref": "#/components/parameters/search_template#profile" + "$ref": "#/components/parameters/search_template:profile" }, { - "$ref": "#/components/parameters/search_template#routing" + "$ref": "#/components/parameters/search_template:routing" }, { - "$ref": "#/components/parameters/search_template#scroll" + "$ref": "#/components/parameters/search_template:scroll" }, { - "$ref": "#/components/parameters/search_template#search_type" + "$ref": "#/components/parameters/search_template:search_type" }, { - "$ref": "#/components/parameters/search_template#rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template#typed_keys" + "$ref": "#/components/parameters/search_template:typed_keys" } ], "requestBody": { @@ -19780,7 +19780,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template#200" + "$ref": "#/components/responses/search_template:200" } }, "x-state": "Added in 2.0.0" @@ -20017,7 +20017,7 @@ "operationId": "security-create-api-key", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key#refresh" + "$ref": "#/components/parameters/security.create_api_key:refresh" } ], "requestBody": { @@ -20025,7 +20025,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key#200" + "$ref": "#/components/responses/security.create_api_key:200" } }, "x-state": "Added in 6.7.0" @@ -20042,7 +20042,7 @@ "operationId": "security-create-api-key-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key#refresh" + "$ref": "#/components/parameters/security.create_api_key:refresh" } ], "requestBody": { @@ -20050,7 +20050,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key#200" + "$ref": "#/components/responses/security.create_api_key:200" } }, "x-state": "Added in 6.7.0" @@ -20193,12 +20193,12 @@ "operationId": "security-get-role", "parameters": [ { - "$ref": "#/components/parameters/security.get_role#name" + "$ref": "#/components/parameters/security.get_role:name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role#200" + "$ref": "#/components/responses/security.get_role:200" } } }, @@ -20214,10 +20214,10 @@ "operationId": "security-put-role", "parameters": [ { - "$ref": "#/components/parameters/security.put_role#name" + "$ref": "#/components/parameters/security.put_role:name" }, { - "$ref": "#/components/parameters/security.put_role#refresh" + "$ref": "#/components/parameters/security.put_role:refresh" } ], "requestBody": { @@ -20225,7 +20225,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role#200" + "$ref": "#/components/responses/security.put_role:200" } } }, @@ -20241,10 +20241,10 @@ "operationId": "security-put-role-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role#name" + "$ref": "#/components/parameters/security.put_role:name" }, { - "$ref": "#/components/parameters/security.put_role#refresh" + "$ref": "#/components/parameters/security.put_role:refresh" } ], "requestBody": { @@ -20252,7 +20252,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role#200" + "$ref": "#/components/responses/security.put_role:200" } } }, @@ -20377,7 +20377,7 @@ "operationId": "security-get-role-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role#200" + "$ref": "#/components/responses/security.get_role:200" } } } @@ -20398,7 +20398,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -20418,7 +20418,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -20437,7 +20437,7 @@ "operationId": "security-has-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges#user" + "$ref": "#/components/parameters/security.has_privileges:user" } ], "requestBody": { @@ -20445,7 +20445,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -20462,7 +20462,7 @@ "operationId": "security-has-privileges-3", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges#user" + "$ref": "#/components/parameters/security.has_privileges:user" } ], "requestBody": { @@ -20470,7 +20470,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges#200" + "$ref": "#/components/responses/security.has_privileges:200" } }, "x-state": "Added in 6.4.0" @@ -20486,13 +20486,13 @@ "operationId": "security-query-api-keys", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys#with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys#with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys#typed_keys" + "$ref": "#/components/parameters/security.query_api_keys:typed_keys" } ], "requestBody": { @@ -20500,7 +20500,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys#200" + "$ref": "#/components/responses/security.query_api_keys:200" } }, "x-state": "Added in 7.15.0" @@ -20514,13 +20514,13 @@ "operationId": "security-query-api-keys-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys#with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys#with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys#typed_keys" + "$ref": "#/components/parameters/security.query_api_keys:typed_keys" } ], "requestBody": { @@ -20528,7 +20528,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys#200" + "$ref": "#/components/responses/security.query_api_keys:200" } }, "x-state": "Added in 7.15.0" @@ -20547,7 +20547,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role#200" + "$ref": "#/components/responses/security.query_role:200" } }, "x-state": "Added in 8.15.0" @@ -20564,7 +20564,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role#200" + "$ref": "#/components/responses/security.query_role:200" } }, "x-state": "Added in 8.15.0" @@ -20938,7 +20938,7 @@ "operationId": "sql-query-1", "parameters": [ { - "$ref": "#/components/parameters/sql.query#format" + "$ref": "#/components/parameters/sql.query:format" } ], "requestBody": { @@ -20946,7 +20946,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query#200" + "$ref": "#/components/responses/sql.query:200" } }, "x-state": "Added in 6.3.0" @@ -20960,7 +20960,7 @@ "operationId": "sql-query", "parameters": [ { - "$ref": "#/components/parameters/sql.query#format" + "$ref": "#/components/parameters/sql.query:format" } ], "requestBody": { @@ -20968,7 +20968,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query#200" + "$ref": "#/components/responses/sql.query:200" } }, "x-state": "Added in 6.3.0" @@ -20987,7 +20987,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate#200" + "$ref": "#/components/responses/sql.translate:200" } }, "x-state": "Added in 6.3.0" @@ -21004,7 +21004,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate#200" + "$ref": "#/components/responses/sql.translate:200" } }, "x-state": "Added in 6.3.0" @@ -21541,7 +21541,7 @@ "operationId": "terms-enum", "parameters": [ { - "$ref": "#/components/parameters/terms_enum#index" + "$ref": "#/components/parameters/terms_enum:index" } ], "requestBody": { @@ -21549,7 +21549,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum#200" + "$ref": "#/components/responses/terms_enum:200" } }, "x-state": "Added in 7.14.0" @@ -21563,7 +21563,7 @@ "operationId": "terms-enum-1", "parameters": [ { - "$ref": "#/components/parameters/terms_enum#index" + "$ref": "#/components/parameters/terms_enum:index" } ], "requestBody": { @@ -21571,7 +21571,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum#200" + "$ref": "#/components/responses/terms_enum:200" } }, "x-state": "Added in 7.14.0" @@ -21587,43 +21587,43 @@ "operationId": "termvectors", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#id" + "$ref": "#/components/parameters/termvectors:id" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -21631,7 +21631,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } }, @@ -21644,43 +21644,43 @@ "operationId": "termvectors-1", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#id" + "$ref": "#/components/parameters/termvectors:id" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -21688,7 +21688,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } } @@ -21703,40 +21703,40 @@ "operationId": "termvectors-2", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -21744,7 +21744,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } }, @@ -21757,40 +21757,40 @@ "operationId": "termvectors-3", "parameters": [ { - "$ref": "#/components/parameters/termvectors#index" + "$ref": "#/components/parameters/termvectors:index" }, { - "$ref": "#/components/parameters/termvectors#fields" + "$ref": "#/components/parameters/termvectors:fields" }, { - "$ref": "#/components/parameters/termvectors#field_statistics" + "$ref": "#/components/parameters/termvectors:field_statistics" }, { - "$ref": "#/components/parameters/termvectors#offsets" + "$ref": "#/components/parameters/termvectors:offsets" }, { - "$ref": "#/components/parameters/termvectors#payloads" + "$ref": "#/components/parameters/termvectors:payloads" }, { - "$ref": "#/components/parameters/termvectors#positions" + "$ref": "#/components/parameters/termvectors:positions" }, { - "$ref": "#/components/parameters/termvectors#preference" + "$ref": "#/components/parameters/termvectors:preference" }, { - "$ref": "#/components/parameters/termvectors#realtime" + "$ref": "#/components/parameters/termvectors:realtime" }, { - "$ref": "#/components/parameters/termvectors#routing" + "$ref": "#/components/parameters/termvectors:routing" }, { - "$ref": "#/components/parameters/termvectors#term_statistics" + "$ref": "#/components/parameters/termvectors:term_statistics" }, { - "$ref": "#/components/parameters/termvectors#version" + "$ref": "#/components/parameters/termvectors:version" }, { - "$ref": "#/components/parameters/termvectors#version_type" + "$ref": "#/components/parameters/termvectors:version_type" } ], "requestBody": { @@ -21798,7 +21798,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors#200" + "$ref": "#/components/responses/termvectors:200" } } } @@ -21813,24 +21813,24 @@ "operationId": "transform-get-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform#transform_id" + "$ref": "#/components/parameters/transform.get_transform:transform_id" }, { - "$ref": "#/components/parameters/transform.get_transform#allow_no_match" + "$ref": "#/components/parameters/transform.get_transform:allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform#from" + "$ref": "#/components/parameters/transform.get_transform:from" }, { - "$ref": "#/components/parameters/transform.get_transform#size" + "$ref": "#/components/parameters/transform.get_transform:size" }, { - "$ref": "#/components/parameters/transform.get_transform#exclude_generated" + "$ref": "#/components/parameters/transform.get_transform:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform#200" + "$ref": "#/components/responses/transform.get_transform:200" } }, "x-state": "Added in 7.5.0" @@ -22034,21 +22034,21 @@ "operationId": "transform-get-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform#allow_no_match" + "$ref": "#/components/parameters/transform.get_transform:allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform#from" + "$ref": "#/components/parameters/transform.get_transform:from" }, { - "$ref": "#/components/parameters/transform.get_transform#size" + "$ref": "#/components/parameters/transform.get_transform:size" }, { - "$ref": "#/components/parameters/transform.get_transform#exclude_generated" + "$ref": "#/components/parameters/transform.get_transform:exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform#200" + "$ref": "#/components/responses/transform.get_transform:200" } }, "x-state": "Added in 7.5.0" @@ -22161,10 +22161,10 @@ "operationId": "transform-preview-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#transform_id" + "$ref": "#/components/parameters/transform.preview_transform:transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -22172,7 +22172,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -22186,10 +22186,10 @@ "operationId": "transform-preview-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#transform_id" + "$ref": "#/components/parameters/transform.preview_transform:transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -22197,7 +22197,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -22213,7 +22213,7 @@ "operationId": "transform-preview-transform-2", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -22221,7 +22221,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -22235,7 +22235,7 @@ "operationId": "transform-preview-transform-3", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform#timeout" + "$ref": "#/components/parameters/transform.preview_transform:timeout" } ], "requestBody": { @@ -22243,7 +22243,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform#200" + "$ref": "#/components/responses/transform.preview_transform:200" } }, "x-state": "Added in 7.2.0" @@ -60576,7 +60576,7 @@ } }, "responses": { - "async_search.submit#200": { + "async_search.submit:200": { "description": "", "content": { "application/json": { @@ -60592,7 +60592,7 @@ } } }, - "bulk#200": { + "bulk:200": { "description": "", "content": { "application/json": { @@ -60648,7 +60648,7 @@ } } }, - "cat.aliases#200": { + "cat.aliases:200": { "description": "", "content": { "application/json": { @@ -60667,7 +60667,7 @@ } } }, - "cat.component_templates#200": { + "cat.component_templates:200": { "description": "", "content": { "application/json": { @@ -60686,7 +60686,7 @@ } } }, - "cat.count#200": { + "cat.count:200": { "description": "", "content": { "application/json": { @@ -60711,7 +60711,7 @@ } } }, - "cat.indices#200": { + "cat.indices:200": { "description": "", "content": { "application/json": { @@ -60730,7 +60730,7 @@ } } }, - "cat.ml_data_frame_analytics#200": { + "cat.ml_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -60749,7 +60749,7 @@ } } }, - "cat.ml_datafeeds#200": { + "cat.ml_datafeeds:200": { "description": "", "content": { "application/json": { @@ -60768,7 +60768,7 @@ } } }, - "cat.ml_jobs#200": { + "cat.ml_jobs:200": { "description": "", "content": { "application/json": { @@ -60787,7 +60787,7 @@ } } }, - "cat.ml_trained_models#200": { + "cat.ml_trained_models:200": { "description": "", "content": { "application/json": { @@ -60806,7 +60806,7 @@ } } }, - "cat.transforms#200": { + "cat.transforms:200": { "description": "", "content": { "application/json": { @@ -60825,7 +60825,7 @@ } } }, - "clear_scroll#200": { + "clear_scroll:200": { "description": "", "content": { "application/json": { @@ -60849,7 +60849,7 @@ } } }, - "cluster.get_component_template#200": { + "cluster.get_component_template:200": { "description": "", "content": { "application/json": { @@ -60870,7 +60870,7 @@ } } }, - "cluster.put_component_template#200": { + "cluster.put_component_template:200": { "description": "", "content": { "application/json": { @@ -60880,7 +60880,7 @@ } } }, - "connector.put#200": { + "connector.put:200": { "description": "", "content": { "application/json": { @@ -60907,7 +60907,7 @@ } } }, - "count#200": { + "count:200": { "description": "", "content": { "application/json": { @@ -60935,7 +60935,7 @@ } } }, - "create#200": { + "create:200": { "description": "", "content": { "application/json": { @@ -60945,7 +60945,7 @@ } } }, - "enrich.get_policy#200": { + "enrich.get_policy:200": { "description": "", "content": { "application/json": { @@ -60966,7 +60966,7 @@ } } }, - "eql.search#200": { + "eql.search:200": { "description": "", "content": { "application/json": { @@ -60983,7 +60983,7 @@ } } }, - "explain#200": { + "explain:200": { "description": "", "content": { "application/json": { @@ -61021,7 +61021,7 @@ } } }, - "field_caps#200": { + "field_caps:200": { "description": "", "content": { "application/json": { @@ -61061,7 +61061,7 @@ } } }, - "graph.explore#200": { + "graph.explore:200": { "description": "", "content": { "application/json": { @@ -61104,7 +61104,7 @@ } } }, - "index#200": { + "index:200": { "description": "", "content": { "application/json": { @@ -61126,7 +61126,7 @@ } } }, - "indices.analyze#200": { + "indices.analyze:200": { "description": "", "content": { "application/json": { @@ -61153,7 +61153,7 @@ } } }, - "indices.delete_alias#200": { + "indices.delete_alias:200": { "description": "", "content": { "application/json": { @@ -61163,13 +61163,13 @@ } } }, - "indices.exists_alias#200": { + "indices.exists_alias:200": { "description": "", "content": { "application/json": {} } }, - "indices.get_alias#200": { + "indices.get_alias:200": { "description": "", "content": { "application/json": { @@ -61182,7 +61182,7 @@ } } }, - "indices.get_data_stream#200": { + "indices.get_data_stream:200": { "description": "", "content": { "application/json": { @@ -61209,7 +61209,7 @@ } } }, - "indices.get_index_template#200": { + "indices.get_index_template:200": { "description": "", "content": { "application/json": { @@ -61230,7 +61230,7 @@ } } }, - "indices.get_mapping#200": { + "indices.get_mapping:200": { "description": "", "content": { "application/json": { @@ -61243,7 +61243,7 @@ } } }, - "indices.get_settings#200": { + "indices.get_settings:200": { "description": "", "content": { "application/json": { @@ -61256,7 +61256,7 @@ } } }, - "indices.put_alias#200": { + "indices.put_alias:200": { "description": "", "content": { "application/json": { @@ -61266,7 +61266,7 @@ } } }, - "indices.put_index_template#200": { + "indices.put_index_template:200": { "description": "", "content": { "application/json": { @@ -61276,7 +61276,7 @@ } } }, - "indices.put_mapping#200": { + "indices.put_mapping:200": { "description": "", "content": { "application/json": { @@ -61286,7 +61286,7 @@ } } }, - "indices.put_settings#200": { + "indices.put_settings:200": { "description": "", "content": { "application/json": { @@ -61296,7 +61296,7 @@ } } }, - "indices.refresh#200": { + "indices.refresh:200": { "description": "", "content": { "application/json": { @@ -61306,7 +61306,7 @@ } } }, - "indices.rollover#200": { + "indices.rollover:200": { "description": "", "content": { "application/json": { @@ -61357,7 +61357,7 @@ } } }, - "indices.simulate_template#200": { + "indices.simulate_template:200": { "description": "", "content": { "application/json": { @@ -61387,7 +61387,7 @@ } } }, - "indices.validate_query#200": { + "indices.validate_query:200": { "description": "", "content": { "application/json": { @@ -61417,7 +61417,7 @@ } } }, - "inference.delete#200": { + "inference.delete:200": { "description": "", "content": { "application/json": { @@ -61427,7 +61427,7 @@ } } }, - "inference.get#200": { + "inference.get:200": { "description": "", "content": { "application/json": { @@ -61448,7 +61448,7 @@ } } }, - "inference.put#200": { + "inference.put:200": { "description": "", "content": { "application/json": { @@ -61458,7 +61458,7 @@ } } }, - "ingest.get_pipeline#200": { + "ingest.get_pipeline:200": { "description": "", "content": { "application/json": { @@ -61477,7 +61477,7 @@ } } }, - "ingest.simulate#200": { + "ingest.simulate:200": { "description": "", "content": { "application/json": { @@ -61504,7 +61504,7 @@ } } }, - "logstash.get_pipeline#200": { + "logstash.get_pipeline:200": { "description": "", "content": { "application/json": { @@ -61523,7 +61523,7 @@ } } }, - "mget#200": { + "mget:200": { "description": "", "content": { "application/json": { @@ -61545,7 +61545,7 @@ } } }, - "ml.get_calendars#200": { + "ml.get_calendars:200": { "description": "", "content": { "application/json": { @@ -61570,7 +61570,7 @@ } } }, - "ml.get_data_frame_analytics#200": { + "ml.get_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -61596,7 +61596,7 @@ } } }, - "ml.get_data_frame_analytics_stats#200": { + "ml.get_data_frame_analytics_stats:200": { "description": "", "content": { "application/json": { @@ -61622,7 +61622,7 @@ } } }, - "ml.get_datafeed_stats#200": { + "ml.get_datafeed_stats:200": { "description": "", "content": { "application/json": { @@ -61647,7 +61647,7 @@ } } }, - "ml.get_datafeeds#200": { + "ml.get_datafeeds:200": { "description": "", "content": { "application/json": { @@ -61672,7 +61672,7 @@ } } }, - "ml.get_filters#200": { + "ml.get_filters:200": { "description": "", "content": { "application/json": { @@ -61697,7 +61697,7 @@ } } }, - "ml.get_job_stats#200": { + "ml.get_job_stats:200": { "description": "", "content": { "application/json": { @@ -61722,7 +61722,7 @@ } } }, - "ml.get_jobs#200": { + "ml.get_jobs:200": { "description": "", "content": { "application/json": { @@ -61747,7 +61747,7 @@ } } }, - "ml.get_overall_buckets#200": { + "ml.get_overall_buckets:200": { "description": "", "content": { "application/json": { @@ -61773,7 +61773,7 @@ } } }, - "ml.get_trained_models#200": { + "ml.get_trained_models:200": { "description": "", "content": { "application/json": { @@ -61799,7 +61799,7 @@ } } }, - "ml.get_trained_models_stats#200": { + "ml.get_trained_models_stats:200": { "description": "", "content": { "application/json": { @@ -61826,7 +61826,7 @@ } } }, - "ml.preview_data_frame_analytics#200": { + "ml.preview_data_frame_analytics:200": { "description": "", "content": { "application/json": { @@ -61851,7 +61851,7 @@ } } }, - "ml.preview_datafeed#200": { + "ml.preview_datafeed:200": { "description": "", "content": { "application/json": { @@ -61864,7 +61864,7 @@ } } }, - "msearch#200": { + "msearch:200": { "description": "", "content": { "application/json": { @@ -61874,7 +61874,7 @@ } } }, - "msearch_template#200": { + "msearch_template:200": { "description": "", "content": { "application/json": { @@ -61884,7 +61884,7 @@ } } }, - "mtermvectors#200": { + "mtermvectors:200": { "description": "", "content": { "application/json": { @@ -61905,7 +61905,7 @@ } } }, - "put_script#200": { + "put_script:200": { "description": "", "content": { "application/json": { @@ -61915,7 +61915,7 @@ } } }, - "rank_eval#200": { + "rank_eval:200": { "description": "", "content": { "application/json": { @@ -61949,7 +61949,7 @@ } } }, - "render_search_template#200": { + "render_search_template:200": { "description": "", "content": { "application/json": { @@ -61970,7 +61970,7 @@ } } }, - "scripts_painless_execute#200": { + "scripts_painless_execute:200": { "description": "", "content": { "application/json": { @@ -62005,7 +62005,7 @@ } } }, - "scroll#200": { + "scroll:200": { "description": "", "content": { "application/json": { @@ -62015,7 +62015,7 @@ } } }, - "search#200": { + "search:200": { "description": "", "content": { "application/json": { @@ -62031,7 +62031,7 @@ } } }, - "search_application.get_behavioral_analytics#200": { + "search_application.get_behavioral_analytics:200": { "description": "", "content": { "application/json": { @@ -62050,7 +62050,7 @@ } } }, - "search_application.search#200": { + "search_application.search:200": { "description": "", "content": { "application/json": { @@ -62060,7 +62060,7 @@ } } }, - "search_mvt#200": { + "search_mvt:200": { "description": "", "content": { "application/json": { @@ -62076,7 +62076,7 @@ } } }, - "search_template#200": { + "search_template:200": { "description": "", "content": { "application/json": { @@ -62148,7 +62148,7 @@ } } }, - "security.create_api_key#200": { + "security.create_api_key:200": { "description": "", "content": { "application/json": { @@ -62190,7 +62190,7 @@ } } }, - "security.get_role#200": { + "security.get_role:200": { "description": "", "content": { "application/json": { @@ -62209,7 +62209,7 @@ } } }, - "security.has_privileges#200": { + "security.has_privileges:200": { "description": "", "content": { "application/json": { @@ -62255,7 +62255,7 @@ } } }, - "security.put_role#200": { + "security.put_role:200": { "description": "", "content": { "application/json": { @@ -62279,7 +62279,7 @@ } } }, - "security.query_api_keys#200": { + "security.query_api_keys:200": { "description": "", "content": { "application/json": { @@ -62335,7 +62335,7 @@ } } }, - "security.query_role#200": { + "security.query_role:200": { "description": "", "content": { "application/json": { @@ -62379,7 +62379,7 @@ } } }, - "sql.query#200": { + "sql.query:200": { "description": "", "content": { "application/json": { @@ -62423,7 +62423,7 @@ } } }, - "sql.translate#200": { + "sql.translate:200": { "description": "", "content": { "application/json": { @@ -62459,7 +62459,7 @@ } } }, - "terms_enum#200": { + "terms_enum:200": { "description": "", "content": { "application/json": { @@ -62495,7 +62495,7 @@ } } }, - "termvectors#200": { + "termvectors:200": { "description": "", "content": { "application/json": { @@ -62551,7 +62551,7 @@ } } }, - "transform.get_transform#200": { + "transform.get_transform:200": { "description": "", "content": { "application/json": { @@ -62582,7 +62582,7 @@ } } }, - "transform.preview_transform#200": { + "transform.preview_transform:200": { "description": "", "content": { "application/json": { @@ -62615,7 +62615,7 @@ } }, "parameters": { - "async_search.submit#index": { + "async_search.submit:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices", @@ -62626,7 +62626,7 @@ }, "style": "simple" }, - "async_search.submit#wait_for_completion_timeout": { + "async_search.submit:wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Blocks and waits until the search is completed up to a certain timeout.\nWhen the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.", @@ -62636,7 +62636,7 @@ }, "style": "form" }, - "async_search.submit#keep_alive": { + "async_search.submit:keep_alive": { "in": "query", "name": "keep_alive", "description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", @@ -62646,7 +62646,7 @@ }, "style": "form" }, - "async_search.submit#keep_on_completion": { + "async_search.submit:keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.", @@ -62656,7 +62656,7 @@ }, "style": "form" }, - "async_search.submit#allow_no_indices": { + "async_search.submit:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -62666,7 +62666,7 @@ }, "style": "form" }, - "async_search.submit#allow_partial_search_results": { + "async_search.submit:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "Indicate if an error should be returned if there is a partial search failure or timeout", @@ -62676,7 +62676,7 @@ }, "style": "form" }, - "async_search.submit#analyzer": { + "async_search.submit:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string", @@ -62686,7 +62686,7 @@ }, "style": "form" }, - "async_search.submit#analyze_wildcard": { + "async_search.submit:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "Specify whether wildcard and prefix queries should be analyzed (default: false)", @@ -62696,7 +62696,7 @@ }, "style": "form" }, - "async_search.submit#batched_reduce_size": { + "async_search.submit:batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "Affects how often partial results become available, which happens whenever shard results are reduced.\nA partial reduction is performed every time the coordinating node has received a certain number of new shard responses (5 by default).", @@ -62706,7 +62706,7 @@ }, "style": "form" }, - "async_search.submit#ccs_minimize_roundtrips": { + "async_search.submit:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "The default value is the only supported value.", @@ -62716,7 +62716,7 @@ }, "style": "form" }, - "async_search.submit#default_operator": { + "async_search.submit:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query (AND or OR)", @@ -62726,7 +62726,7 @@ }, "style": "form" }, - "async_search.submit#df": { + "async_search.submit:df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string", @@ -62736,7 +62736,7 @@ }, "style": "form" }, - "async_search.submit#docvalue_fields": { + "async_search.submit:docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit", @@ -62746,7 +62746,7 @@ }, "style": "form" }, - "async_search.submit#expand_wildcards": { + "async_search.submit:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -62756,7 +62756,7 @@ }, "style": "form" }, - "async_search.submit#explain": { + "async_search.submit:explain": { "in": "query", "name": "explain", "description": "Specify whether to return detailed information about score computation as part of a hit", @@ -62766,7 +62766,7 @@ }, "style": "form" }, - "async_search.submit#ignore_throttled": { + "async_search.submit:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled", @@ -62776,7 +62776,7 @@ }, "style": "form" }, - "async_search.submit#ignore_unavailable": { + "async_search.submit:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -62786,7 +62786,7 @@ }, "style": "form" }, - "async_search.submit#lenient": { + "async_search.submit:lenient": { "in": "query", "name": "lenient", "description": "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored", @@ -62796,7 +62796,7 @@ }, "style": "form" }, - "async_search.submit#max_concurrent_shard_requests": { + "async_search.submit:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests", @@ -62806,7 +62806,7 @@ }, "style": "form" }, - "async_search.submit#preference": { + "async_search.submit:preference": { "in": "query", "name": "preference", "description": "Specify the node or shard the operation should be performed on (default: random)", @@ -62816,7 +62816,7 @@ }, "style": "form" }, - "async_search.submit#request_cache": { + "async_search.submit:request_cache": { "in": "query", "name": "request_cache", "description": "Specify if request cache should be used for this request or not, defaults to true", @@ -62826,7 +62826,7 @@ }, "style": "form" }, - "async_search.submit#routing": { + "async_search.submit:routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values", @@ -62836,7 +62836,7 @@ }, "style": "form" }, - "async_search.submit#search_type": { + "async_search.submit:search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -62846,7 +62846,7 @@ }, "style": "form" }, - "async_search.submit#stats": { + "async_search.submit:stats": { "in": "query", "name": "stats", "description": "Specific 'tag' of the request for logging and statistical purposes", @@ -62859,7 +62859,7 @@ }, "style": "form" }, - "async_search.submit#stored_fields": { + "async_search.submit:stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit", @@ -62869,7 +62869,7 @@ }, "style": "form" }, - "async_search.submit#suggest_field": { + "async_search.submit:suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", @@ -62879,7 +62879,7 @@ }, "style": "form" }, - "async_search.submit#suggest_mode": { + "async_search.submit:suggest_mode": { "in": "query", "name": "suggest_mode", "description": "Specify suggest mode", @@ -62889,7 +62889,7 @@ }, "style": "form" }, - "async_search.submit#suggest_size": { + "async_search.submit:suggest_size": { "in": "query", "name": "suggest_size", "description": "How many suggestions to return in response", @@ -62899,7 +62899,7 @@ }, "style": "form" }, - "async_search.submit#suggest_text": { + "async_search.submit:suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -62909,7 +62909,7 @@ }, "style": "form" }, - "async_search.submit#terminate_after": { + "async_search.submit:terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.", @@ -62919,7 +62919,7 @@ }, "style": "form" }, - "async_search.submit#timeout": { + "async_search.submit:timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout", @@ -62929,7 +62929,7 @@ }, "style": "form" }, - "async_search.submit#track_total_hits": { + "async_search.submit:track_total_hits": { "in": "query", "name": "track_total_hits", "description": "Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.", @@ -62939,7 +62939,7 @@ }, "style": "form" }, - "async_search.submit#track_scores": { + "async_search.submit:track_scores": { "in": "query", "name": "track_scores", "description": "Whether to calculate and return scores even if they are not used for sorting", @@ -62949,7 +62949,7 @@ }, "style": "form" }, - "async_search.submit#typed_keys": { + "async_search.submit:typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -62959,7 +62959,7 @@ }, "style": "form" }, - "async_search.submit#rest_total_hits_as_int": { + "async_search.submit:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -62969,7 +62969,7 @@ }, "style": "form" }, - "async_search.submit#version": { + "async_search.submit:version": { "in": "query", "name": "version", "description": "Specify whether to return document version as part of a hit", @@ -62979,7 +62979,7 @@ }, "style": "form" }, - "async_search.submit#_source": { + "async_search.submit:_source": { "in": "query", "name": "_source", "description": "True or false to return the _source field or not, or a list of fields to return", @@ -62989,7 +62989,7 @@ }, "style": "form" }, - "async_search.submit#_source_excludes": { + "async_search.submit:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A list of fields to exclude from the returned _source field", @@ -62999,7 +62999,7 @@ }, "style": "form" }, - "async_search.submit#_source_includes": { + "async_search.submit:_source_includes": { "in": "query", "name": "_source_includes", "description": "A list of fields to extract and return from the _source field", @@ -63009,7 +63009,7 @@ }, "style": "form" }, - "async_search.submit#seq_no_primary_term": { + "async_search.submit:seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "Specify whether to return sequence number and primary term of the last modification of each hit", @@ -63019,7 +63019,7 @@ }, "style": "form" }, - "async_search.submit#q": { + "async_search.submit:q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax", @@ -63029,7 +63029,7 @@ }, "style": "form" }, - "async_search.submit#size": { + "async_search.submit:size": { "in": "query", "name": "size", "description": "Number of hits to return (default: 10)", @@ -63039,7 +63039,7 @@ }, "style": "form" }, - "async_search.submit#from": { + "async_search.submit:from": { "in": "query", "name": "from", "description": "Starting offset (default: 0)", @@ -63049,7 +63049,7 @@ }, "style": "form" }, - "async_search.submit#sort": { + "async_search.submit:sort": { "in": "query", "name": "sort", "description": "A comma-separated list of : pairs", @@ -63069,7 +63069,7 @@ }, "style": "form" }, - "bulk#index": { + "bulk:index": { "in": "path", "name": "index", "description": "The name of the data stream, index, or index alias to perform bulk actions on.", @@ -63080,7 +63080,7 @@ }, "style": "simple" }, - "bulk#include_source_on_error": { + "bulk:include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -63090,7 +63090,7 @@ }, "style": "form" }, - "bulk#list_executed_pipelines": { + "bulk:list_executed_pipelines": { "in": "query", "name": "list_executed_pipelines", "description": "If `true`, the response will include the ingest pipelines that were run for each index or create.", @@ -63100,7 +63100,7 @@ }, "style": "form" }, - "bulk#pipeline": { + "bulk:pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline identifier to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -63110,7 +63110,7 @@ }, "style": "form" }, - "bulk#refresh": { + "bulk:refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, wait for a refresh to make this operation visible to search.\nIf `false`, do nothing with refreshes.\nValid values: `true`, `false`, `wait_for`.", @@ -63120,7 +63120,7 @@ }, "style": "form" }, - "bulk#routing": { + "bulk:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -63130,7 +63130,7 @@ }, "style": "form" }, - "bulk#_source": { + "bulk:_source": { "in": "query", "name": "_source", "description": "Indicates whether to return the `_source` field (`true` or `false`) or contains a list of fields to return.", @@ -63140,7 +63140,7 @@ }, "style": "form" }, - "bulk#_source_excludes": { + "bulk:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -63150,7 +63150,7 @@ }, "style": "form" }, - "bulk#_source_includes": { + "bulk:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -63160,7 +63160,7 @@ }, "style": "form" }, - "bulk#timeout": { + "bulk:timeout": { "in": "query", "name": "timeout", "description": "The period each action waits for the following operations: automatic index creation, dynamic mapping updates, and waiting for active shards.\nThe default is `1m` (one minute), which guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", @@ -63170,7 +63170,7 @@ }, "style": "form" }, - "bulk#wait_for_active_shards": { + "bulk:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default is `1`, which waits for each primary shard to be active.", @@ -63180,7 +63180,7 @@ }, "style": "form" }, - "bulk#require_alias": { + "bulk:require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the request's actions must target an index alias.", @@ -63190,7 +63190,7 @@ }, "style": "form" }, - "bulk#require_data_stream": { + "bulk:require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -63200,7 +63200,7 @@ }, "style": "form" }, - "cat.aliases#name": { + "cat.aliases:name": { "in": "path", "name": "name", "description": "A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.", @@ -63211,7 +63211,7 @@ }, "style": "simple" }, - "cat.aliases#h": { + "cat.aliases:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -63221,7 +63221,7 @@ }, "style": "form" }, - "cat.aliases#s": { + "cat.aliases:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -63231,7 +63231,7 @@ }, "style": "form" }, - "cat.aliases#expand_wildcards": { + "cat.aliases:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", @@ -63241,7 +63241,7 @@ }, "style": "form" }, - "cat.aliases#master_timeout": { + "cat.aliases:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicated that the request should never timeout, you can set it to `-1`.", @@ -63251,7 +63251,7 @@ }, "style": "form" }, - "cat.component_templates#name": { + "cat.component_templates:name": { "in": "path", "name": "name", "description": "The name of the component template.\nIt accepts wildcard expressions.\nIf it is omitted, all component templates are returned.", @@ -63262,7 +63262,7 @@ }, "style": "simple" }, - "cat.component_templates#h": { + "cat.component_templates:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -63272,7 +63272,7 @@ }, "style": "form" }, - "cat.component_templates#s": { + "cat.component_templates:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -63282,7 +63282,7 @@ }, "style": "form" }, - "cat.component_templates#local": { + "cat.component_templates:local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -63292,7 +63292,7 @@ }, "style": "form" }, - "cat.component_templates#master_timeout": { + "cat.component_templates:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", @@ -63302,7 +63302,7 @@ }, "style": "form" }, - "cat.count#index": { + "cat.count:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nIt supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -63313,7 +63313,7 @@ }, "style": "simple" }, - "cat.count#h": { + "cat.count:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -63323,7 +63323,7 @@ }, "style": "form" }, - "cat.count#s": { + "cat.count:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -63333,7 +63333,7 @@ }, "style": "form" }, - "cat.indices#index": { + "cat.indices:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -63344,7 +63344,7 @@ }, "style": "simple" }, - "cat.indices#bytes": { + "cat.indices:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -63354,7 +63354,7 @@ }, "style": "form" }, - "cat.indices#expand_wildcards": { + "cat.indices:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.", @@ -63364,7 +63364,7 @@ }, "style": "form" }, - "cat.indices#health": { + "cat.indices:health": { "in": "query", "name": "health", "description": "The health status used to limit returned indices. By default, the response includes indices of any health status.", @@ -63374,7 +63374,7 @@ }, "style": "form" }, - "cat.indices#include_unloaded_segments": { + "cat.indices:include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -63384,7 +63384,7 @@ }, "style": "form" }, - "cat.indices#pri": { + "cat.indices:pri": { "in": "query", "name": "pri", "description": "If true, the response only includes information from primary shards.", @@ -63394,7 +63394,7 @@ }, "style": "form" }, - "cat.indices#time": { + "cat.indices:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -63404,7 +63404,7 @@ }, "style": "form" }, - "cat.indices#master_timeout": { + "cat.indices:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -63414,7 +63414,7 @@ }, "style": "form" }, - "cat.indices#h": { + "cat.indices:h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", @@ -63424,7 +63424,7 @@ }, "style": "form" }, - "cat.indices#s": { + "cat.indices:s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", @@ -63434,7 +63434,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#id": { + "cat.ml_data_frame_analytics:id": { "in": "path", "name": "id", "description": "The ID of the data frame analytics to fetch", @@ -63445,7 +63445,7 @@ }, "style": "simple" }, - "cat.ml_data_frame_analytics#allow_no_match": { + "cat.ml_data_frame_analytics:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)", @@ -63455,7 +63455,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#bytes": { + "cat.ml_data_frame_analytics:bytes": { "in": "query", "name": "bytes", "description": "The unit in which to display byte values", @@ -63465,7 +63465,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#h": { + "cat.ml_data_frame_analytics:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -63475,7 +63475,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#s": { + "cat.ml_data_frame_analytics:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the\nresponse.", @@ -63485,7 +63485,7 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics#time": { + "cat.ml_data_frame_analytics:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -63495,7 +63495,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#datafeed_id": { + "cat.ml_datafeeds:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed.", @@ -63506,7 +63506,7 @@ }, "style": "simple" }, - "cat.ml_datafeeds#allow_no_match": { + "cat.ml_datafeeds:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no datafeeds that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty datafeeds array when there are no matches and the subset of results when\nthere are partial matches. If `false`, the API returns a 404 status code when there are no matches or only\npartial matches.", @@ -63516,7 +63516,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#h": { + "cat.ml_datafeeds:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -63526,7 +63526,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#s": { + "cat.ml_datafeeds:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", @@ -63536,7 +63536,7 @@ }, "style": "form" }, - "cat.ml_datafeeds#time": { + "cat.ml_datafeeds:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -63546,7 +63546,7 @@ }, "style": "form" }, - "cat.ml_jobs#job_id": { + "cat.ml_jobs:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", @@ -63557,7 +63557,7 @@ }, "style": "simple" }, - "cat.ml_jobs#allow_no_match": { + "cat.ml_jobs:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no jobs that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty jobs array when there are no matches and the subset of results when there\nare partial matches. If `false`, the API returns a 404 status code when there are no matches or only partial\nmatches.", @@ -63567,7 +63567,7 @@ }, "style": "form" }, - "cat.ml_jobs#bytes": { + "cat.ml_jobs:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -63577,7 +63577,7 @@ }, "style": "form" }, - "cat.ml_jobs#h": { + "cat.ml_jobs:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -63587,7 +63587,7 @@ }, "style": "form" }, - "cat.ml_jobs#s": { + "cat.ml_jobs:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", @@ -63597,7 +63597,7 @@ }, "style": "form" }, - "cat.ml_jobs#time": { + "cat.ml_jobs:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -63607,7 +63607,7 @@ }, "style": "form" }, - "cat.ml_trained_models#model_id": { + "cat.ml_trained_models:model_id": { "in": "path", "name": "model_id", "description": "A unique identifier for the trained model.", @@ -63618,7 +63618,7 @@ }, "style": "simple" }, - "cat.ml_trained_models#allow_no_match": { + "cat.ml_trained_models:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no models that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, the API returns an empty array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the API returns a 404 status code when there are no matches or only partial matches.", @@ -63628,7 +63628,7 @@ }, "style": "form" }, - "cat.ml_trained_models#bytes": { + "cat.ml_trained_models:bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", @@ -63638,7 +63638,7 @@ }, "style": "form" }, - "cat.ml_trained_models#h": { + "cat.ml_trained_models:h": { "in": "query", "name": "h", "description": "A comma-separated list of column names to display.", @@ -63648,7 +63648,7 @@ }, "style": "form" }, - "cat.ml_trained_models#s": { + "cat.ml_trained_models:s": { "in": "query", "name": "s", "description": "A comma-separated list of column names or aliases used to sort the response.", @@ -63658,7 +63658,7 @@ }, "style": "form" }, - "cat.ml_trained_models#from": { + "cat.ml_trained_models:from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -63668,7 +63668,7 @@ }, "style": "form" }, - "cat.ml_trained_models#size": { + "cat.ml_trained_models:size": { "in": "query", "name": "size", "description": "The maximum number of transforms to display.", @@ -63678,7 +63678,7 @@ }, "style": "form" }, - "cat.ml_trained_models#time": { + "cat.ml_trained_models:time": { "in": "query", "name": "time", "description": "Unit used to display time values.", @@ -63688,7 +63688,7 @@ }, "style": "form" }, - "cat.transforms#transform_id": { + "cat.transforms:transform_id": { "in": "path", "name": "transform_id", "description": "A transform identifier or a wildcard expression.\nIf you do not specify one of these options, the API returns information for all transforms.", @@ -63699,7 +63699,7 @@ }, "style": "simple" }, - "cat.transforms#allow_no_match": { + "cat.transforms:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the request returns a 404 status code when there are no matches or only partial matches.", @@ -63709,7 +63709,7 @@ }, "style": "form" }, - "cat.transforms#from": { + "cat.transforms:from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -63719,7 +63719,7 @@ }, "style": "form" }, - "cat.transforms#h": { + "cat.transforms:h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", @@ -63729,7 +63729,7 @@ }, "style": "form" }, - "cat.transforms#s": { + "cat.transforms:s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", @@ -63739,7 +63739,7 @@ }, "style": "form" }, - "cat.transforms#time": { + "cat.transforms:time": { "in": "query", "name": "time", "description": "The unit used to display time values.", @@ -63749,7 +63749,7 @@ }, "style": "form" }, - "cat.transforms#size": { + "cat.transforms:size": { "in": "query", "name": "size", "description": "The maximum number of transforms to obtain.", @@ -63759,7 +63759,7 @@ }, "style": "form" }, - "clear_scroll#scroll_id": { + "clear_scroll:scroll_id": { "in": "path", "name": "scroll_id", "description": "A comma-separated list of scroll IDs to clear.\nTo clear all scroll IDs, use `_all`.\nIMPORTANT: Scroll IDs can be long. It is recommended to specify scroll IDs in the request body parameter.", @@ -63770,7 +63770,7 @@ }, "style": "simple" }, - "cluster.get_component_template#name": { + "cluster.get_component_template:name": { "in": "path", "name": "name", "description": "Comma-separated list of component template names used to limit the request.\nWildcard (`*`) expressions are supported.", @@ -63781,7 +63781,7 @@ }, "style": "simple" }, - "cluster.get_component_template#flat_settings": { + "cluster.get_component_template:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -63791,7 +63791,7 @@ }, "style": "form" }, - "cluster.get_component_template#include_defaults": { + "cluster.get_component_template:include_defaults": { "in": "query", "name": "include_defaults", "description": "Return all default configurations for the component template (default: false)", @@ -63801,7 +63801,7 @@ }, "style": "form" }, - "cluster.get_component_template#local": { + "cluster.get_component_template:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.\nIf `false`, information is retrieved from the master node.", @@ -63811,7 +63811,7 @@ }, "style": "form" }, - "cluster.get_component_template#master_timeout": { + "cluster.get_component_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -63821,7 +63821,7 @@ }, "style": "form" }, - "cluster.put_component_template#name": { + "cluster.put_component_template:name": { "in": "path", "name": "name", "description": "Name of the component template to create.\nElasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.\nElastic Agent uses these templates to configure backing indices for its data streams.\nIf you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.\nIf you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.", @@ -63832,7 +63832,7 @@ }, "style": "simple" }, - "cluster.put_component_template#create": { + "cluster.put_component_template:create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing component templates.", @@ -63842,7 +63842,7 @@ }, "style": "form" }, - "cluster.put_component_template#master_timeout": { + "cluster.put_component_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -63852,7 +63852,7 @@ }, "style": "form" }, - "connector.put#connector_id": { + "connector.put:connector_id": { "in": "path", "name": "connector_id", "description": "The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.", @@ -63863,7 +63863,7 @@ }, "style": "simple" }, - "count#index": { + "count:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -63874,7 +63874,7 @@ }, "style": "simple" }, - "count#allow_no_indices": { + "count:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -63884,7 +63884,7 @@ }, "style": "form" }, - "count#analyzer": { + "count:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63894,7 +63894,7 @@ }, "style": "form" }, - "count#analyze_wildcard": { + "count:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63904,7 +63904,7 @@ }, "style": "form" }, - "count#default_operator": { + "count:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63914,7 +63914,7 @@ }, "style": "form" }, - "count#df": { + "count:df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63924,7 +63924,7 @@ }, "style": "form" }, - "count#expand_wildcards": { + "count:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", @@ -63934,7 +63934,7 @@ }, "style": "form" }, - "count#ignore_throttled": { + "count:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded, or aliased indices are ignored when frozen.", @@ -63944,7 +63944,7 @@ }, "style": "form" }, - "count#ignore_unavailable": { + "count:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -63954,7 +63954,7 @@ }, "style": "form" }, - "count#lenient": { + "count:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63964,7 +63964,7 @@ }, "style": "form" }, - "count#min_score": { + "count:min_score": { "in": "query", "name": "min_score", "description": "The minimum `_score` value that documents must have to be included in the result.", @@ -63974,7 +63974,7 @@ }, "style": "form" }, - "count#preference": { + "count:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nBy default, it is random.", @@ -63984,7 +63984,7 @@ }, "style": "form" }, - "count#routing": { + "count:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -63994,7 +63994,7 @@ }, "style": "form" }, - "count#terminate_after": { + "count:terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.", @@ -64004,7 +64004,7 @@ }, "style": "form" }, - "count#q": { + "count:q": { "in": "query", "name": "q", "description": "The query in Lucene query string syntax. This parameter cannot be used with a request body.", @@ -64014,7 +64014,7 @@ }, "style": "form" }, - "create#id": { + "create:id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format.", @@ -64025,7 +64025,7 @@ }, "style": "simple" }, - "create#index": { + "create:index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn’t match a data stream template, this request creates the index.", @@ -64036,7 +64036,7 @@ }, "style": "simple" }, - "create#if_primary_term": { + "create:if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -64046,7 +64046,7 @@ }, "style": "form" }, - "create#if_seq_no": { + "create:if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", @@ -64056,7 +64056,7 @@ }, "style": "form" }, - "create#include_source_on_error": { + "create:include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -64066,7 +64066,7 @@ }, "style": "form" }, - "create#op_type": { + "create:op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", @@ -64076,7 +64076,7 @@ }, "style": "form" }, - "create#pipeline": { + "create:pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -64086,7 +64086,7 @@ }, "style": "form" }, - "create#refresh": { + "create:refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", @@ -64096,7 +64096,7 @@ }, "style": "form" }, - "create#require_alias": { + "create:require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -64106,7 +64106,7 @@ }, "style": "form" }, - "create#require_data_stream": { + "create:require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -64116,7 +64116,7 @@ }, "style": "form" }, - "create#routing": { + "create:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -64126,7 +64126,7 @@ }, "style": "form" }, - "create#timeout": { + "create:timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\nElasticsearch waits for at least the specified timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", @@ -64136,7 +64136,7 @@ }, "style": "form" }, - "create#version": { + "create:version": { "in": "query", "name": "version", "description": "The explicit version number for concurrency control.\nIt must be a non-negative long number.", @@ -64146,7 +64146,7 @@ }, "style": "form" }, - "create#version_type": { + "create:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -64156,7 +64156,7 @@ }, "style": "form" }, - "create#wait_for_active_shards": { + "create:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", @@ -64166,7 +64166,7 @@ }, "style": "form" }, - "enrich.get_policy#name": { + "enrich.get_policy:name": { "in": "path", "name": "name", "description": "Comma-separated list of enrich policy names used to limit the request.\nTo return information for all enrich policies, omit this parameter.", @@ -64177,7 +64177,7 @@ }, "style": "simple" }, - "enrich.get_policy#master_timeout": { + "enrich.get_policy:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", @@ -64187,7 +64187,7 @@ }, "style": "form" }, - "eql.search#index": { + "eql.search:index": { "in": "path", "name": "index", "description": "The name of the index to scope the operation", @@ -64198,7 +64198,7 @@ }, "style": "simple" }, - "eql.search#allow_no_indices": { + "eql.search:allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -64207,7 +64207,7 @@ }, "style": "form" }, - "eql.search#allow_partial_search_results": { + "eql.search:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.", @@ -64217,7 +64217,7 @@ }, "style": "form" }, - "eql.search#allow_partial_sequence_results": { + "eql.search:allow_partial_sequence_results": { "in": "query", "name": "allow_partial_sequence_results", "description": "If true, sequence queries will return partial results in case of shard failures. If false, they will return no results at all.\nThis flag has effect only if allow_partial_search_results is true.", @@ -64227,7 +64227,7 @@ }, "style": "form" }, - "eql.search#expand_wildcards": { + "eql.search:expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, @@ -64236,7 +64236,7 @@ }, "style": "form" }, - "eql.search#ignore_unavailable": { + "eql.search:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -64246,7 +64246,7 @@ }, "style": "form" }, - "eql.search#keep_alive": { + "eql.search:keep_alive": { "in": "query", "name": "keep_alive", "description": "Period for which the search and its results are stored on the cluster.", @@ -64256,7 +64256,7 @@ }, "style": "form" }, - "eql.search#keep_on_completion": { + "eql.search:keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If true, the search and its results are stored on the cluster.", @@ -64266,7 +64266,7 @@ }, "style": "form" }, - "eql.search#wait_for_completion_timeout": { + "eql.search:wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.", @@ -64276,7 +64276,7 @@ }, "style": "form" }, - "explain#id": { + "explain:id": { "in": "path", "name": "id", "description": "The document identifier.", @@ -64287,7 +64287,7 @@ }, "style": "simple" }, - "explain#index": { + "explain:index": { "in": "path", "name": "index", "description": "Index names that are used to limit the request.\nOnly a single index name can be provided to this parameter.", @@ -64298,7 +64298,7 @@ }, "style": "simple" }, - "explain#analyzer": { + "explain:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64308,7 +64308,7 @@ }, "style": "form" }, - "explain#analyze_wildcard": { + "explain:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64318,7 +64318,7 @@ }, "style": "form" }, - "explain#default_operator": { + "explain:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64328,7 +64328,7 @@ }, "style": "form" }, - "explain#df": { + "explain:df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64338,7 +64338,7 @@ }, "style": "form" }, - "explain#lenient": { + "explain:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64348,7 +64348,7 @@ }, "style": "form" }, - "explain#preference": { + "explain:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -64358,7 +64358,7 @@ }, "style": "form" }, - "explain#routing": { + "explain:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -64368,7 +64368,7 @@ }, "style": "form" }, - "explain#_source": { + "explain:_source": { "in": "query", "name": "_source", "description": "`True` or `false` to return the `_source` field or not or a list of fields to return.", @@ -64378,7 +64378,7 @@ }, "style": "form" }, - "explain#_source_excludes": { + "explain:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -64388,7 +64388,7 @@ }, "style": "form" }, - "explain#_source_includes": { + "explain:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -64398,7 +64398,7 @@ }, "style": "form" }, - "explain#stored_fields": { + "explain:stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return in the response.", @@ -64408,7 +64408,7 @@ }, "style": "form" }, - "explain#q": { + "explain:q": { "in": "query", "name": "q", "description": "The query in the Lucene query string syntax.", @@ -64418,7 +64418,7 @@ }, "style": "form" }, - "field_caps#index": { + "field_caps:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.", @@ -64429,7 +64429,7 @@ }, "style": "simple" }, - "field_caps#allow_no_indices": { + "field_caps:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias,\nor `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with foo but no index starts with bar.", @@ -64439,7 +64439,7 @@ }, "style": "form" }, - "field_caps#expand_wildcards": { + "field_caps:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`.", @@ -64449,7 +64449,7 @@ }, "style": "form" }, - "field_caps#fields": { + "field_caps:fields": { "in": "query", "name": "fields", "description": "A comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.", @@ -64459,7 +64459,7 @@ }, "style": "form" }, - "field_caps#ignore_unavailable": { + "field_caps:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -64469,7 +64469,7 @@ }, "style": "form" }, - "field_caps#include_unmapped": { + "field_caps:include_unmapped": { "in": "query", "name": "include_unmapped", "description": "If true, unmapped fields are included in the response.", @@ -64479,7 +64479,7 @@ }, "style": "form" }, - "field_caps#filters": { + "field_caps:filters": { "in": "query", "name": "filters", "description": "A comma-separated list of filters to apply to the response.", @@ -64489,7 +64489,7 @@ }, "style": "form" }, - "field_caps#types": { + "field_caps:types": { "in": "query", "name": "types", "description": "A comma-separated list of field types to include.\nAny fields that do not match one of these types will be excluded from the results.\nIt defaults to empty, meaning that all field types are returned.", @@ -64502,7 +64502,7 @@ }, "style": "form" }, - "field_caps#include_empty_fields": { + "field_caps:include_empty_fields": { "in": "query", "name": "include_empty_fields", "description": "If false, empty fields are not included in the response.", @@ -64512,7 +64512,7 @@ }, "style": "form" }, - "graph.explore#index": { + "graph.explore:index": { "in": "path", "name": "index", "description": "Name of the index.", @@ -64523,7 +64523,7 @@ }, "style": "simple" }, - "graph.explore#routing": { + "graph.explore:routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", @@ -64533,7 +64533,7 @@ }, "style": "form" }, - "graph.explore#timeout": { + "graph.explore:timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nDefaults to no timeout.", @@ -64543,7 +64543,7 @@ }, "style": "form" }, - "index#id": { + "index:id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format and omit this parameter.", @@ -64554,7 +64554,7 @@ }, "style": "simple" }, - "index#index": { + "index:index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn't match a data stream template, this request creates the index.\nYou can check for existing targets with the resolve index API.", @@ -64565,7 +64565,7 @@ }, "style": "simple" }, - "index#if_primary_term": { + "index:if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -64575,7 +64575,7 @@ }, "style": "form" }, - "index#if_seq_no": { + "index:if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", @@ -64585,7 +64585,7 @@ }, "style": "form" }, - "index#include_source_on_error": { + "index:include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -64595,7 +64595,7 @@ }, "style": "form" }, - "index#op_type": { + "index:op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", @@ -64605,7 +64605,7 @@ }, "style": "form" }, - "index#pipeline": { + "index:pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", @@ -64615,7 +64615,7 @@ }, "style": "form" }, - "index#refresh": { + "index:refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", @@ -64625,7 +64625,7 @@ }, "style": "form" }, - "index#routing": { + "index:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -64635,7 +64635,7 @@ }, "style": "form" }, - "index#timeout": { + "index:timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", @@ -64645,7 +64645,7 @@ }, "style": "form" }, - "index#version": { + "index:version": { "in": "query", "name": "version", "description": "An explicit version number for concurrency control.\nIt must be a non-negative long number.", @@ -64655,7 +64655,7 @@ }, "style": "form" }, - "index#version_type": { + "index:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -64665,7 +64665,7 @@ }, "style": "form" }, - "index#wait_for_active_shards": { + "index:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", @@ -64675,7 +64675,7 @@ }, "style": "form" }, - "index#require_alias": { + "index:require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -64685,7 +64685,7 @@ }, "style": "form" }, - "indices.analyze#index": { + "indices.analyze:index": { "in": "path", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", @@ -64696,7 +64696,7 @@ }, "style": "simple" }, - "indices.analyze#index_": { + "indices.analyze:index_": { "in": "query", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", @@ -64706,7 +64706,7 @@ }, "style": "form" }, - "indices.delete_alias#index": { + "indices.delete_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).", @@ -64717,7 +64717,7 @@ }, "style": "simple" }, - "indices.delete_alias#name": { + "indices.delete_alias:name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to remove.\nSupports wildcards (`*`). To remove all aliases, use `*` or `_all`.", @@ -64728,7 +64728,7 @@ }, "style": "simple" }, - "indices.delete_alias#master_timeout": { + "indices.delete_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -64738,7 +64738,7 @@ }, "style": "form" }, - "indices.delete_alias#timeout": { + "indices.delete_alias:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -64748,7 +64748,7 @@ }, "style": "form" }, - "indices.exists_alias#name": { + "indices.exists_alias:name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to check. Supports wildcards (`*`).", @@ -64759,7 +64759,7 @@ }, "style": "simple" }, - "indices.exists_alias#index": { + "indices.exists_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request. Supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -64770,7 +64770,7 @@ }, "style": "simple" }, - "indices.exists_alias#allow_no_indices": { + "indices.exists_alias:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64780,7 +64780,7 @@ }, "style": "form" }, - "indices.exists_alias#expand_wildcards": { + "indices.exists_alias:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -64790,7 +64790,7 @@ }, "style": "form" }, - "indices.exists_alias#ignore_unavailable": { + "indices.exists_alias:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, requests that include a missing data stream or index in the target indices or data streams return an error.", @@ -64800,7 +64800,7 @@ }, "style": "form" }, - "indices.exists_alias#master_timeout": { + "indices.exists_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -64810,7 +64810,7 @@ }, "style": "form" }, - "indices.get_alias#name": { + "indices.get_alias:name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to retrieve.\nSupports wildcards (`*`).\nTo retrieve all aliases, omit this parameter or use `*` or `_all`.", @@ -64821,7 +64821,7 @@ }, "style": "simple" }, - "indices.get_alias#index": { + "indices.get_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -64832,7 +64832,7 @@ }, "style": "simple" }, - "indices.get_alias#allow_no_indices": { + "indices.get_alias:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64842,7 +64842,7 @@ }, "style": "form" }, - "indices.get_alias#expand_wildcards": { + "indices.get_alias:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -64852,7 +64852,7 @@ }, "style": "form" }, - "indices.get_alias#ignore_unavailable": { + "indices.get_alias:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -64862,7 +64862,7 @@ }, "style": "form" }, - "indices.get_alias#master_timeout": { + "indices.get_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -64872,7 +64872,7 @@ }, "style": "form" }, - "indices.get_data_stream#name": { + "indices.get_data_stream:name": { "in": "path", "name": "name", "description": "Comma-separated list of data stream names used to limit the request.\nWildcard (`*`) expressions are supported. If omitted, all data streams are returned.", @@ -64883,7 +64883,7 @@ }, "style": "simple" }, - "indices.get_data_stream#expand_wildcards": { + "indices.get_data_stream:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", @@ -64893,7 +64893,7 @@ }, "style": "form" }, - "indices.get_data_stream#include_defaults": { + "indices.get_data_stream:include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -64903,7 +64903,7 @@ }, "style": "form" }, - "indices.get_data_stream#master_timeout": { + "indices.get_data_stream:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -64913,7 +64913,7 @@ }, "style": "form" }, - "indices.get_data_stream#verbose": { + "indices.get_data_stream:verbose": { "in": "query", "name": "verbose", "description": "Whether the maximum timestamp for each data stream should be calculated and returned.", @@ -64923,7 +64923,7 @@ }, "style": "form" }, - "indices.get_index_template#name": { + "indices.get_index_template:name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.", @@ -64934,7 +64934,7 @@ }, "style": "simple" }, - "indices.get_index_template#local": { + "indices.get_index_template:local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -64944,7 +64944,7 @@ }, "style": "form" }, - "indices.get_index_template#flat_settings": { + "indices.get_index_template:flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -64954,7 +64954,7 @@ }, "style": "form" }, - "indices.get_index_template#master_timeout": { + "indices.get_index_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -64964,7 +64964,7 @@ }, "style": "form" }, - "indices.get_index_template#include_defaults": { + "indices.get_index_template:include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -64974,7 +64974,7 @@ }, "style": "form" }, - "indices.get_mapping#index": { + "indices.get_mapping:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -64985,7 +64985,7 @@ }, "style": "simple" }, - "indices.get_mapping#allow_no_indices": { + "indices.get_mapping:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64995,7 +64995,7 @@ }, "style": "form" }, - "indices.get_mapping#expand_wildcards": { + "indices.get_mapping:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -65005,7 +65005,7 @@ }, "style": "form" }, - "indices.get_mapping#ignore_unavailable": { + "indices.get_mapping:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65015,7 +65015,7 @@ }, "style": "form" }, - "indices.get_mapping#local": { + "indices.get_mapping:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -65025,7 +65025,7 @@ }, "style": "form" }, - "indices.get_mapping#master_timeout": { + "indices.get_mapping:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65035,7 +65035,7 @@ }, "style": "form" }, - "indices.get_settings#index": { + "indices.get_settings:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", @@ -65046,7 +65046,7 @@ }, "style": "simple" }, - "indices.get_settings#name": { + "indices.get_settings:name": { "in": "path", "name": "name", "description": "Comma-separated list or wildcard expression of settings to retrieve.", @@ -65057,7 +65057,7 @@ }, "style": "simple" }, - "indices.get_settings#allow_no_indices": { + "indices.get_settings:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with foo but no index starts with `bar`.", @@ -65067,7 +65067,7 @@ }, "style": "form" }, - "indices.get_settings#expand_wildcards": { + "indices.get_settings:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", @@ -65077,7 +65077,7 @@ }, "style": "form" }, - "indices.get_settings#flat_settings": { + "indices.get_settings:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -65087,7 +65087,7 @@ }, "style": "form" }, - "indices.get_settings#ignore_unavailable": { + "indices.get_settings:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65097,7 +65097,7 @@ }, "style": "form" }, - "indices.get_settings#include_defaults": { + "indices.get_settings:include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -65107,7 +65107,7 @@ }, "style": "form" }, - "indices.get_settings#local": { + "indices.get_settings:local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only. If\n`false`, information is retrieved from the master node.", @@ -65117,7 +65117,7 @@ }, "style": "form" }, - "indices.get_settings#master_timeout": { + "indices.get_settings:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", @@ -65127,7 +65127,7 @@ }, "style": "form" }, - "indices.put_alias#index": { + "indices.put_alias:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices to add.\nSupports wildcards (`*`).\nWildcard patterns that match both data streams and indices return an error.", @@ -65138,7 +65138,7 @@ }, "style": "simple" }, - "indices.put_alias#name": { + "indices.put_alias:name": { "in": "path", "name": "name", "description": "Alias to update.\nIf the alias doesn’t exist, the request creates it.\nIndex alias names support date math.", @@ -65149,7 +65149,7 @@ }, "style": "simple" }, - "indices.put_alias#master_timeout": { + "indices.put_alias:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65159,7 +65159,7 @@ }, "style": "form" }, - "indices.put_alias#timeout": { + "indices.put_alias:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65169,7 +65169,7 @@ }, "style": "form" }, - "indices.put_index_template#name": { + "indices.put_index_template:name": { "in": "path", "name": "name", "description": "Index or template name", @@ -65180,7 +65180,7 @@ }, "style": "simple" }, - "indices.put_index_template#create": { + "indices.put_index_template:create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing index templates.", @@ -65190,7 +65190,7 @@ }, "style": "form" }, - "indices.put_index_template#master_timeout": { + "indices.put_index_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65200,7 +65200,7 @@ }, "style": "form" }, - "indices.put_index_template#cause": { + "indices.put_index_template:cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -65210,7 +65210,7 @@ }, "style": "form" }, - "indices.put_mapping#index": { + "indices.put_mapping:index": { "in": "path", "name": "index", "description": "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.", @@ -65221,7 +65221,7 @@ }, "style": "simple" }, - "indices.put_mapping#allow_no_indices": { + "indices.put_mapping:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65231,7 +65231,7 @@ }, "style": "form" }, - "indices.put_mapping#expand_wildcards": { + "indices.put_mapping:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -65241,7 +65241,7 @@ }, "style": "form" }, - "indices.put_mapping#ignore_unavailable": { + "indices.put_mapping:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65251,7 +65251,7 @@ }, "style": "form" }, - "indices.put_mapping#master_timeout": { + "indices.put_mapping:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65261,7 +65261,7 @@ }, "style": "form" }, - "indices.put_mapping#timeout": { + "indices.put_mapping:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65271,7 +65271,7 @@ }, "style": "form" }, - "indices.put_mapping#write_index_only": { + "indices.put_mapping:write_index_only": { "in": "query", "name": "write_index_only", "description": "If `true`, the mappings are applied only to the current write index for the target.", @@ -65281,7 +65281,7 @@ }, "style": "form" }, - "indices.put_settings#index": { + "indices.put_settings:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", @@ -65292,7 +65292,7 @@ }, "style": "simple" }, - "indices.put_settings#allow_no_indices": { + "indices.put_settings:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with `foo` but no index starts with `bar`.", @@ -65302,7 +65302,7 @@ }, "style": "form" }, - "indices.put_settings#expand_wildcards": { + "indices.put_settings:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target\ndata streams, this argument determines whether wildcard expressions match\nhidden data streams. Supports comma-separated values, such as\n`open,hidden`.", @@ -65312,7 +65312,7 @@ }, "style": "form" }, - "indices.put_settings#flat_settings": { + "indices.put_settings:flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -65322,7 +65322,7 @@ }, "style": "form" }, - "indices.put_settings#ignore_unavailable": { + "indices.put_settings:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, returns settings in flat format.", @@ -65332,7 +65332,7 @@ }, "style": "form" }, - "indices.put_settings#master_timeout": { + "indices.put_settings:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", @@ -65342,7 +65342,7 @@ }, "style": "form" }, - "indices.put_settings#preserve_existing": { + "indices.put_settings:preserve_existing": { "in": "query", "name": "preserve_existing", "description": "If `true`, existing index settings remain unchanged.", @@ -65352,7 +65352,7 @@ }, "style": "form" }, - "indices.put_settings#reopen": { + "indices.put_settings:reopen": { "in": "query", "name": "reopen", "description": "Whether to close and reopen the index to apply non-dynamic settings.\nIf set to `true` the indices to which the settings are being applied\nwill be closed temporarily and then reopened in order to apply the changes.", @@ -65362,7 +65362,7 @@ }, "style": "form" }, - "indices.put_settings#timeout": { + "indices.put_settings:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\n timeout expires, the request fails and returns an error.", @@ -65372,7 +65372,7 @@ }, "style": "form" }, - "indices.refresh#index": { + "indices.refresh:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -65383,7 +65383,7 @@ }, "style": "simple" }, - "indices.refresh#allow_no_indices": { + "indices.refresh:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65393,7 +65393,7 @@ }, "style": "form" }, - "indices.refresh#expand_wildcards": { + "indices.refresh:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -65403,7 +65403,7 @@ }, "style": "form" }, - "indices.refresh#ignore_unavailable": { + "indices.refresh:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65413,7 +65413,7 @@ }, "style": "form" }, - "indices.rollover#alias": { + "indices.rollover:alias": { "in": "path", "name": "alias", "description": "Name of the data stream or index alias to roll over.", @@ -65424,7 +65424,7 @@ }, "style": "simple" }, - "indices.rollover#new_index": { + "indices.rollover:new_index": { "in": "path", "name": "new_index", "description": "Name of the index to create.\nSupports date math.\nData streams do not support this parameter.", @@ -65435,7 +65435,7 @@ }, "style": "simple" }, - "indices.rollover#dry_run": { + "indices.rollover:dry_run": { "in": "query", "name": "dry_run", "description": "If `true`, checks whether the current index satisfies the specified conditions but does not perform a rollover.", @@ -65445,7 +65445,7 @@ }, "style": "form" }, - "indices.rollover#master_timeout": { + "indices.rollover:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65455,7 +65455,7 @@ }, "style": "form" }, - "indices.rollover#timeout": { + "indices.rollover:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65465,7 +65465,7 @@ }, "style": "form" }, - "indices.rollover#wait_for_active_shards": { + "indices.rollover:wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", @@ -65475,7 +65475,7 @@ }, "style": "form" }, - "indices.rollover#lazy": { + "indices.rollover:lazy": { "in": "query", "name": "lazy", "description": "If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write.\nOnly allowed on data streams.", @@ -65485,7 +65485,7 @@ }, "style": "form" }, - "indices.simulate_template#name": { + "indices.simulate_template:name": { "in": "path", "name": "name", "description": "Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit\nthis parameter and specify the template configuration in the request body.", @@ -65496,7 +65496,7 @@ }, "style": "simple" }, - "indices.simulate_template#create": { + "indices.simulate_template:create": { "in": "query", "name": "create", "description": "If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.", @@ -65506,7 +65506,7 @@ }, "style": "form" }, - "indices.simulate_template#cause": { + "indices.simulate_template:cause": { "in": "query", "name": "cause", "description": "User defined reason for dry-run creating the new template for simulation purposes", @@ -65516,7 +65516,7 @@ }, "style": "form" }, - "indices.simulate_template#master_timeout": { + "indices.simulate_template:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", @@ -65526,7 +65526,7 @@ }, "style": "form" }, - "indices.simulate_template#include_defaults": { + "indices.simulate_template:include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -65536,7 +65536,7 @@ }, "style": "form" }, - "indices.validate_query#index": { + "indices.validate_query:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to search.\nSupports wildcards (`*`).\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", @@ -65547,7 +65547,7 @@ }, "style": "simple" }, - "indices.validate_query#allow_no_indices": { + "indices.validate_query:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65557,7 +65557,7 @@ }, "style": "form" }, - "indices.validate_query#all_shards": { + "indices.validate_query:all_shards": { "in": "query", "name": "all_shards", "description": "If `true`, the validation is executed on all shards instead of one random shard per index.", @@ -65567,7 +65567,7 @@ }, "style": "form" }, - "indices.validate_query#analyzer": { + "indices.validate_query:analyzer": { "in": "query", "name": "analyzer", "description": "Analyzer to use for the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -65577,7 +65577,7 @@ }, "style": "form" }, - "indices.validate_query#analyze_wildcard": { + "indices.validate_query:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.", @@ -65587,7 +65587,7 @@ }, "style": "form" }, - "indices.validate_query#default_operator": { + "indices.validate_query:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.", @@ -65597,7 +65597,7 @@ }, "style": "form" }, - "indices.validate_query#df": { + "indices.validate_query:df": { "in": "query", "name": "df", "description": "Field to use as default where no field prefix is given in the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -65607,7 +65607,7 @@ }, "style": "form" }, - "indices.validate_query#expand_wildcards": { + "indices.validate_query:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -65617,7 +65617,7 @@ }, "style": "form" }, - "indices.validate_query#explain": { + "indices.validate_query:explain": { "in": "query", "name": "explain", "description": "If `true`, the response returns detailed information if an error has occurred.", @@ -65627,7 +65627,7 @@ }, "style": "form" }, - "indices.validate_query#ignore_unavailable": { + "indices.validate_query:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65637,7 +65637,7 @@ }, "style": "form" }, - "indices.validate_query#lenient": { + "indices.validate_query:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.", @@ -65647,7 +65647,7 @@ }, "style": "form" }, - "indices.validate_query#rewrite": { + "indices.validate_query:rewrite": { "in": "query", "name": "rewrite", "description": "If `true`, returns a more detailed explanation showing the actual Lucene query that will be executed.", @@ -65657,7 +65657,7 @@ }, "style": "form" }, - "indices.validate_query#q": { + "indices.validate_query:q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax.", @@ -65667,7 +65667,7 @@ }, "style": "form" }, - "inference.delete#task_type": { + "inference.delete:task_type": { "in": "path", "name": "task_type", "description": "The task type", @@ -65678,7 +65678,7 @@ }, "style": "simple" }, - "inference.delete#inference_id": { + "inference.delete:inference_id": { "in": "path", "name": "inference_id", "description": "The inference identifier.", @@ -65689,7 +65689,7 @@ }, "style": "simple" }, - "inference.delete#dry_run": { + "inference.delete:dry_run": { "in": "query", "name": "dry_run", "description": "When true, the endpoint is not deleted and a list of ingest processors which reference this endpoint is returned.", @@ -65699,7 +65699,7 @@ }, "style": "form" }, - "inference.delete#force": { + "inference.delete:force": { "in": "query", "name": "force", "description": "When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.", @@ -65709,7 +65709,7 @@ }, "style": "form" }, - "inference.get#task_type": { + "inference.get:task_type": { "in": "path", "name": "task_type", "description": "The task type", @@ -65720,7 +65720,7 @@ }, "style": "simple" }, - "inference.get#inference_id": { + "inference.get:inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", @@ -65731,7 +65731,7 @@ }, "style": "simple" }, - "inference.put#task_type": { + "inference.put:task_type": { "in": "path", "name": "task_type", "description": "The task type", @@ -65742,7 +65742,7 @@ }, "style": "simple" }, - "inference.put#inference_id": { + "inference.put:inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", @@ -65753,7 +65753,7 @@ }, "style": "simple" }, - "ingest.get_pipeline#id": { + "ingest.get_pipeline:id": { "in": "path", "name": "id", "description": "Comma-separated list of pipeline IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all ingest pipelines, omit this parameter or use `*`.", @@ -65764,7 +65764,7 @@ }, "style": "simple" }, - "ingest.get_pipeline#master_timeout": { + "ingest.get_pipeline:master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", @@ -65774,7 +65774,7 @@ }, "style": "form" }, - "ingest.get_pipeline#summary": { + "ingest.get_pipeline:summary": { "in": "query", "name": "summary", "description": "Return pipelines without their definitions (default: false)", @@ -65784,7 +65784,7 @@ }, "style": "form" }, - "ingest.simulate#id": { + "ingest.simulate:id": { "in": "path", "name": "id", "description": "The pipeline to test.\nIf you don't specify a `pipeline` in the request body, this parameter is required.", @@ -65795,7 +65795,7 @@ }, "style": "simple" }, - "ingest.simulate#verbose": { + "ingest.simulate:verbose": { "in": "query", "name": "verbose", "description": "If `true`, the response includes output data for each processor in the executed pipeline.", @@ -65805,7 +65805,7 @@ }, "style": "form" }, - "logstash.get_pipeline#id": { + "logstash.get_pipeline:id": { "in": "path", "name": "id", "description": "A comma-separated list of pipeline identifiers.", @@ -65816,7 +65816,7 @@ }, "style": "simple" }, - "mget#index": { + "mget:index": { "in": "path", "name": "index", "description": "Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.", @@ -65827,7 +65827,7 @@ }, "style": "simple" }, - "mget#preference": { + "mget:preference": { "in": "query", "name": "preference", "description": "Specifies the node or shard the operation should be performed on. Random by default.", @@ -65837,7 +65837,7 @@ }, "style": "form" }, - "mget#realtime": { + "mget:realtime": { "in": "query", "name": "realtime", "description": "If `true`, the request is real-time as opposed to near-real-time.", @@ -65847,7 +65847,7 @@ }, "style": "form" }, - "mget#refresh": { + "mget:refresh": { "in": "query", "name": "refresh", "description": "If `true`, the request refreshes relevant shards before retrieving documents.", @@ -65857,7 +65857,7 @@ }, "style": "form" }, - "mget#routing": { + "mget:routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", @@ -65867,7 +65867,7 @@ }, "style": "form" }, - "mget#_source": { + "mget:_source": { "in": "query", "name": "_source", "description": "True or false to return the `_source` field or not, or a list of fields to return.", @@ -65877,7 +65877,7 @@ }, "style": "form" }, - "mget#_source_excludes": { + "mget:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.", @@ -65887,7 +65887,7 @@ }, "style": "form" }, - "mget#_source_includes": { + "mget:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned. You can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -65897,7 +65897,7 @@ }, "style": "form" }, - "mget#stored_fields": { + "mget:stored_fields": { "in": "query", "name": "stored_fields", "description": "If `true`, retrieves the document fields stored in the index rather than the document `_source`.", @@ -65907,7 +65907,7 @@ }, "style": "form" }, - "ml.get_calendars#calendar_id": { + "ml.get_calendars:calendar_id": { "in": "path", "name": "calendar_id", "description": "A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using `_all` or `*` or by omitting the calendar identifier.", @@ -65918,7 +65918,7 @@ }, "style": "simple" }, - "ml.get_calendars#from": { + "ml.get_calendars:from": { "in": "query", "name": "from", "description": "Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.", @@ -65928,7 +65928,7 @@ }, "style": "form" }, - "ml.get_calendars#size": { + "ml.get_calendars:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.", @@ -65938,7 +65938,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#id": { + "ml.get_data_frame_analytics:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", @@ -65949,7 +65949,7 @@ }, "style": "simple" }, - "ml.get_data_frame_analytics#allow_no_match": { + "ml.get_data_frame_analytics:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -65959,7 +65959,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#from": { + "ml.get_data_frame_analytics:from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -65969,7 +65969,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#size": { + "ml.get_data_frame_analytics:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -65979,7 +65979,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics#exclude_generated": { + "ml.get_data_frame_analytics:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -65989,7 +65989,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#id": { + "ml.get_data_frame_analytics_stats:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", @@ -66000,7 +66000,7 @@ }, "style": "simple" }, - "ml.get_data_frame_analytics_stats#allow_no_match": { + "ml.get_data_frame_analytics_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -66010,7 +66010,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#from": { + "ml.get_data_frame_analytics_stats:from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -66020,7 +66020,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#size": { + "ml.get_data_frame_analytics_stats:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -66030,7 +66030,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats#verbose": { + "ml.get_data_frame_analytics_stats:verbose": { "in": "query", "name": "verbose", "description": "Defines whether the stats response should be verbose.", @@ -66040,7 +66040,7 @@ }, "style": "form" }, - "ml.get_datafeed_stats#datafeed_id": { + "ml.get_datafeed_stats:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", @@ -66051,7 +66051,7 @@ }, "style": "simple" }, - "ml.get_datafeed_stats#allow_no_match": { + "ml.get_datafeed_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -66061,7 +66061,7 @@ }, "style": "form" }, - "ml.get_datafeeds#datafeed_id": { + "ml.get_datafeeds:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", @@ -66072,7 +66072,7 @@ }, "style": "simple" }, - "ml.get_datafeeds#allow_no_match": { + "ml.get_datafeeds:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -66082,7 +66082,7 @@ }, "style": "form" }, - "ml.get_datafeeds#exclude_generated": { + "ml.get_datafeeds:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66092,7 +66092,7 @@ }, "style": "form" }, - "ml.get_filters#filter_id": { + "ml.get_filters:filter_id": { "in": "path", "name": "filter_id", "description": "A string that uniquely identifies a filter.", @@ -66103,7 +66103,7 @@ }, "style": "simple" }, - "ml.get_filters#from": { + "ml.get_filters:from": { "in": "query", "name": "from", "description": "Skips the specified number of filters.", @@ -66113,7 +66113,7 @@ }, "style": "form" }, - "ml.get_filters#size": { + "ml.get_filters:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of filters to obtain.", @@ -66123,7 +66123,7 @@ }, "style": "form" }, - "ml.get_job_stats#job_id": { + "ml.get_job_stats:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs, or a wildcard expression. If\nyou do not specify one of these options, the API returns information for\nall anomaly detection jobs.", @@ -66134,7 +66134,7 @@ }, "style": "simple" }, - "ml.get_job_stats#allow_no_match": { + "ml.get_job_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If `false`, the API returns a `404` status\ncode when there are no matches or only partial matches.", @@ -66144,7 +66144,7 @@ }, "style": "form" }, - "ml.get_jobs#job_id": { + "ml.get_jobs:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression. If you do not specify one of these\noptions, the API returns information for all anomaly detection jobs.", @@ -66155,7 +66155,7 @@ }, "style": "simple" }, - "ml.get_jobs#allow_no_match": { + "ml.get_jobs:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If this parameter is `false`, the request returns a `404` status\ncode when there are no matches or only partial matches.", @@ -66165,7 +66165,7 @@ }, "style": "form" }, - "ml.get_jobs#exclude_generated": { + "ml.get_jobs:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66175,7 +66175,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#job_id": { + "ml.get_overall_buckets:job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs or groups, or a wildcard\nexpression.\n\nYou can summarize the bucket results for all anomaly detection jobs by\nusing `_all` or by specifying `*` as the ``.", @@ -66186,7 +66186,7 @@ }, "style": "simple" }, - "ml.get_overall_buckets#allow_no_match": { + "ml.get_overall_buckets:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the request returns an empty `jobs` array when there are no\nmatches and the subset of results when there are partial matches. If this\nparameter is `false`, the request returns a `404` status code when there\nare no matches or only partial matches.", @@ -66196,7 +66196,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#bucket_span": { + "ml.get_overall_buckets:bucket_span": { "in": "query", "name": "bucket_span", "description": "The span of the overall buckets. Must be greater or equal to the largest\nbucket span of the specified anomaly detection jobs, which is the default\nvalue.\n\nBy default, an overall bucket has a span equal to the largest bucket span\nof the specified anomaly detection jobs. To override that behavior, use\nthe optional `bucket_span` parameter.", @@ -66206,7 +66206,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#end": { + "ml.get_overall_buckets:end": { "in": "query", "name": "end", "description": "Returns overall buckets with timestamps earlier than this time.", @@ -66216,7 +66216,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#exclude_interim": { + "ml.get_overall_buckets:exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -66226,7 +66226,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#overall_score": { + "ml.get_overall_buckets:overall_score": { "in": "query", "name": "overall_score", "description": "Returns overall buckets with overall scores greater than or equal to this\nvalue.", @@ -66243,7 +66243,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#start": { + "ml.get_overall_buckets:start": { "in": "query", "name": "start", "description": "Returns overall buckets with timestamps after this time.", @@ -66253,7 +66253,7 @@ }, "style": "form" }, - "ml.get_overall_buckets#top_n": { + "ml.get_overall_buckets:top_n": { "in": "query", "name": "top_n", "description": "The number of top anomaly detection job bucket scores to be used in the\n`overall_score` calculation.", @@ -66263,7 +66263,7 @@ }, "style": "form" }, - "ml.get_trained_models#model_id": { + "ml.get_trained_models:model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias.\n\nYou can get information for multiple trained models in a single API\nrequest by using a comma-separated list of model IDs or a wildcard\nexpression.", @@ -66274,7 +66274,7 @@ }, "style": "simple" }, - "ml.get_trained_models#allow_no_match": { + "ml.get_trained_models:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -66284,7 +66284,7 @@ }, "style": "form" }, - "ml.get_trained_models#decompress_definition": { + "ml.get_trained_models:decompress_definition": { "in": "query", "name": "decompress_definition", "description": "Specifies whether the included model definition should be returned as a\nJSON map (true) or in a custom compressed format (false).", @@ -66294,7 +66294,7 @@ }, "style": "form" }, - "ml.get_trained_models#exclude_generated": { + "ml.get_trained_models:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66304,7 +66304,7 @@ }, "style": "form" }, - "ml.get_trained_models#from": { + "ml.get_trained_models:from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -66314,7 +66314,7 @@ }, "style": "form" }, - "ml.get_trained_models#include": { + "ml.get_trained_models:include": { "in": "query", "name": "include", "description": "A comma delimited string of optional fields to include in the response\nbody.", @@ -66324,7 +66324,7 @@ }, "style": "form" }, - "ml.get_trained_models#size": { + "ml.get_trained_models:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -66334,7 +66334,7 @@ }, "style": "form" }, - "ml.get_trained_models#tags": { + "ml.get_trained_models:tags": { "in": "query", "name": "tags", "description": "A comma delimited string of tags. A trained model can have many tags, or\nnone. When supplied, only trained models that contain all the supplied\ntags are returned.", @@ -66354,7 +66354,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats#model_id": { + "ml.get_trained_models_stats:model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias. It can be a\ncomma-separated list or a wildcard expression.", @@ -66365,7 +66365,7 @@ }, "style": "simple" }, - "ml.get_trained_models_stats#allow_no_match": { + "ml.get_trained_models_stats:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -66375,7 +66375,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats#from": { + "ml.get_trained_models_stats:from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -66385,7 +66385,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats#size": { + "ml.get_trained_models_stats:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -66395,7 +66395,7 @@ }, "style": "form" }, - "ml.preview_data_frame_analytics#id": { + "ml.preview_data_frame_analytics:id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job.", @@ -66406,7 +66406,7 @@ }, "style": "simple" }, - "ml.preview_datafeed#datafeed_id": { + "ml.preview_datafeed:datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase\nalphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric\ncharacters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job\nconfiguration details in the request body.", @@ -66417,7 +66417,7 @@ }, "style": "simple" }, - "ml.preview_datafeed#start": { + "ml.preview_datafeed:start": { "in": "query", "name": "start", "description": "The start time from where the datafeed preview should begin", @@ -66427,7 +66427,7 @@ }, "style": "form" }, - "ml.preview_datafeed#end": { + "ml.preview_datafeed:end": { "in": "query", "name": "end", "description": "The end time when the datafeed preview should stop", @@ -66437,7 +66437,7 @@ }, "style": "form" }, - "msearch#index": { + "msearch:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases to search.", @@ -66448,7 +66448,7 @@ }, "style": "simple" }, - "msearch#allow_no_indices": { + "msearch:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -66458,7 +66458,7 @@ }, "style": "form" }, - "msearch#ccs_minimize_roundtrips": { + "msearch:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -66468,7 +66468,7 @@ }, "style": "form" }, - "msearch#expand_wildcards": { + "msearch:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", @@ -66478,7 +66478,7 @@ }, "style": "form" }, - "msearch#ignore_throttled": { + "msearch:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -66488,7 +66488,7 @@ }, "style": "form" }, - "msearch#ignore_unavailable": { + "msearch:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -66498,7 +66498,7 @@ }, "style": "form" }, - "msearch#include_named_queries_score": { + "msearch:include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "Indicates whether hit.matched_queries should be rendered as a map that includes\nthe name of the matched query associated with its score (true)\nor as an array containing the name of the matched queries (false)\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -66508,7 +66508,7 @@ }, "style": "form" }, - "msearch#max_concurrent_searches": { + "msearch:max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.\nDefaults to `max(1, (# of data nodes * min(search thread pool size, 10)))`.", @@ -66518,7 +66518,7 @@ }, "style": "form" }, - "msearch#max_concurrent_shard_requests": { + "msearch:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -66528,7 +66528,7 @@ }, "style": "form" }, - "msearch#pre_filter_shard_size": { + "msearch:pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -66538,7 +66538,7 @@ }, "style": "form" }, - "msearch#rest_total_hits_as_int": { + "msearch:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -66548,7 +66548,7 @@ }, "style": "form" }, - "msearch#routing": { + "msearch:routing": { "in": "query", "name": "routing", "description": "Custom routing value used to route search operations to a specific shard.", @@ -66558,7 +66558,7 @@ }, "style": "form" }, - "msearch#search_type": { + "msearch:search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", @@ -66568,7 +66568,7 @@ }, "style": "form" }, - "msearch#typed_keys": { + "msearch:typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -66578,7 +66578,7 @@ }, "style": "form" }, - "msearch_template#index": { + "msearch_template:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*`.", @@ -66589,7 +66589,7 @@ }, "style": "simple" }, - "msearch_template#ccs_minimize_roundtrips": { + "msearch_template:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -66599,7 +66599,7 @@ }, "style": "form" }, - "msearch_template#max_concurrent_searches": { + "msearch_template:max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "The maximum number of concurrent searches the API can run.", @@ -66609,7 +66609,7 @@ }, "style": "form" }, - "msearch_template#search_type": { + "msearch_template:search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", @@ -66619,7 +66619,7 @@ }, "style": "form" }, - "msearch_template#rest_total_hits_as_int": { + "msearch_template:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, the response returns `hits.total` as an integer.\nIf `false`, it returns `hits.total` as an object.", @@ -66629,7 +66629,7 @@ }, "style": "form" }, - "msearch_template#typed_keys": { + "msearch_template:typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -66639,7 +66639,7 @@ }, "style": "form" }, - "mtermvectors#index": { + "mtermvectors:index": { "in": "path", "name": "index", "description": "The name of the index that contains the documents.", @@ -66650,7 +66650,7 @@ }, "style": "simple" }, - "mtermvectors#ids": { + "mtermvectors:ids": { "in": "query", "name": "ids", "description": "A comma-separated list of documents ids. You must define ids as parameter or set \"ids\" or \"docs\" in the request body", @@ -66663,7 +66663,7 @@ }, "style": "form" }, - "mtermvectors#fields": { + "mtermvectors:fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", @@ -66673,7 +66673,7 @@ }, "style": "form" }, - "mtermvectors#field_statistics": { + "mtermvectors:field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", @@ -66683,7 +66683,7 @@ }, "style": "form" }, - "mtermvectors#offsets": { + "mtermvectors:offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -66693,7 +66693,7 @@ }, "style": "form" }, - "mtermvectors#payloads": { + "mtermvectors:payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -66703,7 +66703,7 @@ }, "style": "form" }, - "mtermvectors#positions": { + "mtermvectors:positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -66713,7 +66713,7 @@ }, "style": "form" }, - "mtermvectors#preference": { + "mtermvectors:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -66723,7 +66723,7 @@ }, "style": "form" }, - "mtermvectors#realtime": { + "mtermvectors:realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -66733,7 +66733,7 @@ }, "style": "form" }, - "mtermvectors#routing": { + "mtermvectors:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -66743,7 +66743,7 @@ }, "style": "form" }, - "mtermvectors#term_statistics": { + "mtermvectors:term_statistics": { "in": "query", "name": "term_statistics", "description": "If true, the response includes term frequency and document frequency.", @@ -66753,7 +66753,7 @@ }, "style": "form" }, - "mtermvectors#version": { + "mtermvectors:version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", @@ -66763,7 +66763,7 @@ }, "style": "form" }, - "mtermvectors#version_type": { + "mtermvectors:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -66773,7 +66773,7 @@ }, "style": "form" }, - "put_script#id": { + "put_script:id": { "in": "path", "name": "id", "description": "The identifier for the stored script or search template.\nIt must be unique within the cluster.", @@ -66784,7 +66784,7 @@ }, "style": "simple" }, - "put_script#context": { + "put_script:context": { "in": "path", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.", @@ -66795,7 +66795,7 @@ }, "style": "simple" }, - "put_script#context_": { + "put_script:context_": { "in": "query", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.\nIf you specify both this and the `` path parameter, the API uses the request path parameter.", @@ -66805,7 +66805,7 @@ }, "style": "form" }, - "put_script#master_timeout": { + "put_script:master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", @@ -66815,7 +66815,7 @@ }, "style": "form" }, - "put_script#timeout": { + "put_script:timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", @@ -66825,7 +66825,7 @@ }, "style": "form" }, - "rank_eval#index": { + "rank_eval:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases used to limit the request.\nWildcard (`*`) expressions are supported.\nTo target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.", @@ -66836,7 +66836,7 @@ }, "style": "simple" }, - "rank_eval#allow_no_indices": { + "rank_eval:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -66846,7 +66846,7 @@ }, "style": "form" }, - "rank_eval#expand_wildcards": { + "rank_eval:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", @@ -66856,7 +66856,7 @@ }, "style": "form" }, - "rank_eval#ignore_unavailable": { + "rank_eval:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -66866,7 +66866,7 @@ }, "style": "form" }, - "rank_eval#search_type": { + "rank_eval:search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -66876,7 +66876,7 @@ }, "style": "form" }, - "render_search_template#id": { + "render_search_template:id": { "in": "path", "name": "id", "description": "The ID of the search template to render.\nIf no `source` is specified, this or the `id` request body parameter is required.", @@ -66887,7 +66887,7 @@ }, "style": "simple" }, - "scroll#scroll_id": { + "scroll:scroll_id": { "in": "path", "name": "scroll_id", "description": "The scroll ID", @@ -66898,7 +66898,7 @@ }, "style": "simple" }, - "scroll#scroll": { + "scroll:scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.", @@ -66908,7 +66908,7 @@ }, "style": "form" }, - "scroll#scroll_id_": { + "scroll:scroll_id_": { "in": "query", "name": "scroll_id", "description": "The scroll ID for scrolled search", @@ -66918,7 +66918,7 @@ }, "style": "form" }, - "scroll#rest_total_hits_as_int": { + "scroll:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, the API response’s hit.total property is returned as an integer. If false, the API response’s hit.total property is returned as an object.", @@ -66928,7 +66928,7 @@ }, "style": "form" }, - "search#index": { + "search:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", @@ -66939,7 +66939,7 @@ }, "style": "simple" }, - "search#allow_no_indices": { + "search:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -66949,7 +66949,7 @@ }, "style": "form" }, - "search#allow_partial_search_results": { + "search:allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If `true` and there are shard request timeouts or shard failures, the request returns partial results.\nIf `false`, it returns an error with no partial results.\n\nTo override the default behavior, you can set the `search.default_allow_partial_results` cluster setting to `false`.", @@ -66959,7 +66959,7 @@ }, "style": "form" }, - "search#analyzer": { + "search:analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -66969,7 +66969,7 @@ }, "style": "form" }, - "search#analyze_wildcard": { + "search:analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -66979,7 +66979,7 @@ }, "style": "form" }, - "search#batched_reduce_size": { + "search:batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "The number of shard results that should be reduced at once on the coordinating node.\nIf the potential number of shards in the request can be large, this value should be used as a protection mechanism to reduce the memory overhead per search request.", @@ -66989,7 +66989,7 @@ }, "style": "form" }, - "search#ccs_minimize_roundtrips": { + "search:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips between the coordinating node and the remote clusters are minimized when running cross-cluster search (CCS) requests.", @@ -66999,7 +66999,7 @@ }, "style": "form" }, - "search#default_operator": { + "search:default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for the query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67009,7 +67009,7 @@ }, "style": "form" }, - "search#df": { + "search:df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67019,7 +67019,7 @@ }, "style": "form" }, - "search#docvalue_fields": { + "search:docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit.", @@ -67029,7 +67029,7 @@ }, "style": "form" }, - "search#expand_wildcards": { + "search:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values such as `open,hidden`.", @@ -67039,7 +67039,7 @@ }, "style": "form" }, - "search#explain": { + "search:explain": { "in": "query", "name": "explain", "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -67049,7 +67049,7 @@ }, "style": "form" }, - "search#ignore_throttled": { + "search:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded or aliased indices will be ignored when frozen.", @@ -67059,7 +67059,7 @@ }, "style": "form" }, - "search#ignore_unavailable": { + "search:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -67069,7 +67069,7 @@ }, "style": "form" }, - "search#include_named_queries_score": { + "search:include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "If `true`, the response includes the score contribution from any named queries.\n\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -67079,7 +67079,7 @@ }, "style": "form" }, - "search#lenient": { + "search:lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67089,7 +67089,7 @@ }, "style": "form" }, - "search#max_concurrent_shard_requests": { + "search:max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node that the search runs concurrently.\nThis value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests.", @@ -67099,7 +67099,7 @@ }, "style": "form" }, - "search#preference": { + "search:preference": { "in": "query", "name": "preference", "description": "The nodes and shards used for the search.\nBy default, Elasticsearch selects from eligible nodes and shards using adaptive replica selection, accounting for allocation awareness.\nValid values are:\n\n* `_only_local` to run the search only on shards on the local node.\n* `_local` to, if possible, run the search on shards on the local node, or if not, select shards using the default method.\n* `_only_nodes:,` to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.\n* `_prefer_nodes:,` to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.\n`_shards:,` to run the search only on the specified shards. You can combine this value with other `preference` values. However, the `_shards` value must come first. For example: `_shards:2,3|_local`.\n`` (any string that does not start with `_`) to route searches with the same `` to the same shards in the same order.", @@ -67109,7 +67109,7 @@ }, "style": "form" }, - "search#pre_filter_shard_size": { + "search:pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.\nThis filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).\nWhen unspecified, the pre-filter phase is executed if any of these conditions is met:\n\n* The request targets more than 128 shards.\n* The request targets one or more read-only index.\n* The primary sort of the query targets an indexed field.", @@ -67119,7 +67119,7 @@ }, "style": "form" }, - "search#request_cache": { + "search:request_cache": { "in": "query", "name": "request_cache", "description": "If `true`, the caching of search results is enabled for requests where `size` is `0`.\nIt defaults to index level settings.", @@ -67129,7 +67129,7 @@ }, "style": "form" }, - "search#routing": { + "search:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -67139,7 +67139,7 @@ }, "style": "form" }, - "search#scroll": { + "search:scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.\nBy default, this value cannot exceed `1d` (24 hours).\nYou can change this limit by using the `search.max_keep_alive` cluster-level setting.", @@ -67149,7 +67149,7 @@ }, "style": "form" }, - "search#search_type": { + "search:search_type": { "in": "query", "name": "search_type", "description": "Indicates how distributed term frequencies are calculated for relevance scoring.", @@ -67159,7 +67159,7 @@ }, "style": "form" }, - "search#stats": { + "search:stats": { "in": "query", "name": "stats", "description": "Specific `tag` of the request for logging and statistical purposes.", @@ -67172,7 +67172,7 @@ }, "style": "form" }, - "search#stored_fields": { + "search:stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nYou can pass `_source: true` to return both source fields and stored fields in the search response.", @@ -67182,7 +67182,7 @@ }, "style": "form" }, - "search#suggest_field": { + "search:suggest_field": { "in": "query", "name": "suggest_field", "description": "The field to use for suggestions.", @@ -67192,7 +67192,7 @@ }, "style": "form" }, - "search#suggest_mode": { + "search:suggest_mode": { "in": "query", "name": "suggest_mode", "description": "The suggest mode.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67202,7 +67202,7 @@ }, "style": "form" }, - "search#suggest_size": { + "search:suggest_size": { "in": "query", "name": "suggest_size", "description": "The number of suggestions to return.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67212,7 +67212,7 @@ }, "style": "form" }, - "search#suggest_text": { + "search:suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67222,7 +67222,7 @@ }, "style": "form" }, - "search#terminate_after": { + "search:terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.\nIf set to `0` (default), the query does not terminate early.", @@ -67232,7 +67232,7 @@ }, "style": "form" }, - "search#timeout": { + "search:timeout": { "in": "query", "name": "timeout", "description": "The period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt defaults to no timeout.", @@ -67242,7 +67242,7 @@ }, "style": "form" }, - "search#track_total_hits": { + "search:track_total_hits": { "in": "query", "name": "track_total_hits", "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", @@ -67252,7 +67252,7 @@ }, "style": "form" }, - "search#track_scores": { + "search:track_scores": { "in": "query", "name": "track_scores", "description": "If `true`, the request calculates and returns document scores, even if the scores are not used for sorting.", @@ -67262,7 +67262,7 @@ }, "style": "form" }, - "search#typed_keys": { + "search:typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, aggregation and suggester names are be prefixed by their respective types in the response.", @@ -67272,7 +67272,7 @@ }, "style": "form" }, - "search#rest_total_hits_as_int": { + "search:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.", @@ -67282,7 +67282,7 @@ }, "style": "form" }, - "search#version": { + "search:version": { "in": "query", "name": "version", "description": "If `true`, the request returns the document version as part of a hit.", @@ -67292,7 +67292,7 @@ }, "style": "form" }, - "search#_source": { + "search:_source": { "in": "query", "name": "_source", "description": "The source fields that are returned for matching documents.\nThese fields are returned in the `hits._source` property of the search response.\nValid values are:\n\n* `true` to return the entire document source.\n* `false` to not return the document source.\n* `` to return the source fields that are specified as a comma-separated list that supports wildcard (`*`) patterns.", @@ -67302,7 +67302,7 @@ }, "style": "form" }, - "search#_source_excludes": { + "search:_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -67312,7 +67312,7 @@ }, "style": "form" }, - "search#_source_includes": { + "search:_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", @@ -67322,7 +67322,7 @@ }, "style": "form" }, - "search#seq_no_primary_term": { + "search:seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "If `true`, the request returns the sequence number and primary term of the last modification of each hit.", @@ -67332,7 +67332,7 @@ }, "style": "form" }, - "search#q": { + "search:q": { "in": "query", "name": "q", "description": "A query in the Lucene query string syntax.\nQuery parameter searches do not support the full Elasticsearch Query DSL but are handy for testing.\n\nIMPORTANT: This parameter overrides the query parameter in the request body.\nIf both parameters are specified, documents matching the query request body parameter are not returned.", @@ -67342,7 +67342,7 @@ }, "style": "form" }, - "search#size": { + "search:size": { "in": "query", "name": "size", "description": "The number of hits to return.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -67352,7 +67352,7 @@ }, "style": "form" }, - "search#from": { + "search:from": { "in": "query", "name": "from", "description": "The starting document offset, which must be non-negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -67362,7 +67362,7 @@ }, "style": "form" }, - "search#sort": { + "search:sort": { "in": "query", "name": "sort", "description": "A comma-separated list of `:` pairs.", @@ -67382,7 +67382,7 @@ }, "style": "form" }, - "search_application.get_behavioral_analytics#name": { + "search_application.get_behavioral_analytics:name": { "in": "path", "name": "name", "description": "A list of analytics collections to limit the returned information", @@ -67396,7 +67396,7 @@ }, "style": "simple" }, - "search_application.search#name": { + "search_application.search:name": { "in": "path", "name": "name", "description": "The name of the search application to be searched.", @@ -67407,7 +67407,7 @@ }, "style": "simple" }, - "search_application.search#typed_keys": { + "search_application.search:typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -67417,7 +67417,7 @@ }, "style": "form" }, - "search_mvt#index": { + "search_mvt:index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, or aliases to search", @@ -67428,7 +67428,7 @@ }, "style": "simple" }, - "search_mvt#field": { + "search_mvt:field": { "in": "path", "name": "field", "description": "Field containing geospatial data to return", @@ -67439,7 +67439,7 @@ }, "style": "simple" }, - "search_mvt#zoom": { + "search_mvt:zoom": { "in": "path", "name": "zoom", "description": "Zoom level for the vector tile to search", @@ -67450,7 +67450,7 @@ }, "style": "simple" }, - "search_mvt#x": { + "search_mvt:x": { "in": "path", "name": "x", "description": "X coordinate for the vector tile to search", @@ -67461,7 +67461,7 @@ }, "style": "simple" }, - "search_mvt#y": { + "search_mvt:y": { "in": "path", "name": "y", "description": "Y coordinate for the vector tile to search", @@ -67472,7 +67472,7 @@ }, "style": "simple" }, - "search_mvt#exact_bounds": { + "search_mvt:exact_bounds": { "in": "query", "name": "exact_bounds", "description": "If `false`, the meta layer's feature is the bounding box of the tile.\nIf true, the meta layer's feature is a bounding box resulting from a\ngeo_bounds aggregation. The aggregation runs on values that intersect\nthe // tile with wrap_longitude set to false. The resulting\nbounding box may be larger than the vector tile.", @@ -67482,7 +67482,7 @@ }, "style": "form" }, - "search_mvt#extent": { + "search_mvt:extent": { "in": "query", "name": "extent", "description": "The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.", @@ -67492,7 +67492,7 @@ }, "style": "form" }, - "search_mvt#grid_agg": { + "search_mvt:grid_agg": { "in": "query", "name": "grid_agg", "description": "Aggregation used to create a grid for `field`.", @@ -67502,7 +67502,7 @@ }, "style": "form" }, - "search_mvt#grid_precision": { + "search_mvt:grid_precision": { "in": "query", "name": "grid_precision", "description": "Additional zoom levels available through the aggs layer. For example, if is 7\nand grid_precision is 8, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", @@ -67512,7 +67512,7 @@ }, "style": "form" }, - "search_mvt#grid_type": { + "search_mvt:grid_type": { "in": "query", "name": "grid_type", "description": "Determines the geometry type for features in the aggs layer. In the aggs layer,\neach feature represents a geotile_grid cell. If 'grid' each feature is a Polygon\nof the cells bounding box. If 'point' each feature is a Point that is the centroid\nof the cell.", @@ -67522,7 +67522,7 @@ }, "style": "form" }, - "search_mvt#size": { + "search_mvt:size": { "in": "query", "name": "size", "description": "Maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", @@ -67532,7 +67532,7 @@ }, "style": "form" }, - "search_mvt#with_labels": { + "search_mvt:with_labels": { "in": "query", "name": "with_labels", "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -67542,7 +67542,7 @@ }, "style": "form" }, - "search_template#index": { + "search_template:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).", @@ -67553,7 +67553,7 @@ }, "style": "simple" }, - "search_template#allow_no_indices": { + "search_template:allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -67563,7 +67563,7 @@ }, "style": "form" }, - "search_template#ccs_minimize_roundtrips": { + "search_template:ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -67573,7 +67573,7 @@ }, "style": "form" }, - "search_template#expand_wildcards": { + "search_template:expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", @@ -67583,7 +67583,7 @@ }, "style": "form" }, - "search_template#explain": { + "search_template:explain": { "in": "query", "name": "explain", "description": "If `true`, the response includes additional details about score computation as part of a hit.", @@ -67593,7 +67593,7 @@ }, "style": "form" }, - "search_template#ignore_throttled": { + "search_template:ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, specified concrete, expanded, or aliased indices are not included in the response when throttled.", @@ -67603,7 +67603,7 @@ }, "style": "form" }, - "search_template#ignore_unavailable": { + "search_template:ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -67613,7 +67613,7 @@ }, "style": "form" }, - "search_template#preference": { + "search_template:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -67623,7 +67623,7 @@ }, "style": "form" }, - "search_template#profile": { + "search_template:profile": { "in": "query", "name": "profile", "description": "If `true`, the query execution is profiled.", @@ -67633,7 +67633,7 @@ }, "style": "form" }, - "search_template#routing": { + "search_template:routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", @@ -67643,7 +67643,7 @@ }, "style": "form" }, - "search_template#scroll": { + "search_template:scroll": { "in": "query", "name": "scroll", "description": "Specifies how long a consistent view of the index\nshould be maintained for scrolled search.", @@ -67653,7 +67653,7 @@ }, "style": "form" }, - "search_template#search_type": { + "search_template:search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", @@ -67663,7 +67663,7 @@ }, "style": "form" }, - "search_template#rest_total_hits_as_int": { + "search_template:rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, `hits.total` is rendered as an integer in the response.\nIf `false`, it is rendered as an object.", @@ -67673,7 +67673,7 @@ }, "style": "form" }, - "search_template#typed_keys": { + "search_template:typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -67683,7 +67683,7 @@ }, "style": "form" }, - "security.create_api_key#refresh": { + "security.create_api_key:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -67693,7 +67693,7 @@ }, "style": "form" }, - "security.get_role#name": { + "security.get_role:name": { "in": "path", "name": "name", "description": "The name of the role.\nYou can specify multiple roles as a comma-separated list.\nIf you do not specify this parameter, the API returns information about all roles.", @@ -67704,7 +67704,7 @@ }, "style": "simple" }, - "security.has_privileges#user": { + "security.has_privileges:user": { "in": "path", "name": "user", "description": "Username", @@ -67715,7 +67715,7 @@ }, "style": "simple" }, - "security.put_role#name": { + "security.put_role:name": { "in": "path", "name": "name", "description": "The name of the role that is being created or updated. On Elasticsearch Serverless, the role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.", @@ -67726,7 +67726,7 @@ }, "style": "simple" }, - "security.put_role#refresh": { + "security.put_role:refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", @@ -67736,7 +67736,7 @@ }, "style": "form" }, - "security.query_api_keys#with_limited_by": { + "security.query_api_keys:with_limited_by": { "in": "query", "name": "with_limited_by", "description": "Return the snapshot of the owner user's role descriptors associated with the API key.\nAn API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors (effectively limited by it).\nAn API key cannot retrieve any API key’s limited-by role descriptors (including itself) unless it has `manage_api_key` or higher privileges.", @@ -67746,7 +67746,7 @@ }, "style": "form" }, - "security.query_api_keys#with_profile_uid": { + "security.query_api_keys:with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to also retrieve the profile UID for the API key owner principal.\nIf it exists, the profile UID is returned under the `profile_uid` response field for each API key.", @@ -67756,7 +67756,7 @@ }, "style": "form" }, - "security.query_api_keys#typed_keys": { + "security.query_api_keys:typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -67766,7 +67766,7 @@ }, "style": "form" }, - "sql.query#format": { + "sql.query:format": { "in": "query", "name": "format", "description": "The format for the response.\nYou can also specify a format using the `Accept` HTTP header.\nIf you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.", @@ -67776,7 +67776,7 @@ }, "style": "form" }, - "terms_enum#index": { + "terms_enum:index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases to search.\nWildcard (`*`) expressions are supported.\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", @@ -67787,7 +67787,7 @@ }, "style": "simple" }, - "termvectors#index": { + "termvectors:index": { "in": "path", "name": "index", "description": "The name of the index that contains the document.", @@ -67798,7 +67798,7 @@ }, "style": "simple" }, - "termvectors#id": { + "termvectors:id": { "in": "path", "name": "id", "description": "A unique identifier for the document.", @@ -67809,7 +67809,7 @@ }, "style": "simple" }, - "termvectors#fields": { + "termvectors:fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", @@ -67819,7 +67819,7 @@ }, "style": "form" }, - "termvectors#field_statistics": { + "termvectors:field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -67829,7 +67829,7 @@ }, "style": "form" }, - "termvectors#offsets": { + "termvectors:offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -67839,7 +67839,7 @@ }, "style": "form" }, - "termvectors#payloads": { + "termvectors:payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -67849,7 +67849,7 @@ }, "style": "form" }, - "termvectors#positions": { + "termvectors:positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -67859,7 +67859,7 @@ }, "style": "form" }, - "termvectors#preference": { + "termvectors:preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -67869,7 +67869,7 @@ }, "style": "form" }, - "termvectors#realtime": { + "termvectors:realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -67879,7 +67879,7 @@ }, "style": "form" }, - "termvectors#routing": { + "termvectors:routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", @@ -67889,7 +67889,7 @@ }, "style": "form" }, - "termvectors#term_statistics": { + "termvectors:term_statistics": { "in": "query", "name": "term_statistics", "description": "If `true`, the response includes:\n\n* The total term frequency (how often a term occurs in all documents).\n* The document frequency (the number of documents containing the current term).\n\nBy default these values are not returned since term statistics can have a serious performance impact.", @@ -67899,7 +67899,7 @@ }, "style": "form" }, - "termvectors#version": { + "termvectors:version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", @@ -67909,7 +67909,7 @@ }, "style": "form" }, - "termvectors#version_type": { + "termvectors:version_type": { "in": "query", "name": "version_type", "description": "The version type.", @@ -67919,7 +67919,7 @@ }, "style": "form" }, - "transform.get_transform#transform_id": { + "transform.get_transform:transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform. It can be a transform identifier or a\nwildcard expression. You can get information for all transforms by using\n`_all`, by specifying `*` as the ``, or by omitting the\n``.", @@ -67930,7 +67930,7 @@ }, "style": "simple" }, - "transform.get_transform#allow_no_match": { + "transform.get_transform:allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no transforms that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf this parameter is false, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -67940,7 +67940,7 @@ }, "style": "form" }, - "transform.get_transform#from": { + "transform.get_transform:from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -67950,7 +67950,7 @@ }, "style": "form" }, - "transform.get_transform#size": { + "transform.get_transform:size": { "in": "query", "name": "size", "description": "Specifies the maximum number of transforms to obtain.", @@ -67960,7 +67960,7 @@ }, "style": "form" }, - "transform.get_transform#exclude_generated": { + "transform.get_transform:exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Excludes fields that were automatically added when creating the\ntransform. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -67970,7 +67970,7 @@ }, "style": "form" }, - "transform.preview_transform#transform_id": { + "transform.preview_transform:transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform to preview. If you specify this path parameter, you cannot provide transform\nconfiguration details in the request body.", @@ -67981,7 +67981,7 @@ }, "style": "simple" }, - "transform.preview_transform#timeout": { + "transform.preview_transform:timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.",