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 a9e7d1458c..22c6a6bceb 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}": { @@ -8102,7 +8797,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8171,7 +8871,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8240,7 +8945,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -8372,7 +9082,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8514,7 +9229,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_delete_by_query": { @@ -8958,7 +9678,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": { @@ -9005,7 +9730,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}": { @@ -9067,7 +9797,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9103,7 +9838,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9139,7 +9879,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9194,7 +9939,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}": { @@ -9219,7 +9969,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9291,7 +10046,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9336,7 +10096,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": { @@ -9401,7 +10166,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy": { @@ -9423,7 +10193,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/_stats": { @@ -9487,7 +10262,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}": { @@ -9544,7 +10324,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9579,7 +10364,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}": { @@ -9650,7 +10440,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": { @@ -9703,7 +10498,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9754,7 +10554,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/async": { @@ -9895,7 +10700,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}": { @@ -9976,7 +10786,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10015,7 +10830,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": { @@ -10065,7 +10885,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}": { @@ -10137,7 +10962,12 @@ } }, "x-state": "Technical preview; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries": { @@ -10172,7 +11002,12 @@ } }, "x-state": "Technical preview; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -10302,7 +11137,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}": { @@ -10444,7 +11284,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -10580,7 +11425,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}": { @@ -10644,7 +11494,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10706,7 +11561,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features": { @@ -10763,7 +11623,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features/_reset": { @@ -10816,7 +11681,12 @@ } }, "x-state": "Technical preview; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -10862,7 +11732,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10906,7 +11781,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": { @@ -10955,7 +11835,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11002,7 +11887,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": { @@ -11104,7 +11994,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": { @@ -11165,7 +12060,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": [ @@ -11224,7 +12124,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": { @@ -11288,7 +12193,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": [ @@ -11350,7 +12260,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": { @@ -11504,7 +12419,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": [ @@ -11656,7 +12576,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": { @@ -11691,7 +12616,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_script_language": { @@ -11733,7 +12663,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -11768,7 +12703,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11801,7 +12741,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_health_report": { @@ -11829,7 +12774,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}": { @@ -11860,7 +12810,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}": { @@ -11888,7 +12843,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -11973,7 +12933,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12034,7 +12999,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": { @@ -12118,7 +13088,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/policy": { @@ -12143,7 +13118,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/status": { @@ -12181,7 +13161,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": { @@ -12309,7 +13294,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}": { @@ -12385,7 +13375,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": { @@ -12443,7 +13438,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": { @@ -12480,7 +13480,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/start": { @@ -12532,7 +13537,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/stop": { @@ -12584,7 +13594,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -12652,7 +13667,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -12775,7 +13795,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12892,7 +13917,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -12921,7 +13951,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12948,7 +13983,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -12980,7 +14020,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13010,7 +14055,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_cancel": { @@ -13047,7 +14097,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cache/clear": { @@ -13090,7 +14145,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_cache/clear": { @@ -13136,7 +14196,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_clone/{target}": { @@ -13173,7 +14238,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13208,7 +14278,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_close": { @@ -13330,7 +14405,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -13450,7 +14530,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13572,7 +14657,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13657,7 +14747,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -13748,7 +14843,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -13782,7 +14882,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13837,7 +14942,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13892,7 +15002,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}": { @@ -13920,7 +15035,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13946,7 +15066,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": { @@ -13968,7 +15093,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": { @@ -13993,7 +15123,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}": { @@ -14030,7 +15165,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14062,7 +15202,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14094,7 +15239,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14123,7 +15273,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14158,7 +15313,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -14192,7 +15352,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14224,7 +15389,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14253,7 +15423,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -14341,7 +15516,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14449,7 +15629,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14524,7 +15709,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": { @@ -14592,7 +15782,12 @@ } }, "x-state": "Generally available; Added in 8.19.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14671,7 +15866,12 @@ } }, "x-state": "Generally available; Added in 8.19.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14742,7 +15942,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}": { @@ -14776,7 +15981,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14808,7 +16018,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14840,7 +16055,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14895,7 +16115,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14956,7 +16181,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template/{name}": { @@ -14992,7 +16222,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15032,7 +16267,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15072,7 +16312,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -15128,7 +16373,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -15193,7 +16443,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_disk_usage": { @@ -15280,7 +16535,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}": { @@ -15343,7 +16603,12 @@ } }, "x-state": "Technical preview; Added in 8.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -15377,7 +16642,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -15409,7 +16679,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -15493,7 +16768,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": { @@ -15576,7 +16856,12 @@ } }, "x-state": "Technical preview; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_flush": { @@ -15610,7 +16895,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15642,7 +16932,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_flush": { @@ -15679,7 +16974,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15714,7 +17014,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_forcemerge": { @@ -15758,7 +17063,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_forcemerge": { @@ -15805,7 +17115,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -15836,7 +17151,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -15870,7 +17190,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_lifecycle/stats": { @@ -15927,7 +17252,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -15958,7 +17288,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}/_settings": { @@ -16023,7 +17358,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16133,7 +17473,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}": { @@ -16167,7 +17512,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping/field/{fields}": { @@ -16204,7 +17554,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -16235,7 +17590,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -16269,7 +17629,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -16306,7 +17671,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16351,7 +17721,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16396,7 +17771,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_status": { @@ -16481,7 +17861,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -16521,7 +17906,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16569,7 +17959,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -16612,7 +18007,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16663,7 +18063,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -16709,7 +18114,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -16752,7 +18162,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template": { @@ -16785,7 +18200,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex": { @@ -16825,7 +18245,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}": { @@ -16882,7 +18307,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": { @@ -16934,7 +18364,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_open": { @@ -17049,7 +18484,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_promote/{name}": { @@ -17096,7 +18536,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_recovery": { @@ -17121,7 +18566,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_recovery": { @@ -17149,7 +18599,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -17177,7 +18632,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17203,7 +18663,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -17234,7 +18699,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17263,7 +18733,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_reload_search_analyzers": { @@ -17301,7 +18776,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17337,7 +18817,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/cluster": { @@ -17371,7 +18856,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}": { @@ -17408,7 +18898,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}": { @@ -17506,7 +19001,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -17546,7 +19046,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}": { @@ -17589,7 +19094,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_segments": { @@ -17617,7 +19127,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_segments": { @@ -17648,7 +19163,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_shard_stores": { @@ -17679,7 +19199,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shard_stores": { @@ -17713,7 +19238,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shrink/{target}": { @@ -17750,7 +19280,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17785,7 +19320,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}": { @@ -17882,7 +19422,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": { @@ -17916,7 +19461,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -17953,7 +19503,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_split/{target}": { @@ -17990,7 +19545,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18025,7 +19585,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats": { @@ -18071,7 +19636,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats/{metric}": { @@ -18120,7 +19690,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_stats": { @@ -18169,7 +19744,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}": { @@ -18221,7 +19801,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -18292,7 +19877,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -18350,7 +19940,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18406,7 +20001,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": { @@ -18467,7 +20067,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18526,7 +20131,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": { @@ -18606,7 +20216,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}": { @@ -18697,7 +20312,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}": { @@ -18718,7 +20338,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": [ @@ -18741,7 +20366,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": [ @@ -18767,7 +20397,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": [ @@ -18792,7 +20427,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}": { @@ -18816,7 +20456,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": [ @@ -18842,7 +20487,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": [ @@ -18871,7 +20521,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": [ @@ -18899,7 +20554,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": { @@ -18915,7 +20575,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}": { @@ -19012,7 +20677,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}": { @@ -19099,7 +20769,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}": { @@ -19180,7 +20855,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}": { @@ -19267,7 +20947,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}": { @@ -19354,7 +21039,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}": { @@ -19441,7 +21131,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}": { @@ -19513,7 +21208,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}": { @@ -19626,7 +21326,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}": { @@ -19717,7 +21422,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}": { @@ -19796,7 +21506,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}": { @@ -19883,7 +21598,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}": { @@ -19970,7 +21690,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}": { @@ -20057,7 +21782,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}": { @@ -20135,7 +21865,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}": { @@ -20222,7 +21957,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}": { @@ -20309,7 +22049,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}": { @@ -20384,7 +22129,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}": { @@ -20501,7 +22251,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}": { @@ -20592,7 +22347,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": { @@ -20667,7 +22427,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}": { @@ -20758,7 +22523,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": { @@ -20783,7 +22553,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": { @@ -20811,7 +22586,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" + } + ] } }, "/": { @@ -20865,7 +22645,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -20883,7 +22668,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/geoip/database/{id}": { @@ -20905,7 +22695,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20982,7 +22777,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21037,7 +22837,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}": { @@ -21059,7 +22864,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21130,7 +22940,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21185,7 +23000,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}": { @@ -21217,7 +23037,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21337,7 +23162,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21396,7 +23226,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": { @@ -21439,7 +23274,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": { @@ -21456,7 +23296,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": { @@ -21473,7 +23318,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -21502,7 +23352,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": { @@ -21540,7 +23395,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": { @@ -21565,7 +23425,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21588,7 +23453,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": { @@ -21616,7 +23486,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21642,7 +23517,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -21702,7 +23582,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21731,7 +23616,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21760,7 +23650,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21808,7 +23703,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/basic_status": { @@ -21846,7 +23746,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": { @@ -21884,7 +23789,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": { @@ -21980,7 +23890,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": { @@ -22060,7 +23975,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}": { @@ -22086,7 +24006,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": [ @@ -22138,7 +24063,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": [ @@ -22173,7 +24103,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": { @@ -22194,7 +24129,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": { @@ -22240,7 +24180,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22284,7 +24229,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -22333,7 +24283,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22380,7 +24335,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/deprecations": { @@ -22397,7 +24357,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": { @@ -22419,7 +24384,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": { @@ -22464,7 +24434,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22509,7 +24484,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": { @@ -22560,7 +24540,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": { @@ -22665,7 +24650,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}": { @@ -22696,7 +24686,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": [ @@ -22769,7 +24764,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": [ @@ -22798,7 +24798,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": [ @@ -22839,7 +24844,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}": { @@ -22892,7 +24902,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}": { @@ -22956,7 +24971,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": [ @@ -23024,7 +25044,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}": { @@ -23058,7 +25083,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": [ @@ -23208,7 +25238,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": [ @@ -23269,7 +25304,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}": { @@ -23297,7 +25337,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": [ @@ -23508,7 +25553,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": [ @@ -23559,7 +25609,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}": { @@ -23590,7 +25645,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": { @@ -23618,7 +25678,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}": { @@ -23646,7 +25711,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": [ @@ -23729,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" + } + ] }, "delete": { "tags": [ @@ -23770,7 +25845,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": { @@ -23877,7 +25957,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": [ @@ -23903,7 +25988,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}": { @@ -23934,7 +26024,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}": { @@ -23962,7 +26057,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": [ @@ -24204,7 +26304,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": [ @@ -24281,7 +26386,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}": { @@ -24327,7 +26437,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": [ @@ -24371,7 +26486,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": [ @@ -24423,7 +26543,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}": { @@ -24466,7 +26591,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": [ @@ -24575,7 +26705,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": [ @@ -24636,7 +26771,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}": { @@ -24694,7 +26834,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": [ @@ -24746,7 +26891,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": { @@ -24819,7 +26969,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": { @@ -24923,7 +27078,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": { @@ -24943,7 +27103,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": [ @@ -24961,7 +27126,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": { @@ -24986,7 +27156,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": [ @@ -25009,7 +27184,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": { @@ -25142,7 +27322,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}": { @@ -25197,7 +27382,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": [ @@ -25250,7 +27440,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": { @@ -25302,7 +27497,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": [ @@ -25352,7 +27552,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": { @@ -25454,7 +27659,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": [ @@ -25528,7 +27738,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": { @@ -25556,7 +27771,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": [ @@ -25582,7 +27802,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}": { @@ -25619,7 +27844,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": [ @@ -25654,7 +27884,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": { @@ -25688,7 +27923,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": [ @@ -25720,7 +27960,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": { @@ -25751,7 +27996,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": { @@ -25782,7 +28032,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": { @@ -25816,7 +28071,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": { @@ -25841,7 +28101,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": { @@ -25863,7 +28128,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": { @@ -25888,7 +28158,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": { @@ -25913,7 +28188,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": { @@ -25962,7 +28242,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": [ @@ -26009,7 +28294,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": { @@ -26031,7 +28321,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": { @@ -26056,7 +28351,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": { @@ -26081,7 +28381,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": { @@ -26106,7 +28411,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": { @@ -26134,7 +28444,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": { @@ -26207,7 +28522,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": { @@ -26250,7 +28570,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": [ @@ -26291,7 +28616,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": { @@ -26337,7 +28667,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": [ @@ -26381,7 +28716,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": { @@ -26430,7 +28770,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": [ @@ -26477,7 +28822,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": { @@ -26517,7 +28867,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": { @@ -26548,7 +28903,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": { @@ -26576,7 +28936,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": { @@ -26667,7 +29032,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": { @@ -26711,7 +29081,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": { @@ -26796,7 +29171,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": { @@ -26937,7 +29317,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": { @@ -26957,7 +29342,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": [ @@ -26975,7 +29365,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": { @@ -27000,7 +29395,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": [ @@ -27023,7 +29423,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": { @@ -27054,7 +29459,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": [ @@ -27083,7 +29493,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": { @@ -27111,7 +29526,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": [ @@ -27137,7 +29557,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}": { @@ -27220,7 +29645,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": { @@ -27301,7 +29731,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": { @@ -27358,7 +29793,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": { @@ -27446,7 +29886,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": { @@ -27492,7 +29937,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": { @@ -27551,7 +30001,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": { @@ -27657,7 +30112,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": { @@ -27796,7 +30256,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": { @@ -27871,7 +30336,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": { @@ -27976,7 +30446,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": { @@ -28041,7 +30516,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": { @@ -28164,7 +30644,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": { @@ -28378,7 +30863,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": { @@ -28470,7 +30960,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": { @@ -28678,7 +31173,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": { @@ -28765,7 +31265,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": { @@ -28845,7 +31350,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": { @@ -28926,7 +31436,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": { @@ -28987,7 +31502,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29046,7 +31566,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -29110,7 +31635,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29172,7 +31702,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -29213,7 +31748,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29252,7 +31792,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": { @@ -29296,7 +31841,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29338,7 +31888,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -29396,7 +31951,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29452,7 +32012,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -29513,7 +32078,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29572,7 +32142,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}": { @@ -29620,7 +32195,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": { @@ -29657,7 +32237,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": { @@ -29697,7 +32282,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/hot_threads": { @@ -29740,7 +32330,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes": { @@ -29765,7 +32360,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}": { @@ -29793,7 +32393,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{metric}": { @@ -29821,7 +32426,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}": { @@ -29852,7 +32462,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": { @@ -29877,7 +32492,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": { @@ -29905,7 +32525,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats": { @@ -29951,7 +32576,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats": { @@ -30000,7 +32630,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}": { @@ -30049,7 +32684,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}": { @@ -30101,7 +32741,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}/{index_metric}": { @@ -30153,7 +32798,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}/{index_metric}": { @@ -30208,7 +32858,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/usage": { @@ -30230,7 +32885,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": { @@ -30255,7 +32915,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}": { @@ -30280,7 +32945,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}": { @@ -30308,7 +32978,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -30448,7 +33123,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}": { @@ -30489,7 +33169,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30528,7 +33213,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -30586,7 +33276,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -30686,7 +33381,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -30732,7 +33432,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}": { @@ -30775,7 +33480,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -30856,7 +33566,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -30891,7 +33606,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -30958,7 +33678,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": { @@ -31044,7 +33769,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -31078,7 +33808,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31110,7 +33845,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": { @@ -31147,7 +33887,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31182,7 +33927,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -31397,7 +34147,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": { @@ -31455,7 +34210,12 @@ } }, "x-state": "Generally available; Added in 2.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -31475,7 +34235,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31493,7 +34258,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -31518,7 +34288,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31541,7 +34316,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job/{id}": { @@ -31564,7 +34344,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": [ @@ -31661,7 +34446,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": [ @@ -31717,7 +34507,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": { @@ -31735,7 +34530,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}": { @@ -31758,7 +34558,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": { @@ -31776,7 +34581,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": { @@ -31823,7 +34633,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": { @@ -31859,7 +34674,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": [ @@ -31893,7 +34713,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": { @@ -31945,7 +34770,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": { @@ -32011,7 +34841,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": { @@ -32031,7 +34866,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32049,7 +34889,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -32204,7 +35049,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32357,7 +35207,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -32515,7 +35370,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32671,7 +35531,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -32714,7 +35579,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -32783,7 +35653,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -32818,7 +35693,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -32840,7 +35720,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": [ @@ -32875,7 +35760,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": [ @@ -32911,7 +35801,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": { @@ -32928,7 +35823,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": { @@ -33005,7 +35905,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}": { @@ -33094,7 +35999,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": { @@ -33160,7 +36070,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": { @@ -33188,7 +36103,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33214,7 +36134,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}": { @@ -33276,7 +36201,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33336,7 +36266,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search_shards": { @@ -33376,7 +36311,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33414,7 +36354,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search_shards": { @@ -33457,7 +36402,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33498,7 +36448,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -33563,7 +36518,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33626,7 +36586,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": { @@ -33694,7 +36659,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33760,7 +36730,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": { @@ -33786,7 +36761,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": { @@ -33815,7 +36795,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": { @@ -33847,7 +36832,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": { @@ -33882,7 +36872,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": { @@ -34009,7 +37004,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": { @@ -34031,7 +37031,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": { @@ -34056,7 +37061,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": { @@ -34122,7 +37132,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -34215,7 +37230,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -34232,7 +37252,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34343,7 +37368,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -34442,7 +37472,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": { @@ -34545,7 +37580,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": { @@ -34573,7 +37613,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34599,7 +37644,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_password": { @@ -34624,7 +37674,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34647,7 +37702,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{ids}/_clear_cache": { @@ -34703,7 +37763,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": { @@ -34759,7 +37824,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": { @@ -34832,7 +37902,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}/_clear_cache": { @@ -34888,7 +37963,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": { @@ -34970,7 +38050,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -35099,7 +38184,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35126,7 +38216,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35153,7 +38248,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35282,7 +38382,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": { @@ -35375,7 +38480,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential/token/{name}": { @@ -35410,7 +38520,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35443,7 +38558,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35529,7 +38649,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": { @@ -35561,7 +38686,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/delegate_pki": { @@ -35645,7 +38775,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}": { @@ -35674,7 +38809,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35746,7 +38886,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}": { @@ -35768,7 +38913,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35798,7 +38948,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35828,7 +38983,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35888,7 +39048,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role_mapping/{name}": { @@ -35914,7 +39079,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35944,7 +39114,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35974,7 +39149,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36038,7 +39218,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}": { @@ -36063,7 +39248,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36089,7 +39279,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36115,7 +39310,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36175,7 +39375,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}/_disable": { @@ -36200,7 +39405,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36223,7 +39433,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_disable": { @@ -36248,7 +39463,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36271,7 +39491,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": { @@ -36296,7 +39521,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36319,7 +39549,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_enable": { @@ -36344,7 +39579,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36367,7 +39607,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": { @@ -36410,7 +39655,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": { @@ -36477,7 +39727,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": { @@ -36540,7 +39795,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege": { @@ -36561,7 +39821,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36588,7 +39853,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36615,7 +39885,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}": { @@ -36641,7 +39916,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": { @@ -36662,7 +39942,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}": { @@ -36691,7 +39976,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}": { @@ -36717,7 +40007,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service": { @@ -36738,7 +40033,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": { @@ -36819,7 +40119,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/settings": { @@ -36871,7 +40176,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36950,7 +40260,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oauth2/token": { @@ -37064,7 +40379,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -37171,7 +40491,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user": { @@ -37193,7 +40518,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_privileges": { @@ -37313,7 +40643,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}": { @@ -37412,7 +40747,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": { @@ -37506,7 +40846,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": { @@ -37530,7 +40875,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37552,7 +40902,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": { @@ -37581,7 +40936,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37608,7 +40968,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": { @@ -37632,7 +40997,12 @@ } }, "x-state": "Generally available; Added in 8.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37654,7 +41024,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": { @@ -37747,7 +41122,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/logout": { @@ -37815,7 +41195,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/prepare": { @@ -37915,7 +41300,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -37950,7 +41340,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37983,7 +41378,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": { @@ -38003,7 +41403,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38021,7 +41426,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": { @@ -38046,7 +41456,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38069,7 +41484,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": { @@ -38165,7 +41585,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": { @@ -38232,7 +41657,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": { @@ -38318,7 +41748,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": { @@ -38390,7 +41825,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": { @@ -38478,7 +41918,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}": { @@ -38530,7 +41975,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": { @@ -38555,7 +42005,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38578,7 +42033,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}": { @@ -38667,7 +42127,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}": { @@ -38753,7 +42218,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_data": { @@ -38787,7 +42257,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38819,7 +42294,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": { @@ -38844,7 +42324,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -38936,7 +42421,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -38997,7 +42487,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/shutdown": { @@ -39019,7 +42514,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/_simulate": { @@ -39044,7 +42544,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39067,7 +42572,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": { @@ -39095,7 +42605,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39121,7 +42636,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}": { @@ -39149,7 +42669,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39243,7 +42768,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39298,7 +42828,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": { @@ -39369,7 +42904,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": { @@ -39415,7 +42955,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/policy": { @@ -39440,7 +42985,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stats": { @@ -39539,7 +43089,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/status": { @@ -39599,7 +43154,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/start": { @@ -39651,7 +43211,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stop": { @@ -39697,7 +43262,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": { @@ -39772,7 +43342,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}": { @@ -39866,7 +43441,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}": { @@ -40102,7 +43682,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -40138,7 +43723,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40174,7 +43764,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -40236,7 +43831,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}": { @@ -40264,7 +43864,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -40300,7 +43905,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40336,7 +43946,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -40391,7 +44006,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot": { @@ -40416,7 +44036,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": { @@ -40671,7 +44296,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": { @@ -40788,7 +44418,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": { @@ -40945,7 +44580,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/_status": { @@ -40970,7 +44610,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": { @@ -40998,7 +44643,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": { @@ -41029,7 +44679,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": { @@ -41102,7 +44757,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -41158,7 +44818,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}": { @@ -41195,7 +44860,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}": { @@ -41309,7 +44979,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}": { @@ -41376,7 +45051,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -41401,7 +45081,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41424,7 +45109,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -41444,7 +45134,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41462,7 +45157,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ssl/certificates": { @@ -41499,7 +45199,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -41579,7 +45284,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -41668,7 +45378,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -41703,7 +45418,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}": { @@ -41757,7 +45477,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -41844,7 +45569,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -41906,7 +45636,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -41975,7 +45710,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/_cancel": { @@ -42006,7 +45746,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": { @@ -42040,7 +45785,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}": { @@ -42127,7 +45877,12 @@ } }, "x-state": "Technical preview; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks": { @@ -42239,7 +45994,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": { @@ -42264,7 +46024,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42287,7 +46052,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}": { @@ -42352,7 +46122,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42415,7 +46190,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -42477,7 +46257,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42537,7 +46322,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_field_structure": { @@ -42778,7 +46568,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_message_structure": { @@ -42833,7 +46628,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42886,7 +46686,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_structure": { @@ -43197,7 +47002,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": { @@ -43226,7 +47036,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43253,7 +47068,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}": { @@ -43287,7 +47107,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -43407,7 +47232,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -43478,7 +47308,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -43509,7 +47344,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": { @@ -43607,7 +47447,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": { @@ -43635,7 +47480,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43661,7 +47511,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -43686,7 +47541,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -43709,7 +47569,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": { @@ -43772,7 +47637,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": { @@ -43825,7 +47695,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": { @@ -43888,7 +47763,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": { @@ -43981,7 +47861,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": { @@ -44149,7 +48034,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_upgrade": { @@ -44220,7 +48110,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}": { @@ -44507,7 +48402,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -44975,7 +48875,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": { @@ -45033,7 +48938,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": { @@ -45059,7 +48969,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45083,7 +48998,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_ack/{action_id}": { @@ -45112,7 +49032,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45139,7 +49064,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_activate": { @@ -45165,7 +49095,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45189,7 +49124,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_deactivate": { @@ -45215,7 +49155,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45239,7 +49184,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}": { @@ -45309,7 +49259,12 @@ } }, "x-state": "Generally available; Added in 5.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -45344,7 +49299,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45379,7 +49339,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -45436,7 +49401,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}/_execute": { @@ -45468,7 +49438,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45498,7 +49473,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/_execute": { @@ -45527,7 +49507,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45554,7 +49539,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/settings": { @@ -45604,7 +49594,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -45679,7 +49674,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_query/watches": { @@ -45699,7 +49699,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -45717,7 +49722,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_start": { @@ -45759,7 +49769,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/stats": { @@ -45784,7 +49799,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}": { @@ -45812,7 +49832,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_stop": { @@ -45854,7 +49879,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack": { @@ -45939,7 +49969,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack/usage": { @@ -46089,7 +50124,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 4155a96711..28fdd04318 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}": { @@ -4106,7 +4471,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4175,7 +4545,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4244,7 +4619,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4376,7 +4756,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -4518,7 +4903,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_delete_by_query": { @@ -4962,7 +5352,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}": { @@ -5024,7 +5419,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5060,7 +5460,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5096,7 +5501,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5151,7 +5561,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}": { @@ -5176,7 +5591,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5248,7 +5668,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5293,8 +5718,13 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" - } + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] + } }, "/_enrich/policy/{name}/_execute": { "put": { @@ -5358,7 +5788,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy": { @@ -5380,7 +5815,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/{id}": { @@ -5437,7 +5877,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5472,7 +5917,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/status/{id}": { @@ -5543,7 +5993,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_eql/search": { @@ -5596,7 +6051,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5647,7 +6107,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries/{id}": { @@ -5719,7 +6184,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/queries": { @@ -5754,7 +6224,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -5884,7 +6359,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_source/{id}": { @@ -6026,7 +6506,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -6162,7 +6647,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_explain/{id}": { @@ -6226,7 +6716,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6288,7 +6783,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -6334,7 +6834,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6378,7 +6883,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_field_caps": { @@ -6427,7 +6937,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6474,7 +6989,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -6509,7 +7029,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6542,7 +7067,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -6610,7 +7140,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -6733,7 +7268,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -6850,7 +7390,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -6879,7 +7424,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6906,7 +7456,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -6938,7 +7493,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6968,7 +7528,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -7088,7 +7653,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7210,7 +7780,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7295,7 +7870,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7386,7 +7966,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -7420,7 +8005,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7475,7 +8065,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7530,7 +8125,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias/{name}": { @@ -7567,7 +8167,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7599,7 +8204,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7631,7 +8241,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7660,7 +8275,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7695,7 +8315,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -7729,7 +8354,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7761,7 +8391,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7790,7 +8425,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/{name}": { @@ -7824,7 +8464,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7856,7 +8501,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7888,7 +8538,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7943,7 +8598,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8004,7 +8664,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -8038,7 +8703,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8070,7 +8740,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -8154,7 +8829,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -8185,7 +8865,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -8219,7 +8904,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -8307,7 +8997,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8415,7 +9110,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -8446,7 +9146,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_options": { @@ -8514,7 +9219,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8593,7 +9303,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_settings": { @@ -8658,7 +9373,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8768,7 +9488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -8799,7 +9524,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -8833,7 +9563,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -8870,7 +9605,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8915,7 +9655,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8960,7 +9705,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -9000,7 +9750,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9048,7 +9803,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -9091,7 +9851,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9142,7 +9907,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -9188,7 +9958,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -9231,7 +10006,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_migrate/{name}": { @@ -9288,7 +10068,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_modify": { @@ -9340,7 +10125,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -9368,7 +10158,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9394,7 +10189,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -9425,7 +10225,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9454,7 +10259,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/index/{name}": { @@ -9552,7 +10362,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -9592,7 +10407,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover/{new_index}": { @@ -9635,7 +10455,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate_index/{name}": { @@ -9732,7 +10557,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate": { @@ -9766,7 +10596,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -9803,7 +10638,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -9874,7 +10714,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -9932,7 +10777,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9988,7 +10838,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_validate/query": { @@ -10049,7 +10904,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10108,7 +10968,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_inference/chat_completion/{inference_id}/_stream": { @@ -10188,7 +11053,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}": { @@ -10279,7 +11149,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{inference_id}": { @@ -10300,7 +11175,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -10323,7 +11203,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10349,7 +11234,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10374,7 +11264,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}": { @@ -10398,7 +11293,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -10424,7 +11324,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10453,7 +11358,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10481,7 +11391,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference": { @@ -10497,7 +11412,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}": { @@ -10594,7 +11514,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}": { @@ -10681,7 +11606,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}": { @@ -10762,7 +11692,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}": { @@ -10849,7 +11784,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}": { @@ -10936,7 +11876,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}": { @@ -11023,7 +11968,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}": { @@ -11095,7 +12045,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}": { @@ -11208,7 +12163,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}": { @@ -11299,7 +12259,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}": { @@ -11378,7 +12343,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}": { @@ -11465,7 +12435,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}": { @@ -11552,7 +12527,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}": { @@ -11639,7 +12619,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}": { @@ -11717,7 +12702,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}": { @@ -11804,7 +12794,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}": { @@ -11891,7 +12886,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}": { @@ -11966,7 +12966,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}": { @@ -12083,7 +13088,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}": { @@ -12174,7 +13184,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}": { @@ -12265,7 +13280,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/": { @@ -12319,7 +13339,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -12337,7 +13362,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}": { @@ -12369,7 +13399,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12489,7 +13524,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12548,7 +13588,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -12577,7 +13622,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/processor/grok": { @@ -12615,7 +13665,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/_simulate": { @@ -12640,7 +13695,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12663,7 +13723,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}/_simulate": { @@ -12691,7 +13756,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12717,7 +13787,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -12777,7 +13852,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline/{id}": { @@ -12803,7 +13883,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12855,7 +13940,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12890,7 +13980,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline": { @@ -12911,7 +14006,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_mget": { @@ -12957,7 +14057,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13001,7 +14106,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -13050,7 +14160,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13097,7 +14212,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_close": { @@ -13202,7 +14322,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}": { @@ -13233,7 +14358,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13306,7 +14436,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13335,7 +14470,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13376,7 +14516,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}": { @@ -13429,7 +14574,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}": { @@ -13493,7 +14643,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13561,7 +14716,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}": { @@ -13595,7 +14755,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13745,7 +14910,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13806,7 +14976,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}": { @@ -13834,7 +15009,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14045,7 +15225,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14096,7 +15281,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}": { @@ -14124,7 +15314,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14207,7 +15402,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14248,7 +15448,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}": { @@ -14276,7 +15481,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14518,7 +15728,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14595,7 +15810,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}": { @@ -14638,7 +15858,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14747,7 +15972,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14808,7 +16038,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}": { @@ -14866,7 +16101,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14918,7 +16158,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": { @@ -14991,7 +16236,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": { @@ -15095,7 +16345,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": { @@ -15228,7 +16483,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": { @@ -15330,7 +16590,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15404,7 +16669,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars": { @@ -15432,7 +16702,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15458,7 +16733,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": { @@ -15489,7 +16769,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": { @@ -15520,7 +16805,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": { @@ -15554,7 +16844,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": { @@ -15579,7 +16874,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_stats": { @@ -15601,7 +16901,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds": { @@ -15626,7 +16931,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters": { @@ -15651,7 +16961,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": { @@ -15673,7 +16988,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": { @@ -15698,7 +17018,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors": { @@ -15723,7 +17048,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": { @@ -15769,7 +17099,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15813,7 +17148,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models": { @@ -15853,7 +17193,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": { @@ -15884,7 +17229,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": { @@ -15912,7 +17262,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": { @@ -16003,7 +17358,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": { @@ -16088,7 +17448,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": { @@ -16108,7 +17473,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16126,7 +17496,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": { @@ -16151,7 +17526,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16174,7 +17554,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": { @@ -16205,7 +17590,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16234,7 +17624,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_preview": { @@ -16262,7 +17657,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16288,7 +17688,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}": { @@ -16371,7 +17776,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": { @@ -16452,7 +17862,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": { @@ -16509,7 +17924,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": { @@ -16568,7 +17988,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": { @@ -16674,7 +18099,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": { @@ -16803,7 +18233,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": { @@ -16878,7 +18313,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": { @@ -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/trained_models/{model_id}/deployment/_stop": { @@ -17048,7 +18493,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": { @@ -17171,7 +18621,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": { @@ -17385,7 +18840,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": { @@ -17477,7 +18937,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": { @@ -17685,7 +19150,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": { @@ -17765,7 +19235,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_msearch": { @@ -17826,7 +19301,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17885,7 +19365,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -17949,7 +19434,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18011,7 +19501,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -18052,7 +19547,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18091,7 +19591,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch/template": { @@ -18135,7 +19640,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18177,7 +19687,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -18235,7 +19750,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18291,7 +19811,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -18352,7 +19877,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18411,7 +19941,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -18551,7 +20086,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}/{context}": { @@ -18592,7 +20132,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18631,7 +20176,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -18689,7 +20239,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18789,7 +20344,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18835,7 +20395,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}": { @@ -18878,7 +20443,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18959,7 +20529,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18994,7 +20569,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -19061,7 +20641,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_test": { @@ -19147,7 +20732,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -19181,7 +20771,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19213,7 +20808,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rank_eval": { @@ -19250,7 +20850,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19285,7 +20890,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -19500,7 +21110,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -19520,7 +21135,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19538,7 +21158,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -19563,7 +21188,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19586,7 +21216,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/painless/_execute": { @@ -19606,7 +21241,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19624,7 +21264,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -19779,7 +21424,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19932,7 +21582,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -20090,7 +21745,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20246,7 +21906,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -20289,7 +21954,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20358,7 +22028,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20393,7 +22068,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -20415,7 +22095,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20450,7 +22135,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20486,7 +22176,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics": { @@ -20503,7 +22198,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application": { @@ -20580,7 +22280,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_search": { @@ -20608,7 +22313,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20634,7 +22344,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mvt/{field}/{zoom}/{x}/{y}": { @@ -20696,7 +22411,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20756,7 +22476,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -20821,7 +22546,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20884,7 +22614,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search/template": { @@ -20952,7 +22687,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21018,7 +22758,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -21111,7 +22856,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -21240,7 +22990,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21267,7 +23022,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21294,7 +23054,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21423,7 +23188,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}": { @@ -21445,7 +23215,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21475,7 +23250,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21505,7 +23285,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21565,7 +23350,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/_builtin": { @@ -21619,7 +23409,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -21636,7 +23431,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_has_privileges": { @@ -21660,7 +23460,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21682,7 +23487,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{user}/_has_privileges": { @@ -21711,7 +23521,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21738,7 +23553,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -21773,7 +23593,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21806,7 +23631,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/role": { @@ -21826,7 +23656,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21844,7 +23679,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{id}": { @@ -21933,7 +23773,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -21989,7 +23834,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/delete/{id}": { @@ -22026,7 +23876,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/{id}": { @@ -22140,7 +23995,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/status/{id}": { @@ -22207,7 +24067,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -22232,7 +24097,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22255,7 +24125,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -22275,7 +24150,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22293,7 +24173,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -22373,7 +24258,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22452,7 +24342,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22487,7 +24382,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{set_id}/{rule_id}": { @@ -22541,7 +24441,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22618,7 +24523,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22670,7 +24580,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -22739,7 +24654,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/{task_id}": { @@ -22826,7 +24746,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_terms_enum": { @@ -22851,7 +24776,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22874,7 +24804,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors/{id}": { @@ -22939,7 +24874,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23002,7 +24942,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -23064,7 +25009,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23124,7 +25074,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}": { @@ -23158,7 +25113,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -23278,7 +25238,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -23349,7 +25314,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -23380,7 +25350,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stats": { @@ -23478,7 +25453,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_preview": { @@ -23506,7 +25486,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23532,7 +25517,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -23557,7 +25547,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -23580,7 +25575,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_reset": { @@ -23643,7 +25643,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_schedule_now": { @@ -23696,7 +25701,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_start": { @@ -23759,7 +25769,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stop": { @@ -23852,7 +25867,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_update": { @@ -24020,7 +26040,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update/{id}": { @@ -24307,7 +26332,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -24775,7 +26805,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } } },