diff --git a/compiler-rs/clients_schema_to_openapi/src/lib.rs b/compiler-rs/clients_schema_to_openapi/src/lib.rs index c218e99975..b37c7c5cc3 100644 --- a/compiler-rs/clients_schema_to_openapi/src/lib.rs +++ b/compiler-rs/clients_schema_to_openapi/src/lib.rs @@ -25,7 +25,7 @@ use indexmap::IndexMap; use clients_schema::{Availabilities, Availability, Flavor, IndexedModel, Stability, Visibility}; use openapiv3::{Components, OpenAPI}; -use serde_json::Value; +use serde_json::{Map,Value}; use clients_schema::transform::ExpandConfig; use crate::components::TypesAndComponents; @@ -190,9 +190,14 @@ pub fn product_meta_as_extensions(namespace: &str, product_meta: &IndexMap = Vec::new(); + let mut product_feature: Map = Map::new(); + product_feature.insert("name".to_string(),Value::String("x-product-feature".to_string())); + product_feature.insert("content".to_string(),Value::String(product_str)); + product_feature_list.push(Value::Object(product_feature)); + result.insert("x-metaTags".to_string(), Value::Array(product_feature_list)); result } 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 5955b2947e..7a5f944210 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 061397edad..1bbcaf48f0 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -79,7 +79,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -114,7 +119,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_async_search/status/{id}": { @@ -178,7 +188,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_async_search": { @@ -329,7 +344,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_async_search": { @@ -483,7 +503,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_autoscaling/policy/{name}": { @@ -541,7 +566,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -627,7 +657,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -693,7 +728,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_autoscaling/capacity": { @@ -751,7 +791,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_bulk": { @@ -813,7 +858,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -873,7 +923,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_bulk": { @@ -938,7 +993,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1001,7 +1061,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases": { @@ -1032,7 +1097,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases/{name}": { @@ -1066,7 +1136,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/allocation": { @@ -1100,7 +1175,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/allocation/{node_id}": { @@ -1137,7 +1217,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates": { @@ -1168,7 +1253,12 @@ } }, "x-state": "Generally available; Added in 5.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates/{name}": { @@ -1202,7 +1292,12 @@ } }, "x-state": "Generally available; Added in 5.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count": { @@ -1227,7 +1322,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count/{index}": { @@ -1255,7 +1355,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/fielddata": { @@ -1286,7 +1391,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/fielddata/{fields}": { @@ -1320,7 +1430,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/health": { @@ -1395,7 +1510,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat": { @@ -1419,7 +1539,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices": { @@ -1465,7 +1590,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices/{index}": { @@ -1514,7 +1644,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/master": { @@ -1589,7 +1724,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics": { @@ -1623,7 +1763,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics/{id}": { @@ -1660,7 +1805,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/datafeeds": { @@ -1691,7 +1841,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/datafeeds/{datafeed_id}": { @@ -1725,7 +1880,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/anomaly_detectors": { @@ -1759,7 +1919,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/anomaly_detectors/{job_id}": { @@ -1796,7 +1961,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/trained_models": { @@ -1836,7 +2006,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/trained_models/{model_id}": { @@ -1879,7 +2054,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/nodeattrs": { @@ -1960,7 +2140,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/nodes": { @@ -2078,7 +2263,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/pending_tasks": { @@ -2163,7 +2353,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/plugins": { @@ -2248,7 +2443,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/recovery": { @@ -2288,7 +2488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/recovery/{index}": { @@ -2331,7 +2536,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/repositories": { @@ -2406,7 +2616,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/segments": { @@ -2440,7 +2655,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/segments/{index}": { @@ -2477,7 +2697,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/shards": { @@ -2511,7 +2736,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/shards/{index}": { @@ -2548,7 +2778,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/snapshots": { @@ -2582,7 +2817,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/snapshots/{repository}": { @@ -2619,7 +2859,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/tasks": { @@ -2750,7 +2995,12 @@ } }, "x-state": "Technical preview; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/templates": { @@ -2781,7 +3031,12 @@ } }, "x-state": "Generally available; Added in 5.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/templates/{name}": { @@ -2815,7 +3070,12 @@ } }, "x-state": "Generally available; Added in 5.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/thread_pool": { @@ -2849,7 +3109,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/thread_pool/{thread_pool_patterns}": { @@ -2886,7 +3151,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms": { @@ -2923,7 +3193,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms/{transform_id}": { @@ -2963,7 +3238,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ccr/auto_follow/{name}": { @@ -2992,7 +3272,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -3128,7 +3413,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -3183,7 +3473,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/follow": { @@ -3333,7 +3628,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/info": { @@ -3407,7 +3707,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/stats": { @@ -3476,7 +3781,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/forget_follower": { @@ -3571,7 +3881,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ccr/auto_follow": { @@ -3597,7 +3912,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ccr/auto_follow/{name}/pause": { @@ -3654,7 +3974,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/pause_follow": { @@ -3707,7 +4032,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ccr/auto_follow/{name}/resume": { @@ -3764,7 +4094,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/resume_follow": { @@ -3868,7 +4203,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ccr/stats": { @@ -3932,7 +4272,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ccr/unfollow": { @@ -3989,7 +4334,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll": { @@ -4024,7 +4374,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4057,7 +4412,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4079,7 +4439,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll/{scroll_id}": { @@ -4117,7 +4482,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4153,7 +4523,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4180,7 +4555,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_pit": { @@ -4247,7 +4627,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/allocation/explain": { @@ -4282,7 +4667,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4315,7 +4705,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template/{name}": { @@ -4352,7 +4747,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4384,7 +4784,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4416,7 +4821,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4471,7 +4881,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -4522,7 +4937,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/voting_config_exclusions": { @@ -4588,7 +5008,12 @@ } }, "x-state": "Generally available; Added in 7.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4632,7 +5057,12 @@ } }, "x-state": "Generally available; Added in 7.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template": { @@ -4666,7 +5096,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/settings": { @@ -4763,7 +5198,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4881,7 +5321,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/health": { @@ -4933,7 +5378,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/health/{index}": { @@ -4988,7 +5438,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_info/{target}": { @@ -5048,7 +5503,12 @@ } }, "x-state": "Generally available; Added in 8.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/pending_tasks": { @@ -5105,7 +5565,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_remote/info": { @@ -5136,7 +5601,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/reroute": { @@ -5264,7 +5734,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/state": { @@ -5307,7 +5782,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/state/{metric}": { @@ -5353,7 +5833,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/state/{metric}/{index}": { @@ -5402,7 +5887,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/stats": { @@ -5427,7 +5917,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/stats/nodes/{node_id}": { @@ -5455,7 +5950,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_check_in": { @@ -5505,7 +6005,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}": { @@ -5552,7 +6057,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5574,7 +6084,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5634,7 +6149,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector": { @@ -5745,7 +6265,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5762,7 +6287,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5825,7 +6355,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_cancel": { @@ -5870,7 +6405,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_check_in": { @@ -5907,7 +6447,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_claim": { @@ -5973,7 +6518,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}": { @@ -6009,7 +6559,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -6049,7 +6604,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_error": { @@ -6110,7 +6670,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job": { @@ -6211,7 +6776,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6270,7 +6840,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_stats": { @@ -6352,7 +6927,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_activate": { @@ -6397,7 +6977,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_api_key_id": { @@ -6470,7 +7055,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_configuration": { @@ -6549,7 +7139,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_error": { @@ -6629,7 +7224,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_features": { @@ -6705,7 +7305,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering": { @@ -6790,7 +7395,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_validation": { @@ -6853,7 +7463,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_index_name": { @@ -6933,7 +7548,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_name": { @@ -7005,7 +7625,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_native": { @@ -7067,7 +7692,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_pipeline": { @@ -7140,7 +7770,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_scheduling": { @@ -7215,7 +7850,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_service_type": { @@ -7287,7 +7927,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_status": { @@ -7359,7 +8004,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_count": { @@ -7423,7 +8073,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7485,7 +8140,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_count": { @@ -7552,7 +8212,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7617,7 +8282,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_create/{id}": { @@ -7688,7 +8358,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7757,7 +8432,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_dangling/{index_uuid}": { @@ -7831,7 +8511,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7897,7 +8582,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_dangling": { @@ -7937,7 +8627,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc/{id}": { @@ -8112,7 +8807,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8181,7 +8881,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8250,7 +8955,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -8382,7 +9092,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8524,7 +9239,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_delete_by_query": { @@ -8968,7 +9688,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_delete_by_query/{task_id}/_rethrottle": { @@ -9015,7 +9740,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}": { @@ -9077,7 +9807,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9113,7 +9848,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9149,7 +9889,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9204,7 +9949,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}": { @@ -9229,7 +9979,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9301,7 +10056,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9346,7 +10106,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}/_execute": { @@ -9411,7 +10176,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy": { @@ -9433,7 +10203,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/_stats": { @@ -9497,7 +10272,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/{id}": { @@ -9554,7 +10334,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9589,7 +10374,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/status/{id}": { @@ -9660,7 +10450,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_eql/search": { @@ -9713,7 +10508,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9764,7 +10564,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/async": { @@ -9905,7 +10710,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/async/{id}": { @@ -9986,7 +10796,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10025,7 +10840,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/async/{id}/stop": { @@ -10075,7 +10895,12 @@ } }, "x-state": "Generally available; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries/{id}": { @@ -10147,7 +10972,12 @@ } }, "x-state": "Technical preview; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries": { @@ -10182,7 +11012,12 @@ } }, "x-state": "Technical preview; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -10312,7 +11147,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_source/{id}": { @@ -10454,7 +11294,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -10590,7 +11435,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_explain/{id}": { @@ -10654,7 +11504,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10716,7 +11571,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features": { @@ -10773,7 +11633,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features/_reset": { @@ -10826,7 +11691,12 @@ } }, "x-state": "Technical preview; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -10872,7 +11742,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10916,7 +11791,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_field_caps": { @@ -10965,7 +11845,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11012,7 +11897,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_fleet/global_checkpoints": { @@ -11114,7 +12004,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] } }, "/_fleet/_fleet_msearch": { @@ -11175,7 +12070,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11234,7 +12134,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] } }, "/{index}/_fleet/_fleet_msearch": { @@ -11298,7 +12203,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11360,7 +12270,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] } }, "/{index}/_fleet/_fleet_search": { @@ -11514,7 +12429,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11666,7 +12586,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch, fleet" + "x-metaTags": [ + { + "content": "elasticsearch, fleet", + "name": "x-product-feature" + } + ] } }, "/_script_context": { @@ -11701,7 +12626,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_script_language": { @@ -11743,7 +12673,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -11778,7 +12713,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11811,7 +12751,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_health_report": { @@ -11839,7 +12784,12 @@ } }, "x-state": "Generally available; Added in 8.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_health_report/{feature}": { @@ -11870,7 +12820,12 @@ } }, "x-state": "Generally available; Added in 8.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/policy/{policy}": { @@ -11898,7 +12853,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -11983,7 +12943,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12044,7 +13009,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ilm/explain": { @@ -12128,7 +13098,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/policy": { @@ -12153,7 +13128,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/status": { @@ -12191,7 +13171,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/migrate_to_data_tiers": { @@ -12319,7 +13304,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/move/{index}": { @@ -12395,7 +13385,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ilm/remove": { @@ -12453,7 +13448,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_ilm/retry": { @@ -12490,7 +13490,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/start": { @@ -12542,7 +13547,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/stop": { @@ -12594,7 +13604,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -12662,7 +13677,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -12785,7 +13805,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12902,7 +13927,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -12931,7 +13961,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12958,7 +13993,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -12990,7 +14030,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13020,7 +14065,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_cancel": { @@ -13057,7 +14107,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cache/clear": { @@ -13100,7 +14155,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_cache/clear": { @@ -13146,7 +14206,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_clone/{target}": { @@ -13183,7 +14248,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13218,7 +14288,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_close": { @@ -13340,7 +14415,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -13460,7 +14540,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13582,7 +14667,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13667,7 +14757,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -13758,7 +14853,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -13792,7 +14892,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13847,7 +14952,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13902,7 +15012,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_create_from/{source}/{dest}": { @@ -13930,7 +15045,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13956,7 +15076,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_stats": { @@ -13978,7 +15103,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_stats": { @@ -14003,7 +15133,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias/{name}": { @@ -14040,7 +15175,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14072,7 +15212,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14104,7 +15249,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14133,7 +15283,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14168,7 +15323,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -14202,7 +15362,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14234,7 +15399,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14263,7 +15433,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -14351,7 +15526,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14459,7 +15639,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14534,7 +15719,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_options": { @@ -14602,7 +15792,12 @@ } }, "x-state": "Generally available; Added in 8.19.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14681,7 +15876,12 @@ } }, "x-state": "Generally available; Added in 8.19.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14752,7 +15952,12 @@ } }, "x-state": "Generally available; Added in 8.19.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/{name}": { @@ -14786,7 +15991,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14818,7 +16028,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14850,7 +16065,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14905,7 +16125,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14966,7 +16191,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template/{name}": { @@ -15002,7 +16232,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15042,7 +16277,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15082,7 +16322,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -15138,7 +16383,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -15203,7 +16453,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_disk_usage": { @@ -15290,7 +16545,12 @@ } }, "x-state": "Technical preview; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_downsample/{target_index}": { @@ -15353,7 +16613,12 @@ } }, "x-state": "Technical preview; Added in 8.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -15387,7 +16652,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -15419,7 +16689,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -15503,7 +16778,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_field_usage_stats": { @@ -15586,7 +16866,12 @@ } }, "x-state": "Technical preview; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_flush": { @@ -15620,7 +16905,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15652,7 +16942,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_flush": { @@ -15689,7 +16984,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15724,7 +17024,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_forcemerge": { @@ -15768,7 +17073,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_forcemerge": { @@ -15815,7 +17125,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -15846,7 +17161,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -15880,7 +17200,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_lifecycle/stats": { @@ -15937,7 +17262,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -15968,7 +17298,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_mappings": { @@ -16033,7 +17368,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16138,7 +17478,12 @@ } }, "x-state": "Generally available; Added in 9.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_settings": { @@ -16203,7 +17548,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16313,7 +17663,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping/field/{fields}": { @@ -16347,7 +17702,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping/field/{fields}": { @@ -16384,7 +17744,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -16415,7 +17780,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -16449,7 +17819,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -16486,7 +17861,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16531,7 +17911,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16576,7 +17961,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_status": { @@ -16661,7 +18051,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -16701,7 +18096,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16749,7 +18149,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -16792,7 +18197,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16843,7 +18253,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -16889,7 +18304,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -16932,7 +18352,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template": { @@ -16965,7 +18390,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex": { @@ -17005,7 +18435,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_migrate/{name}": { @@ -17062,7 +18497,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_modify": { @@ -17114,7 +18554,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_open": { @@ -17229,7 +18674,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_promote/{name}": { @@ -17276,7 +18726,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_recovery": { @@ -17301,7 +18756,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_recovery": { @@ -17329,7 +18789,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -17357,7 +18822,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17383,7 +18853,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -17414,7 +18889,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17443,7 +18923,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_reload_search_analyzers": { @@ -17481,7 +18966,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17517,7 +19007,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/cluster": { @@ -17551,7 +19046,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/cluster/{name}": { @@ -17588,7 +19088,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/index/{name}": { @@ -17686,7 +19191,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -17726,7 +19236,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover/{new_index}": { @@ -17769,7 +19284,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_segments": { @@ -17797,7 +19317,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_segments": { @@ -17828,7 +19353,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_shard_stores": { @@ -17859,7 +19389,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shard_stores": { @@ -17893,7 +19428,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shrink/{target}": { @@ -17930,7 +19470,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17965,7 +19510,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate_index/{name}": { @@ -18062,7 +19612,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate": { @@ -18096,7 +19651,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -18133,7 +19693,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_split/{target}": { @@ -18170,7 +19735,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18205,7 +19775,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats": { @@ -18251,7 +19826,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats/{metric}": { @@ -18300,7 +19880,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_stats": { @@ -18349,7 +19934,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_stats/{metric}": { @@ -18401,7 +19991,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -18472,7 +20067,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -18530,7 +20130,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18586,7 +20191,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_validate/query": { @@ -18647,7 +20257,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18706,7 +20321,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_inference/chat_completion/{inference_id}/_stream": { @@ -18786,7 +20406,12 @@ } }, "x-state": "Generally available; Added in 8.18.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/completion/{inference_id}": { @@ -18877,7 +20502,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{inference_id}": { @@ -18898,7 +20528,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18921,7 +20556,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18947,7 +20587,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18972,7 +20617,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{inference_id}": { @@ -18996,7 +20646,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -19022,7 +20677,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19051,7 +20711,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -19079,7 +20744,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference": { @@ -19095,7 +20765,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{alibabacloud_inference_id}": { @@ -19192,7 +20867,12 @@ } }, "x-state": "Generally available; Added in 8.16.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{amazonbedrock_inference_id}": { @@ -19279,7 +20959,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{anthropic_inference_id}": { @@ -19360,7 +21045,12 @@ } }, "x-state": "Generally available; Added in 8.16.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{azureaistudio_inference_id}": { @@ -19447,7 +21137,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{azureopenai_inference_id}": { @@ -19534,7 +21229,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{cohere_inference_id}": { @@ -19621,7 +21321,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{deepseek_inference_id}": { @@ -19693,7 +21398,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{elasticsearch_inference_id}": { @@ -19806,7 +21516,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{elser_inference_id}": { @@ -19897,7 +21612,12 @@ }, "deprecated": true, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{googleaistudio_inference_id}": { @@ -19976,7 +21696,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{googlevertexai_inference_id}": { @@ -20063,7 +21788,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{huggingface_inference_id}": { @@ -20150,7 +21880,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{jinaai_inference_id}": { @@ -20237,7 +21972,12 @@ } }, "x-state": "Generally available; Added in 8.18.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{mistral_inference_id}": { @@ -20315,7 +22055,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{openai_inference_id}": { @@ -20402,7 +22147,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{voyageai_inference_id}": { @@ -20489,7 +22239,12 @@ } }, "x-state": "Generally available; Added in 8.19.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{watsonx_inference_id}": { @@ -20564,7 +22319,12 @@ } }, "x-state": "Generally available; Added in 8.16.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/rerank/{inference_id}": { @@ -20681,7 +22441,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/sparse_embedding/{inference_id}": { @@ -20772,7 +22537,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/completion/{inference_id}/_stream": { @@ -20847,7 +22617,12 @@ } }, "x-state": "Generally available; Added in 8.16.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/text_embedding/{inference_id}": { @@ -20938,7 +22713,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{inference_id}/_update": { @@ -20963,7 +22743,12 @@ } }, "x-state": "Generally available; Added in 8.17.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{inference_id}/_update": { @@ -20991,7 +22776,12 @@ } }, "x-state": "Generally available; Added in 8.17.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/": { @@ -21045,7 +22835,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -21063,7 +22858,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/geoip/database/{id}": { @@ -21085,7 +22885,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21162,7 +22967,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21217,7 +23027,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/ip_location/database/{id}": { @@ -21239,7 +23054,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21310,7 +23130,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21365,7 +23190,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}": { @@ -21397,7 +23227,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21517,7 +23352,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21576,7 +23416,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/geoip/stats": { @@ -21619,7 +23464,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/geoip/database": { @@ -21636,7 +23486,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/ip_location/database": { @@ -21653,7 +23508,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -21682,7 +23542,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/processor/grok": { @@ -21720,7 +23585,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/_simulate": { @@ -21745,7 +23615,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21768,7 +23643,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}/_simulate": { @@ -21796,7 +23676,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21822,7 +23707,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -21882,7 +23772,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21911,7 +23806,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21940,7 +23840,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21988,7 +23893,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/basic_status": { @@ -22026,7 +23936,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/trial_status": { @@ -22064,7 +23979,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/start_basic": { @@ -22160,7 +24080,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/start_trial": { @@ -22240,7 +24165,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline/{id}": { @@ -22266,7 +24196,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22318,7 +24253,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22353,7 +24293,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline": { @@ -22374,7 +24319,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_mget": { @@ -22420,7 +24370,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22464,7 +24419,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -22513,7 +24473,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22560,7 +24525,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/deprecations": { @@ -22577,7 +24547,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_migration/deprecations": { @@ -22599,7 +24574,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/system_features": { @@ -22644,7 +24624,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22689,7 +24674,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/cache/_clear": { @@ -22740,7 +24730,12 @@ } }, "x-state": "Generally available; Added in 8.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_close": { @@ -22845,7 +24840,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}": { @@ -22876,7 +24876,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22949,7 +24954,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22978,7 +24988,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23019,7 +25034,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}/events/{event_id}": { @@ -23072,7 +25092,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}/jobs/{job_id}": { @@ -23136,7 +25161,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23204,7 +25234,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}": { @@ -23238,7 +25273,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -23388,7 +25428,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23449,7 +25494,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}": { @@ -23477,7 +25527,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -23688,7 +25743,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23739,7 +25799,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/_delete_expired_data/{job_id}": { @@ -23770,7 +25835,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/_delete_expired_data": { @@ -23798,7 +25868,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters/{filter_id}": { @@ -23826,7 +25901,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -23909,7 +25989,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23950,7 +26035,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_forecast": { @@ -24057,7 +26147,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -24083,7 +26178,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_forecast/{forecast_id}": { @@ -24114,7 +26214,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}": { @@ -24142,7 +26247,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -24384,7 +26494,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -24461,7 +26576,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}": { @@ -24507,7 +26627,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -24551,7 +26676,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -24603,7 +26733,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}": { @@ -24646,7 +26781,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -24755,7 +26895,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -24816,7 +26961,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/model_aliases/{model_alias}": { @@ -24874,7 +27024,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -24926,7 +27081,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/_estimate_model_memory": { @@ -24999,7 +27159,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/_evaluate": { @@ -25103,7 +27268,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/_explain": { @@ -25123,7 +27293,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25141,7 +27316,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_explain": { @@ -25166,7 +27346,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25189,7 +27374,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_flush": { @@ -25322,7 +27512,12 @@ }, "deprecated": true, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/buckets/{timestamp}": { @@ -25377,7 +27572,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25430,7 +27630,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/buckets": { @@ -25482,7 +27687,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25532,7 +27742,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}/events": { @@ -25634,7 +27849,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25708,7 +27928,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars": { @@ -25736,7 +27961,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25762,7 +27992,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/categories/{category_id}": { @@ -25799,7 +28034,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25834,7 +28074,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/categories": { @@ -25868,7 +28113,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -25900,7 +28150,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics": { @@ -25931,7 +28186,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/_stats": { @@ -25962,7 +28222,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_stats": { @@ -25996,7 +28261,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_stats": { @@ -26021,7 +28291,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_stats": { @@ -26043,7 +28318,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds": { @@ -26068,7 +28348,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters": { @@ -26093,7 +28378,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/influencers": { @@ -26142,7 +28432,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -26189,7 +28484,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/_stats": { @@ -26211,7 +28511,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_stats": { @@ -26236,7 +28541,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors": { @@ -26261,7 +28571,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/memory/_stats": { @@ -26286,7 +28601,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/memory/{node_id}/_stats": { @@ -26314,7 +28634,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_upgrade/_stats": { @@ -26387,7 +28712,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/model_snapshots": { @@ -26430,7 +28760,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -26471,7 +28806,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/overall_buckets": { @@ -26517,7 +28857,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -26561,7 +28906,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/records": { @@ -26610,7 +28960,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -26657,7 +29012,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models": { @@ -26697,7 +29057,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/_stats": { @@ -26728,7 +29093,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/_stats": { @@ -26756,7 +29126,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/_infer": { @@ -26847,7 +29222,12 @@ } }, "x-state": "Generally available; Added in 8.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/info": { @@ -26891,7 +29271,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_open": { @@ -26976,7 +29361,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_data": { @@ -27117,7 +29507,12 @@ }, "deprecated": true, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/_preview": { @@ -27137,7 +29532,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -27155,7 +29555,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_preview": { @@ -27180,7 +29585,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -27203,7 +29613,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_preview": { @@ -27234,7 +29649,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -27263,7 +29683,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_preview": { @@ -27291,7 +29716,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -27317,7 +29747,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/definition/{part}": { @@ -27400,7 +29835,12 @@ } }, "x-state": "Generally available; Added in 8.0.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/vocabulary": { @@ -27481,7 +29921,12 @@ } }, "x-state": "Generally available; Added in 8.0.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_reset": { @@ -27538,7 +29983,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_revert": { @@ -27626,7 +30076,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/set_upgrade_mode": { @@ -27672,7 +30127,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_start": { @@ -27731,7 +30191,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_start": { @@ -27837,7 +30302,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/_start": { @@ -27976,7 +30446,12 @@ } }, "x-state": "Generally available; Added in 8.0.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_stop": { @@ -28051,7 +30526,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_stop": { @@ -28156,7 +30636,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/_stop": { @@ -28221,7 +30706,12 @@ } }, "x-state": "Generally available; Added in 8.0.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_update": { @@ -28344,7 +30834,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_update": { @@ -28558,7 +31053,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters/{filter_id}/_update": { @@ -28650,7 +31150,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_update": { @@ -28858,7 +31363,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_update": { @@ -28945,7 +31455,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/_update": { @@ -29025,7 +31540,12 @@ } }, "x-state": "Generally available; Added in 8.6.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_upgrade": { @@ -29106,7 +31626,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_msearch": { @@ -29167,7 +31692,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29226,7 +31756,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -29290,7 +31825,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29352,7 +31892,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -29393,7 +31938,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29432,7 +31982,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch/template": { @@ -29476,7 +32031,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29518,7 +32078,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -29576,7 +32141,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29632,7 +32202,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -29693,7 +32268,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29752,7 +32332,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/_repositories_metering/{max_archive_version}": { @@ -29800,7 +32385,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/_repositories_metering": { @@ -29837,7 +32427,12 @@ } }, "x-state": "Technical preview; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/hot_threads": { @@ -29877,7 +32472,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/hot_threads": { @@ -29920,7 +32520,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes": { @@ -29945,7 +32550,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}": { @@ -29973,7 +32583,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{metric}": { @@ -30001,7 +32616,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/{metric}": { @@ -30032,7 +32652,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/reload_secure_settings": { @@ -30057,7 +32682,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/reload_secure_settings": { @@ -30085,7 +32715,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats": { @@ -30131,7 +32766,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats": { @@ -30180,7 +32820,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}": { @@ -30229,7 +32874,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}": { @@ -30281,7 +32931,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}/{index_metric}": { @@ -30333,7 +32988,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}/{index_metric}": { @@ -30388,7 +33048,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/usage": { @@ -30410,7 +33075,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/usage": { @@ -30435,7 +33105,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/usage/{metric}": { @@ -30460,7 +33135,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/usage/{metric}": { @@ -30488,7 +33168,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -30628,7 +33313,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}/{context}": { @@ -30669,7 +33359,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30708,7 +33403,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -30766,7 +33466,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -30866,7 +33571,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -30912,7 +33622,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}": { @@ -30955,7 +33670,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -31036,7 +33756,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -31071,7 +33796,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -31138,7 +33868,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_test": { @@ -31224,7 +33959,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -31258,7 +33998,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31290,7 +34035,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rank_eval": { @@ -31327,7 +34077,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31362,7 +34117,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -31637,7 +34397,12 @@ } }, "x-state": "Generally available; Added in 2.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex/{task_id}/_rethrottle": { @@ -31695,7 +34460,12 @@ } }, "x-state": "Generally available; Added in 2.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -31715,7 +34485,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31733,7 +34508,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -31758,7 +34538,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31781,7 +34566,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job/{id}": { @@ -31804,7 +34594,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -31901,7 +34696,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -31957,7 +34757,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job": { @@ -31975,7 +34780,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/data/{id}": { @@ -31998,7 +34808,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/data": { @@ -32016,7 +34831,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rollup/data": { @@ -32063,7 +34883,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rollup_search": { @@ -32099,7 +34924,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32133,7 +34963,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job/{id}/_start": { @@ -32185,7 +35020,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job/{id}/_stop": { @@ -32251,7 +35091,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/painless/_execute": { @@ -32271,7 +35116,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32289,7 +35139,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -32447,7 +35302,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32603,7 +35463,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -32764,7 +35629,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32923,7 +35793,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -32966,7 +35841,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -33035,7 +35915,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -33070,7 +35955,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -33092,7 +35982,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -33127,7 +36022,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -33163,7 +36063,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics": { @@ -33180,7 +36085,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application": { @@ -33257,7 +36167,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{collection_name}/event/{event_type}": { @@ -33346,7 +36261,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_render_query": { @@ -33412,7 +36332,12 @@ } }, "x-state": "Technical preview; Added in 8.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_search": { @@ -33440,7 +36365,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33466,7 +36396,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mvt/{field}/{zoom}/{x}/{y}": { @@ -33528,7 +36463,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33588,7 +36528,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search_shards": { @@ -33628,7 +36573,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33666,7 +36616,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search_shards": { @@ -33709,7 +36664,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33750,7 +36710,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -33815,7 +36780,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33878,7 +36848,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search/template": { @@ -33946,7 +36921,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34012,7 +36992,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_searchable_snapshots/cache/stats": { @@ -34038,7 +37023,12 @@ } }, "x-state": "Technical preview; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_searchable_snapshots/{node_id}/cache/stats": { @@ -34067,7 +37057,12 @@ } }, "x-state": "Technical preview; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_searchable_snapshots/cache/clear": { @@ -34099,7 +37094,12 @@ } }, "x-state": "Technical preview; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_searchable_snapshots/cache/clear": { @@ -34134,7 +37134,12 @@ } }, "x-state": "Technical preview; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/{snapshot}/_mount": { @@ -34261,7 +37266,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_searchable_snapshots/stats": { @@ -34283,7 +37293,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_searchable_snapshots/stats": { @@ -34308,7 +37323,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/_activate": { @@ -34374,7 +37394,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -34467,7 +37492,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -34484,7 +37514,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34595,7 +37630,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -34694,7 +37734,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/_bulk_update": { @@ -34797,7 +37842,12 @@ } }, "x-state": "Generally available; Added in 8.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}/_password": { @@ -34825,7 +37875,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34851,7 +37906,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_password": { @@ -34876,7 +37936,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34899,7 +37964,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{ids}/_clear_cache": { @@ -34955,7 +38025,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/{application}/_clear_cache": { @@ -35011,7 +38086,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/realm/{realms}/_clear_cache": { @@ -35084,7 +38164,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}/_clear_cache": { @@ -35140,7 +38225,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential/token/{name}/_clear_cache": { @@ -35222,7 +38312,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -35351,7 +38446,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35378,7 +38478,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35405,7 +38510,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35534,7 +38644,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/cross_cluster/api_key": { @@ -35627,7 +38742,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential/token/{name}": { @@ -35662,7 +38782,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35695,7 +38820,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35781,7 +38911,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential/token": { @@ -35813,7 +38948,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/delegate_pki": { @@ -35897,7 +39037,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/{application}/{name}": { @@ -35926,7 +39071,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35998,7 +39148,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}": { @@ -36020,7 +39175,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36050,7 +39210,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36080,7 +39245,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36140,7 +39310,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role_mapping/{name}": { @@ -36166,7 +39341,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36196,7 +39376,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36226,7 +39411,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36290,7 +39480,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}": { @@ -36315,7 +39510,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36341,7 +39541,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36367,7 +39572,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36427,7 +39637,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}/_disable": { @@ -36452,7 +39667,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36475,7 +39695,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_disable": { @@ -36500,7 +39725,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36523,7 +39753,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}/_enable": { @@ -36548,7 +39783,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36571,7 +39811,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_enable": { @@ -36596,7 +39841,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36619,7 +39869,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/enroll/kibana": { @@ -36662,7 +39917,12 @@ } }, "x-state": "Generally available; Added in 8.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/enroll/node": { @@ -36729,7 +39989,12 @@ } }, "x-state": "Generally available; Added in 8.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/_builtin": { @@ -36792,7 +40057,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege": { @@ -36813,7 +40083,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36840,7 +40115,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36867,7 +40147,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/{application}": { @@ -36893,7 +40178,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role_mapping": { @@ -36914,7 +40204,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}": { @@ -36943,7 +40238,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}": { @@ -36969,7 +40269,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service": { @@ -36990,7 +40295,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential": { @@ -37071,7 +40381,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/settings": { @@ -37123,7 +40438,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -37202,7 +40522,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oauth2/token": { @@ -37316,7 +40641,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -37423,7 +40753,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user": { @@ -37445,7 +40780,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_privileges": { @@ -37565,7 +40905,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}": { @@ -37664,7 +41009,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/grant": { @@ -37758,7 +41108,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_has_privileges": { @@ -37782,7 +41137,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37804,7 +41164,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{user}/_has_privileges": { @@ -37833,7 +41198,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37860,7 +41230,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/_has_privileges": { @@ -37884,7 +41259,12 @@ } }, "x-state": "Generally available; Added in 8.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37906,7 +41286,12 @@ } }, "x-state": "Generally available; Added in 8.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/authenticate": { @@ -37999,7 +41384,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/logout": { @@ -38067,7 +41457,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/prepare": { @@ -38167,7 +41562,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -38202,7 +41602,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38235,7 +41640,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/role": { @@ -38255,7 +41665,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38273,7 +41688,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/user": { @@ -38298,7 +41718,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38321,7 +41746,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/saml/authenticate": { @@ -38417,7 +41847,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/saml/complete_logout": { @@ -38484,7 +41919,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/saml/invalidate": { @@ -38570,7 +42010,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/saml/logout": { @@ -38642,7 +42087,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/saml/prepare": { @@ -38730,7 +42180,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/saml/metadata/{realm_name}": { @@ -38782,7 +42237,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/_suggest": { @@ -38807,7 +42267,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38830,7 +42295,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{id}": { @@ -38919,7 +42389,12 @@ } }, "x-state": "Generally available; Added in 8.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/cross_cluster/api_key/{id}": { @@ -39005,7 +42480,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_data": { @@ -39039,7 +42519,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39071,7 +42556,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/shutdown": { @@ -39096,7 +42586,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39188,7 +42683,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39249,7 +42749,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/shutdown": { @@ -39271,7 +42776,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/_simulate": { @@ -39296,7 +42806,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39319,7 +42834,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/{index}/_simulate": { @@ -39347,7 +42867,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39373,7 +42898,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/policy/{policy_id}": { @@ -39401,7 +42931,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39495,7 +43030,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39550,7 +43090,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/policy/{policy_id}/_execute": { @@ -39621,7 +43166,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/_execute_retention": { @@ -39667,7 +43217,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/policy": { @@ -39692,7 +43247,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stats": { @@ -39791,7 +43351,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/status": { @@ -39851,7 +43416,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/start": { @@ -39903,7 +43473,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stop": { @@ -39949,7 +43524,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/_cleanup": { @@ -40024,7 +43604,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/{snapshot}/_clone/{target_snapshot}": { @@ -40118,7 +43703,12 @@ } }, "x-state": "Generally available; Added in 7.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/{snapshot}": { @@ -40354,7 +43944,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -40390,7 +43985,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40426,7 +44026,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -40488,7 +44093,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}": { @@ -40516,7 +44126,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -40552,7 +44167,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40588,7 +44208,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -40643,7 +44268,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot": { @@ -40668,7 +44298,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/_analyze": { @@ -40923,7 +44558,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/_verify_integrity": { @@ -41040,7 +44680,12 @@ } }, "x-state": "Technical preview; Added in 8.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/{snapshot}/_restore": { @@ -41197,7 +44842,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/_status": { @@ -41222,7 +44872,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/_status": { @@ -41250,7 +44905,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/{snapshot}/_status": { @@ -41281,7 +44941,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/_verify": { @@ -41354,7 +45019,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -41410,7 +45080,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/delete/{id}": { @@ -41447,7 +45122,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/{id}": { @@ -41561,7 +45241,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/status/{id}": { @@ -41628,7 +45313,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -41653,7 +45343,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41676,7 +45371,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -41696,7 +45396,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41714,7 +45419,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ssl/certificates": { @@ -41751,7 +45461,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -41831,7 +45546,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -41920,7 +45640,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -41955,7 +45680,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{set_id}/{rule_id}": { @@ -42009,7 +45739,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -42096,7 +45831,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -42158,7 +45898,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -42227,7 +45972,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/_cancel": { @@ -42258,7 +46008,12 @@ } }, "x-state": "Technical preview; Added in 2.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/{task_id}/_cancel": { @@ -42292,7 +46047,12 @@ } }, "x-state": "Technical preview; Added in 2.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/{task_id}": { @@ -42379,7 +46139,12 @@ } }, "x-state": "Technical preview; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks": { @@ -42491,7 +46256,12 @@ } }, "x-state": "Technical preview; Added in 2.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_terms_enum": { @@ -42516,7 +46286,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42539,7 +46314,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors/{id}": { @@ -42604,7 +46384,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42667,7 +46452,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -42729,7 +46519,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42789,7 +46584,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_field_structure": { @@ -43030,7 +46830,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_message_structure": { @@ -43085,7 +46890,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43138,7 +46948,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_structure": { @@ -43449,7 +47264,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/test_grok_pattern": { @@ -43478,7 +47298,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43505,7 +47330,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}": { @@ -43539,7 +47369,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -43659,7 +47494,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -43730,7 +47570,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -43761,7 +47606,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stats": { @@ -43859,7 +47709,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_preview": { @@ -43887,7 +47742,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43913,7 +47773,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -43938,7 +47803,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43961,7 +47831,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_reset": { @@ -44024,7 +47899,12 @@ } }, "x-state": "Generally available; Added in 8.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_schedule_now": { @@ -44077,7 +47957,12 @@ } }, "x-state": "Generally available; Added in 8.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_start": { @@ -44140,7 +48025,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stop": { @@ -44233,7 +48123,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_update": { @@ -44401,7 +48296,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_upgrade": { @@ -44472,7 +48372,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update/{id}": { @@ -44759,7 +48664,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -45227,7 +49137,12 @@ } }, "x-state": "Generally available; Added in 2.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_update_by_query/{task_id}/_rethrottle": { @@ -45285,7 +49200,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_ack": { @@ -45311,7 +49231,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45335,7 +49260,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_ack/{action_id}": { @@ -45364,7 +49294,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45391,7 +49326,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_activate": { @@ -45417,7 +49357,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45441,7 +49386,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_deactivate": { @@ -45467,7 +49417,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45491,7 +49446,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}": { @@ -45561,7 +49521,12 @@ } }, "x-state": "Generally available; Added in 5.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -45596,7 +49561,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45631,7 +49601,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -45688,7 +49663,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}/_execute": { @@ -45720,7 +49700,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45750,7 +49735,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/_execute": { @@ -45779,7 +49769,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45806,7 +49801,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/settings": { @@ -45856,7 +49856,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -45931,7 +49936,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_query/watches": { @@ -45951,7 +49961,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45969,7 +49984,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_start": { @@ -46011,7 +50031,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/stats": { @@ -46036,7 +50061,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/stats/{metric}": { @@ -46064,7 +50094,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_stop": { @@ -46106,7 +50141,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack": { @@ -46191,7 +50231,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack/usage": { @@ -46341,7 +50386,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } } }, diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 01348f91c6..df8f54a6c6 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -79,7 +79,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -114,7 +119,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_async_search/status/{id}": { @@ -178,7 +188,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_async_search": { @@ -329,7 +344,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_async_search": { @@ -483,7 +503,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_bulk": { @@ -545,7 +570,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -605,7 +635,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_bulk": { @@ -670,7 +705,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -733,7 +773,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases": { @@ -764,7 +809,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases/{name}": { @@ -798,7 +848,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates": { @@ -829,7 +884,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates/{name}": { @@ -863,7 +923,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count": { @@ -888,7 +953,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count/{index}": { @@ -916,7 +986,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat": { @@ -940,7 +1015,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices": { @@ -986,7 +1066,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices/{index}": { @@ -1035,7 +1120,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics": { @@ -1069,7 +1159,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics/{id}": { @@ -1106,7 +1201,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/datafeeds": { @@ -1137,7 +1237,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/datafeeds/{datafeed_id}": { @@ -1171,7 +1276,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/anomaly_detectors": { @@ -1205,7 +1315,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/anomaly_detectors/{job_id}": { @@ -1242,7 +1357,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/trained_models": { @@ -1282,7 +1402,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/trained_models/{model_id}": { @@ -1325,7 +1450,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms": { @@ -1362,7 +1492,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms/{transform_id}": { @@ -1402,7 +1537,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll": { @@ -1437,7 +1577,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1470,7 +1615,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -1492,7 +1642,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll/{scroll_id}": { @@ -1530,7 +1685,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1566,7 +1726,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -1593,7 +1758,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_pit": { @@ -1660,7 +1830,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template/{name}": { @@ -1697,7 +1872,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -1729,7 +1909,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1761,7 +1946,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -1816,7 +2006,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -1867,7 +2062,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template": { @@ -1901,7 +2101,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_info/{target}": { @@ -1961,7 +2166,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_check_in": { @@ -2011,7 +2221,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}": { @@ -2058,7 +2273,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -2080,7 +2300,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -2140,7 +2365,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector": { @@ -2251,7 +2481,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -2268,7 +2503,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -2331,7 +2571,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_cancel": { @@ -2376,7 +2621,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}": { @@ -2412,7 +2662,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -2452,7 +2707,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job": { @@ -2553,7 +2813,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -2612,7 +2877,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_activate": { @@ -2657,7 +2927,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_api_key_id": { @@ -2730,7 +3005,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_configuration": { @@ -2809,7 +3089,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_error": { @@ -2889,7 +3174,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering": { @@ -2974,7 +3264,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_validation": { @@ -3037,7 +3332,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_index_name": { @@ -3117,7 +3417,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_name": { @@ -3189,7 +3494,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_native": { @@ -3251,7 +3561,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_pipeline": { @@ -3324,7 +3639,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_scheduling": { @@ -3399,7 +3719,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_service_type": { @@ -3471,7 +3796,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_status": { @@ -3543,7 +3873,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_count": { @@ -3607,7 +3942,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -3669,7 +4009,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_count": { @@ -3736,7 +4081,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -3801,7 +4151,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_create/{id}": { @@ -3872,7 +4227,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -3941,7 +4301,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc/{id}": { @@ -4116,7 +4481,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4185,7 +4555,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4254,7 +4629,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4386,7 +4766,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -4528,7 +4913,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_delete_by_query": { @@ -4972,7 +5362,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}": { @@ -5034,7 +5429,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5070,7 +5470,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5106,7 +5511,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5161,7 +5571,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}": { @@ -5186,7 +5601,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5258,7 +5678,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5303,8 +5728,13 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" - } + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] + } }, "/_enrich/policy/{name}/_execute": { "put": { @@ -5368,7 +5798,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy": { @@ -5390,7 +5825,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/{id}": { @@ -5447,7 +5887,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5482,7 +5927,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/status/{id}": { @@ -5553,7 +6003,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_eql/search": { @@ -5606,7 +6061,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5657,7 +6117,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries/{id}": { @@ -5729,7 +6194,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries": { @@ -5764,7 +6234,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -5894,7 +6369,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_source/{id}": { @@ -6036,7 +6516,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -6172,7 +6657,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_explain/{id}": { @@ -6236,7 +6726,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6298,7 +6793,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -6344,7 +6844,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6388,7 +6893,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_field_caps": { @@ -6437,7 +6947,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6484,7 +6999,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -6519,7 +7039,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6552,7 +7077,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -6620,7 +7150,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -6743,7 +7278,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -6860,7 +7400,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -6889,7 +7434,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6916,7 +7466,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -6948,7 +7503,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6978,7 +7538,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -7098,7 +7663,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7220,7 +7790,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7305,7 +7880,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7396,7 +7976,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -7430,7 +8015,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7485,7 +8075,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7540,7 +8135,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias/{name}": { @@ -7577,7 +8177,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7609,7 +8214,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7641,7 +8251,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7670,7 +8285,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7705,7 +8325,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -7739,7 +8364,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7771,7 +8401,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7800,7 +8435,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/{name}": { @@ -7834,7 +8474,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7866,7 +8511,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7898,7 +8548,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7953,7 +8608,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8014,7 +8674,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -8048,7 +8713,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8080,7 +8750,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -8164,7 +8839,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -8195,7 +8875,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -8229,7 +8914,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -8317,7 +9007,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8425,7 +9120,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -8456,7 +9156,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_mappings": { @@ -8521,7 +9226,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8626,7 +9336,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_options": { @@ -8694,7 +9409,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8773,7 +9493,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_settings": { @@ -8838,7 +9563,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8948,7 +9678,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -8979,7 +9714,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -9013,7 +9753,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -9050,7 +9795,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9095,7 +9845,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9140,7 +9895,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -9180,7 +9940,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9228,7 +9993,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -9271,7 +10041,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9322,7 +10097,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -9368,7 +10148,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -9411,7 +10196,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_migrate/{name}": { @@ -9468,7 +10258,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_modify": { @@ -9520,7 +10315,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -9548,7 +10348,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9574,7 +10379,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -9605,7 +10415,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9634,7 +10449,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/index/{name}": { @@ -9732,7 +10552,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -9772,7 +10597,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover/{new_index}": { @@ -9815,7 +10645,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate_index/{name}": { @@ -9912,7 +10747,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate": { @@ -9946,7 +10786,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -9983,7 +10828,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -10054,7 +10904,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -10112,7 +10967,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10168,7 +11028,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_validate/query": { @@ -10229,7 +11094,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10288,7 +11158,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_inference/chat_completion/{inference_id}/_stream": { @@ -10368,7 +11243,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/completion/{inference_id}": { @@ -10459,7 +11339,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{inference_id}": { @@ -10480,7 +11365,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -10503,7 +11393,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10529,7 +11424,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10554,7 +11454,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{inference_id}": { @@ -10578,7 +11483,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -10604,7 +11514,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10633,7 +11548,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10661,7 +11581,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference": { @@ -10677,7 +11602,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{alibabacloud_inference_id}": { @@ -10774,7 +11704,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{amazonbedrock_inference_id}": { @@ -10861,7 +11796,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{anthropic_inference_id}": { @@ -10942,7 +11882,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{azureaistudio_inference_id}": { @@ -11029,7 +11974,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{azureopenai_inference_id}": { @@ -11116,7 +12066,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{cohere_inference_id}": { @@ -11203,7 +12158,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{deepseek_inference_id}": { @@ -11275,7 +12235,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{elasticsearch_inference_id}": { @@ -11388,7 +12353,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{elser_inference_id}": { @@ -11479,7 +12449,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{googleaistudio_inference_id}": { @@ -11558,7 +12533,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{googlevertexai_inference_id}": { @@ -11645,7 +12625,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{huggingface_inference_id}": { @@ -11732,7 +12717,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{jinaai_inference_id}": { @@ -11819,7 +12809,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{mistral_inference_id}": { @@ -11897,7 +12892,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{openai_inference_id}": { @@ -11984,7 +12984,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{voyageai_inference_id}": { @@ -12071,7 +13076,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{watsonx_inference_id}": { @@ -12146,7 +13156,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/rerank/{inference_id}": { @@ -12263,7 +13278,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/sparse_embedding/{inference_id}": { @@ -12354,7 +13374,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/text_embedding/{inference_id}": { @@ -12445,7 +13470,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/": { @@ -12499,7 +13529,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -12517,7 +13552,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}": { @@ -12549,7 +13589,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12669,7 +13714,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12728,7 +13778,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -12757,7 +13812,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/processor/grok": { @@ -12795,7 +13855,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/_simulate": { @@ -12820,7 +13885,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12843,7 +13913,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}/_simulate": { @@ -12871,7 +13946,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12897,7 +13977,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -12957,7 +14042,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline/{id}": { @@ -12983,7 +14073,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13035,7 +14130,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13070,7 +14170,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline": { @@ -13091,7 +14196,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_mget": { @@ -13137,7 +14247,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13181,7 +14296,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -13230,7 +14350,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13277,7 +14402,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_close": { @@ -13382,7 +14512,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}": { @@ -13413,7 +14548,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13486,7 +14626,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13515,7 +14660,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13556,7 +14706,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}/events/{event_id}": { @@ -13609,7 +14764,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}/jobs/{job_id}": { @@ -13673,7 +14833,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13741,7 +14906,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}": { @@ -13775,7 +14945,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13925,7 +15100,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13986,7 +15166,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}": { @@ -14014,7 +15199,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14225,7 +15415,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14276,7 +15471,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters/{filter_id}": { @@ -14304,7 +15504,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14387,7 +15592,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14428,7 +15638,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}": { @@ -14456,7 +15671,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14698,7 +15918,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14775,7 +16000,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}": { @@ -14818,7 +16048,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14927,7 +16162,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14988,7 +16228,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/model_aliases/{model_alias}": { @@ -15046,7 +16291,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -15098,7 +16348,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/_estimate_model_memory": { @@ -15171,7 +16426,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/_evaluate": { @@ -15275,7 +16535,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_flush": { @@ -15408,7 +16673,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars/{calendar_id}/events": { @@ -15510,7 +16780,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15584,7 +16859,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars": { @@ -15612,7 +16892,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15638,7 +16923,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics": { @@ -15669,7 +16959,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/_stats": { @@ -15700,7 +16995,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_stats": { @@ -15734,7 +17034,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_stats": { @@ -15759,7 +17064,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_stats": { @@ -15781,7 +17091,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds": { @@ -15806,7 +17121,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters": { @@ -15831,7 +17151,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/_stats": { @@ -15853,7 +17178,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_stats": { @@ -15878,7 +17208,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors": { @@ -15903,7 +17238,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/results/overall_buckets": { @@ -15949,7 +17289,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15993,7 +17338,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models": { @@ -16033,7 +17383,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/_stats": { @@ -16064,7 +17419,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/_stats": { @@ -16092,7 +17452,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/_infer": { @@ -16183,7 +17548,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_open": { @@ -16268,7 +17638,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/_preview": { @@ -16288,7 +17663,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16306,7 +17686,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_preview": { @@ -16331,7 +17716,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16354,7 +17744,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_preview": { @@ -16385,7 +17780,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16414,7 +17814,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_preview": { @@ -16442,7 +17847,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16468,7 +17878,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/definition/{part}": { @@ -16551,7 +17966,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/vocabulary": { @@ -16632,7 +18052,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_reset": { @@ -16689,7 +18114,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_start": { @@ -16748,7 +18178,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_start": { @@ -16854,7 +18289,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/_start": { @@ -16983,7 +18423,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_stop": { @@ -17058,7 +18503,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_stop": { @@ -17163,7 +18613,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/_stop": { @@ -17228,7 +18683,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/data_frame/analytics/{id}/_update": { @@ -17351,7 +18811,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/{datafeed_id}/_update": { @@ -17565,7 +19030,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters/{filter_id}/_update": { @@ -17657,7 +19127,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_update": { @@ -17865,7 +19340,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models/{model_id}/deployment/_update": { @@ -17945,7 +19425,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_msearch": { @@ -18006,7 +19491,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18065,7 +19555,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -18129,7 +19624,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18191,7 +19691,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -18232,7 +19737,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18271,7 +19781,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch/template": { @@ -18315,7 +19830,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18357,7 +19877,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -18415,7 +19940,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18471,7 +20001,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -18532,7 +20067,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18591,7 +20131,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -18731,7 +20276,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}/{context}": { @@ -18772,7 +20322,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18811,7 +20366,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -18869,7 +20429,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18969,7 +20534,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -19015,7 +20585,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}": { @@ -19058,7 +20633,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -19139,7 +20719,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -19174,7 +20759,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -19241,7 +20831,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_test": { @@ -19327,7 +20922,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -19361,7 +20961,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19393,7 +20998,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rank_eval": { @@ -19430,7 +21040,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19465,7 +21080,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -19740,7 +21360,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -19760,7 +21385,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19778,7 +21408,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -19803,7 +21438,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19826,7 +21466,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/painless/_execute": { @@ -19846,7 +21491,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19864,7 +21514,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -20022,7 +21677,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20178,7 +21838,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -20339,7 +22004,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20498,7 +22168,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -20541,7 +22216,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20610,7 +22290,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20645,7 +22330,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -20667,7 +22357,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20702,7 +22397,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20738,7 +22438,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics": { @@ -20755,7 +22460,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application": { @@ -20832,7 +22542,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_search": { @@ -20860,7 +22575,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20886,7 +22606,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mvt/{field}/{zoom}/{x}/{y}": { @@ -20948,7 +22673,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21008,7 +22738,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -21073,7 +22808,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21136,7 +22876,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search/template": { @@ -21204,7 +22949,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21270,7 +23020,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -21363,7 +23118,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -21492,7 +23252,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21519,7 +23284,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21546,7 +23316,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21675,7 +23450,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}": { @@ -21697,7 +23477,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21727,7 +23512,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21757,7 +23547,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21817,7 +23612,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/_builtin": { @@ -21871,7 +23671,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -21888,7 +23693,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_has_privileges": { @@ -21912,7 +23722,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21934,7 +23749,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{user}/_has_privileges": { @@ -21963,7 +23783,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21990,7 +23815,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -22025,7 +23855,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22058,7 +23893,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/role": { @@ -22078,7 +23918,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22096,7 +23941,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{id}": { @@ -22185,7 +24035,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -22241,7 +24096,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/delete/{id}": { @@ -22278,7 +24138,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/{id}": { @@ -22392,7 +24257,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/status/{id}": { @@ -22459,7 +24329,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -22484,7 +24359,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22507,7 +24387,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -22527,7 +24412,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22545,7 +24435,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -22625,7 +24520,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22704,7 +24604,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22739,7 +24644,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{set_id}/{rule_id}": { @@ -22793,7 +24703,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22870,7 +24785,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22922,7 +24842,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -22991,7 +24916,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/{task_id}": { @@ -23078,7 +25008,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_terms_enum": { @@ -23103,7 +25038,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23126,7 +25066,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors/{id}": { @@ -23191,7 +25136,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23254,7 +25204,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -23316,7 +25271,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23376,7 +25336,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}": { @@ -23410,7 +25375,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -23530,7 +25500,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23601,7 +25576,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -23632,7 +25612,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stats": { @@ -23730,7 +25715,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_preview": { @@ -23758,7 +25748,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23784,7 +25779,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -23809,7 +25809,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23832,7 +25837,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_reset": { @@ -23895,7 +25905,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_schedule_now": { @@ -23948,7 +25963,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_start": { @@ -24011,7 +26031,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stop": { @@ -24104,7 +26129,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_update": { @@ -24272,7 +26302,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update/{id}": { @@ -24559,7 +26594,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -25027,7 +27067,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } } },