diff --git a/compiler-rs/clients_schema_to_openapi/src/lib.rs b/compiler-rs/clients_schema_to_openapi/src/lib.rs index b982e2674b..61b8abd6dc 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 dc4310acbd..3cdf0c35d8 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 53445fccb6..a76312399f 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": { @@ -9885,7 +10690,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}": { @@ -9966,7 +10776,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10005,7 +10820,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": { @@ -10055,7 +10875,12 @@ } }, "x-state": "Generally available; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -10175,7 +11000,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}": { @@ -10317,7 +11147,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -10453,7 +11288,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}": { @@ -10517,7 +11357,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10579,7 +11424,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features": { @@ -10636,7 +11486,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features/_reset": { @@ -10689,7 +11544,12 @@ } }, "x-state": "Technical preview; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -10735,7 +11595,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10779,7 +11644,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": { @@ -10828,7 +11698,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10875,7 +11750,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": { @@ -10977,7 +11857,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": { @@ -11038,7 +11923,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": [ @@ -11097,7 +11987,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": { @@ -11161,7 +12056,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": [ @@ -11223,7 +12123,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": { @@ -11377,7 +12282,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": [ @@ -11529,7 +12439,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": { @@ -11564,7 +12479,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_script_language": { @@ -11606,7 +12526,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -11641,7 +12566,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11674,7 +12604,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_health_report": { @@ -11702,7 +12637,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}": { @@ -11733,7 +12673,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}": { @@ -11761,7 +12706,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -11846,7 +12796,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -11907,7 +12862,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": { @@ -11991,7 +12951,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/policy": { @@ -12016,7 +12981,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/status": { @@ -12054,7 +13024,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": { @@ -12182,7 +13157,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}": { @@ -12258,7 +13238,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": { @@ -12316,7 +13301,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": { @@ -12353,7 +13343,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/start": { @@ -12405,7 +13400,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/stop": { @@ -12457,7 +13457,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -12525,7 +13530,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -12648,7 +13658,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -12677,7 +13692,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12704,7 +13724,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -12736,7 +13761,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12766,7 +13796,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_cancel": { @@ -12803,7 +13838,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cache/clear": { @@ -12846,7 +13886,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_cache/clear": { @@ -12892,7 +13937,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_clone/{target}": { @@ -12929,7 +13979,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12964,7 +14019,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_close": { @@ -13086,7 +14146,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -13206,7 +14271,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13328,7 +14398,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13413,7 +14488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -13504,7 +14584,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -13538,7 +14623,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13593,7 +14683,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13648,7 +14743,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}": { @@ -13676,7 +14776,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13702,7 +14807,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": { @@ -13724,7 +14834,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": { @@ -13749,7 +14864,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}": { @@ -13786,7 +14906,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13818,7 +14943,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13850,7 +14980,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13879,7 +15014,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -13914,7 +15054,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -13948,7 +15093,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13980,7 +15130,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14009,7 +15164,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -14097,7 +15257,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14205,7 +15370,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14280,7 +15450,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/{name}": { @@ -14314,7 +15489,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14346,7 +15526,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14378,7 +15563,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14433,7 +15623,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14494,7 +15689,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template/{name}": { @@ -14530,7 +15730,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14570,7 +15775,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14610,7 +15820,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14666,7 +15881,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14731,7 +15951,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_disk_usage": { @@ -14818,7 +16043,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}": { @@ -14881,7 +16111,12 @@ } }, "x-state": "Technical preview; Added in 8.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -14915,7 +16150,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14947,7 +16187,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -15031,7 +16276,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": { @@ -15114,7 +16364,12 @@ } }, "x-state": "Technical preview; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_flush": { @@ -15148,7 +16403,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15180,7 +16440,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_flush": { @@ -15217,7 +16482,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15252,7 +16522,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_forcemerge": { @@ -15296,7 +16571,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_forcemerge": { @@ -15343,7 +16623,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -15374,7 +16659,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -15408,7 +16698,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_lifecycle/stats": { @@ -15465,7 +16760,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -15496,7 +16796,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping/field/{fields}": { @@ -15533,7 +16838,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping/field/{fields}": { @@ -15573,7 +16883,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -15604,7 +16919,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -15638,7 +16958,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -15675,7 +17000,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15720,7 +17050,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15765,7 +17100,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_status": { @@ -15850,7 +17190,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -15890,7 +17235,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15938,7 +17288,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -15981,7 +17336,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -16032,7 +17392,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -16078,7 +17443,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -16121,7 +17491,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template": { @@ -16154,7 +17529,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex": { @@ -16194,7 +17574,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}": { @@ -16251,7 +17636,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": { @@ -16303,7 +17693,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_open": { @@ -16418,7 +17813,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_promote/{name}": { @@ -16465,7 +17865,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_recovery": { @@ -16490,7 +17895,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_recovery": { @@ -16518,7 +17928,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -16546,7 +17961,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16572,7 +17992,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -16603,7 +18028,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16632,7 +18062,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_reload_search_analyzers": { @@ -16670,7 +18105,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16706,7 +18146,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/cluster": { @@ -16740,7 +18185,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}": { @@ -16777,7 +18227,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}": { @@ -16875,7 +18330,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -16915,7 +18375,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}": { @@ -16958,7 +18423,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_segments": { @@ -16986,7 +18456,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_segments": { @@ -17017,7 +18492,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_shard_stores": { @@ -17048,7 +18528,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shard_stores": { @@ -17082,7 +18567,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shrink/{target}": { @@ -17119,7 +18609,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17154,7 +18649,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}": { @@ -17251,7 +18751,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": { @@ -17285,7 +18790,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -17322,7 +18832,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_split/{target}": { @@ -17359,7 +18874,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17394,7 +18914,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats": { @@ -17440,7 +18965,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats/{metric}": { @@ -17489,7 +19019,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_stats": { @@ -17538,7 +19073,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}": { @@ -17590,7 +19130,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -17661,7 +19206,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -17719,7 +19269,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17775,7 +19330,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": { @@ -17836,7 +19396,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17895,7 +19460,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": { @@ -17975,7 +19545,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}": { @@ -18066,7 +19641,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}": { @@ -18087,7 +19667,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": [ @@ -18110,7 +19695,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": [ @@ -18136,7 +19726,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": [ @@ -18161,7 +19756,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}": { @@ -18185,7 +19785,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": [ @@ -18211,7 +19816,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": [ @@ -18240,7 +19850,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": [ @@ -18268,7 +19883,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": { @@ -18284,7 +19904,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}": { @@ -18381,7 +20006,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}": { @@ -18468,7 +20098,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}": { @@ -18549,7 +20184,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}": { @@ -18636,7 +20276,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}": { @@ -18723,7 +20368,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}": { @@ -18810,7 +20460,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}/{elasticsearch_inference_id}": { @@ -18923,7 +20578,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}": { @@ -19014,7 +20674,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}": { @@ -19093,7 +20758,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}": { @@ -19180,7 +20850,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}": { @@ -19259,7 +20934,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}": { @@ -19346,7 +21026,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}": { @@ -19424,7 +21109,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}": { @@ -19511,7 +21201,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}": { @@ -19598,7 +21293,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}": { @@ -19673,7 +21373,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}": { @@ -19770,7 +21475,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}": { @@ -19861,7 +21571,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": { @@ -19936,7 +21651,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}": { @@ -20027,7 +21747,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": { @@ -20052,7 +21777,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": { @@ -20080,7 +21810,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" + } + ] } }, "/": { @@ -20134,7 +21869,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -20152,7 +21892,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/geoip/database/{id}": { @@ -20174,7 +21919,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20251,7 +22001,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20306,7 +22061,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}": { @@ -20328,7 +22088,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20399,7 +22164,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20454,7 +22224,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}": { @@ -20486,7 +22261,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20606,7 +22386,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20665,7 +22450,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": { @@ -20708,7 +22498,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": { @@ -20725,7 +22520,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": { @@ -20742,7 +22542,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -20771,7 +22576,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": { @@ -20809,7 +22619,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": { @@ -20834,7 +22649,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20857,7 +22677,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": { @@ -20885,7 +22710,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20911,7 +22741,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -20971,7 +22806,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21000,7 +22840,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21029,7 +22874,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21077,7 +22927,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/basic_status": { @@ -21115,7 +22970,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": { @@ -21153,7 +23013,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": { @@ -21249,7 +23114,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": { @@ -21329,7 +23199,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}": { @@ -21355,7 +23230,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": [ @@ -21407,7 +23287,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": [ @@ -21442,7 +23327,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": { @@ -21463,7 +23353,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": { @@ -21509,7 +23404,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21553,7 +23453,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -21602,7 +23507,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21649,7 +23559,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/deprecations": { @@ -21666,7 +23581,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": { @@ -21688,7 +23608,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": { @@ -21733,7 +23658,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21776,7 +23706,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": { @@ -21827,7 +23762,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": { @@ -21932,7 +23872,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}": { @@ -21963,7 +23908,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": [ @@ -22036,7 +23986,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": [ @@ -22065,7 +24020,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": [ @@ -22106,7 +24066,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}": { @@ -22159,7 +24124,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}": { @@ -22223,7 +24193,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": [ @@ -22291,7 +24266,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}": { @@ -22325,7 +24305,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": [ @@ -22475,7 +24460,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": [ @@ -22536,7 +24526,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}": { @@ -22564,7 +24559,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": [ @@ -22775,7 +24775,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": [ @@ -22826,7 +24831,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}": { @@ -22857,7 +24867,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": { @@ -22885,7 +24900,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}": { @@ -22913,7 +24933,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": [ @@ -22996,7 +25021,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": [ @@ -23037,7 +25067,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": { @@ -23144,7 +25179,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": [ @@ -23170,7 +25210,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}": { @@ -23201,7 +25246,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}": { @@ -23229,7 +25279,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": [ @@ -23471,7 +25526,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": [ @@ -23548,7 +25608,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}": { @@ -23594,7 +25659,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": [ @@ -23638,7 +25708,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": [ @@ -23690,7 +25765,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}": { @@ -23733,7 +25813,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": [ @@ -23842,7 +25927,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": [ @@ -23903,7 +25993,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}": { @@ -23961,7 +26056,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": [ @@ -24013,7 +26113,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": { @@ -24086,7 +26191,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": { @@ -24190,7 +26300,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": { @@ -24210,7 +26325,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": [ @@ -24228,7 +26348,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": { @@ -24253,7 +26378,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": [ @@ -24276,7 +26406,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": { @@ -24408,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/anomaly_detectors/{job_id}/results/buckets/{timestamp}": { @@ -24463,7 +26603,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": [ @@ -24516,7 +26661,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": { @@ -24568,7 +26718,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": [ @@ -24618,7 +26773,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": { @@ -24720,7 +26880,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": [ @@ -24794,7 +26959,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": { @@ -24822,7 +26992,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": [ @@ -24848,7 +27023,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}": { @@ -24885,7 +27065,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": [ @@ -24920,7 +27105,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": { @@ -24954,7 +27144,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": [ @@ -24986,7 +27181,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": { @@ -25017,7 +27217,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": { @@ -25048,7 +27253,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": { @@ -25082,7 +27292,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": { @@ -25107,7 +27322,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": { @@ -25129,7 +27349,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": { @@ -25154,7 +27379,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": { @@ -25179,7 +27409,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": { @@ -25228,7 +27463,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": [ @@ -25275,7 +27515,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": { @@ -25297,7 +27542,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": { @@ -25322,7 +27572,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": { @@ -25347,7 +27602,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": { @@ -25372,7 +27632,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": { @@ -25400,7 +27665,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": { @@ -25473,7 +27743,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": { @@ -25516,7 +27791,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": [ @@ -25557,7 +27837,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": { @@ -25603,7 +27888,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": [ @@ -25647,7 +27937,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": { @@ -25696,7 +27991,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": [ @@ -25743,7 +28043,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": { @@ -25783,7 +28088,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": { @@ -25814,7 +28124,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": { @@ -25842,7 +28157,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": { @@ -25933,7 +28253,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": { @@ -25977,7 +28302,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": { @@ -26062,7 +28392,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": { @@ -26203,7 +28538,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": { @@ -26223,7 +28563,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": [ @@ -26241,7 +28586,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": { @@ -26266,7 +28616,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": [ @@ -26289,7 +28644,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": { @@ -26320,7 +28680,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": [ @@ -26349,7 +28714,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": { @@ -26377,7 +28747,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": [ @@ -26403,7 +28778,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}": { @@ -26486,7 +28866,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": { @@ -26567,7 +28952,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": { @@ -26624,7 +29014,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": { @@ -26712,7 +29107,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": { @@ -26758,7 +29158,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": { @@ -26817,7 +29222,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": { @@ -26923,7 +29333,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": { @@ -27062,7 +29477,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": { @@ -27137,7 +29557,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": { @@ -27242,7 +29667,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": { @@ -27307,7 +29737,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": { @@ -27430,7 +29865,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": { @@ -27644,7 +30084,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": { @@ -27736,7 +30181,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": { @@ -27944,7 +30394,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": { @@ -28031,7 +30486,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": { @@ -28111,7 +30571,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": { @@ -28192,7 +30657,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": { @@ -28253,7 +30723,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28312,7 +30787,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -28376,7 +30856,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28438,7 +30923,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -28479,7 +30969,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28518,7 +31013,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": { @@ -28562,7 +31062,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28604,7 +31109,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -28662,7 +31172,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28718,7 +31233,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -28779,7 +31299,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28838,7 +31363,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}": { @@ -28886,7 +31416,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": { @@ -28923,7 +31458,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": { @@ -28963,7 +31503,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/hot_threads": { @@ -29006,7 +31551,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes": { @@ -29031,7 +31581,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}": { @@ -29059,7 +31614,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{metric}": { @@ -29087,7 +31647,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}": { @@ -29118,7 +31683,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": { @@ -29143,7 +31713,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": { @@ -29171,7 +31746,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats": { @@ -29217,7 +31797,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats": { @@ -29266,7 +31851,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}": { @@ -29315,7 +31905,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}": { @@ -29367,7 +31962,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}/{index_metric}": { @@ -29419,7 +32019,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}/{index_metric}": { @@ -29474,7 +32079,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/usage": { @@ -29496,7 +32106,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": { @@ -29521,7 +32136,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}": { @@ -29546,7 +32166,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}": { @@ -29574,7 +32199,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -29714,7 +32344,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}": { @@ -29755,7 +32390,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29794,7 +32434,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -29852,7 +32497,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -29952,7 +32602,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -29998,7 +32653,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}": { @@ -30041,7 +32701,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -30122,7 +32787,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -30157,7 +32827,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -30224,7 +32899,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": { @@ -30310,7 +32990,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -30344,7 +33029,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30376,7 +33066,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": { @@ -30413,7 +33108,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30448,7 +33148,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -30723,7 +33428,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": { @@ -30781,7 +33491,12 @@ } }, "x-state": "Generally available; Added in 2.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -30801,7 +33516,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30819,7 +33539,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -30844,7 +33569,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30867,7 +33597,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job/{id}": { @@ -30890,7 +33625,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": [ @@ -30987,7 +33727,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": [ @@ -31043,7 +33788,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": { @@ -31061,7 +33811,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}": { @@ -31084,7 +33839,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": { @@ -31102,7 +33862,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": { @@ -31149,7 +33914,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": { @@ -31185,7 +33955,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": [ @@ -31219,7 +33994,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": { @@ -31271,7 +34051,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": { @@ -31337,7 +34122,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": { @@ -31357,7 +34147,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31375,7 +34170,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -31530,7 +34330,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31683,7 +34488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -31841,7 +34651,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31997,7 +34812,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -32040,7 +34860,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -32109,7 +34934,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -32144,7 +34974,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -32166,7 +35001,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": [ @@ -32201,7 +35041,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": [ @@ -32237,7 +35082,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": { @@ -32254,7 +35104,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": { @@ -32331,7 +35186,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}": { @@ -32420,7 +35280,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": { @@ -32486,7 +35351,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": { @@ -32514,7 +35384,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32540,7 +35415,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}": { @@ -32602,7 +35482,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32662,7 +35547,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search_shards": { @@ -32702,7 +35592,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32740,7 +35635,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search_shards": { @@ -32783,7 +35683,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32824,7 +35729,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -32889,7 +35799,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32952,7 +35867,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": { @@ -33020,7 +35940,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33086,7 +36011,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": { @@ -33112,7 +36042,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": { @@ -33141,7 +36076,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": { @@ -33173,7 +36113,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": { @@ -33208,7 +36153,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": { @@ -33335,7 +36285,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": { @@ -33357,7 +36312,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": { @@ -33382,7 +36342,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": { @@ -33448,7 +36413,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -33541,7 +36511,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -33558,7 +36533,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33669,7 +36649,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -33768,7 +36753,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": { @@ -33871,7 +36861,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": { @@ -33899,7 +36894,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33925,7 +36925,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_password": { @@ -33950,7 +36955,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33973,7 +36983,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{ids}/_clear_cache": { @@ -34029,7 +37044,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": { @@ -34085,7 +37105,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": { @@ -34158,7 +37183,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}/_clear_cache": { @@ -34214,7 +37244,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": { @@ -34296,7 +37331,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -34425,7 +37465,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -34452,7 +37497,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34479,7 +37529,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -34608,7 +37663,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": { @@ -34701,7 +37761,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential/token/{name}": { @@ -34736,7 +37801,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34769,7 +37839,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -34855,7 +37930,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": { @@ -34887,7 +37967,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/delegate_pki": { @@ -34971,7 +38056,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}": { @@ -35000,7 +38090,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35072,7 +38167,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}": { @@ -35094,7 +38194,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35124,7 +38229,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35154,7 +38264,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35214,7 +38329,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role_mapping/{name}": { @@ -35240,7 +38360,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35270,7 +38395,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35300,7 +38430,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35364,7 +38499,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}": { @@ -35389,7 +38529,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35415,7 +38560,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35441,7 +38591,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35501,7 +38656,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}/_disable": { @@ -35526,7 +38686,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35549,7 +38714,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_disable": { @@ -35574,7 +38744,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35597,7 +38772,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": { @@ -35622,7 +38802,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35645,7 +38830,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_enable": { @@ -35670,7 +38860,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35693,7 +38888,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": { @@ -35736,7 +38936,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": { @@ -35803,7 +39008,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": { @@ -35866,7 +39076,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege": { @@ -35887,7 +39102,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35914,7 +39134,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35941,7 +39166,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}": { @@ -35967,7 +39197,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": { @@ -35988,7 +39223,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}": { @@ -36017,7 +39257,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}": { @@ -36043,7 +39288,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service": { @@ -36064,7 +39314,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": { @@ -36145,7 +39400,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/settings": { @@ -36197,7 +39457,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36276,7 +39541,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oauth2/token": { @@ -36390,7 +39660,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36497,7 +39772,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user": { @@ -36519,7 +39799,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_privileges": { @@ -36639,7 +39924,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}": { @@ -36738,7 +40028,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": { @@ -36832,7 +40127,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": { @@ -36856,7 +40156,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36878,7 +40183,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": { @@ -36907,7 +40217,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36934,7 +40249,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": { @@ -36958,7 +40278,12 @@ } }, "x-state": "Generally available; Added in 8.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36980,7 +40305,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": { @@ -37073,7 +40403,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/logout": { @@ -37141,7 +40476,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/prepare": { @@ -37241,7 +40581,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -37276,7 +40621,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37309,7 +40659,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": { @@ -37329,7 +40684,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37347,7 +40707,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": { @@ -37372,7 +40737,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37395,7 +40765,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": { @@ -37491,7 +40866,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": { @@ -37558,7 +40938,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": { @@ -37644,7 +41029,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": { @@ -37716,7 +41106,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": { @@ -37804,7 +41199,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}": { @@ -37856,7 +41256,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": { @@ -37881,7 +41286,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37904,7 +41314,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}": { @@ -37993,7 +41408,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}": { @@ -38079,7 +41499,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_data": { @@ -38113,7 +41538,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38145,7 +41575,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": { @@ -38170,7 +41605,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -38262,7 +41702,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -38323,7 +41768,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/shutdown": { @@ -38345,7 +41795,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/_simulate": { @@ -38370,7 +41825,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38393,7 +41853,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": { @@ -38421,7 +41886,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38447,7 +41917,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}": { @@ -38475,7 +41950,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -38569,7 +42049,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -38624,7 +42109,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": { @@ -38695,7 +42185,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": { @@ -38741,7 +42236,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/policy": { @@ -38766,7 +42266,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stats": { @@ -38865,7 +42370,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/status": { @@ -38925,7 +42435,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/start": { @@ -38977,7 +42492,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stop": { @@ -39023,7 +42543,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": { @@ -39098,7 +42623,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}": { @@ -39192,7 +42722,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}": { @@ -39408,7 +42943,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39444,7 +42984,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39480,7 +43025,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39542,7 +43092,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}": { @@ -39570,7 +43125,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39606,7 +43166,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39642,7 +43207,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39697,7 +43267,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot": { @@ -39722,7 +43297,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": { @@ -39977,7 +43557,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}/{snapshot}/_restore": { @@ -40134,7 +43719,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/_status": { @@ -40159,7 +43749,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": { @@ -40187,7 +43782,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": { @@ -40218,7 +43818,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": { @@ -40291,7 +43896,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -40347,7 +43957,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}": { @@ -40384,7 +43999,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}": { @@ -40498,7 +44118,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}": { @@ -40565,7 +44190,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -40590,7 +44220,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40613,7 +44248,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -40633,7 +44273,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40651,7 +44296,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ssl/certificates": { @@ -40688,7 +44338,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -40768,7 +44423,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -40848,7 +44508,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -40883,7 +44548,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}": { @@ -40937,7 +44607,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -41014,7 +44689,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -41066,7 +44746,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -41135,7 +44820,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/_cancel": { @@ -41166,7 +44856,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": { @@ -41200,7 +44895,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}": { @@ -41287,7 +44987,12 @@ } }, "x-state": "Technical preview; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks": { @@ -41399,7 +45104,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": { @@ -41424,7 +45134,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41447,7 +45162,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}": { @@ -41512,7 +45232,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41575,7 +45300,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -41637,7 +45367,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41697,7 +45432,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_field_structure": { @@ -41938,7 +45678,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_message_structure": { @@ -41993,7 +45738,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42046,7 +45796,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_structure": { @@ -42357,7 +46112,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": { @@ -42386,7 +46146,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42413,7 +46178,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}": { @@ -42447,7 +46217,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -42567,7 +46342,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -42638,7 +46418,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -42669,7 +46454,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": { @@ -42767,7 +46557,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": { @@ -42795,7 +46590,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42821,7 +46621,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -42846,7 +46651,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42869,7 +46679,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": { @@ -42932,7 +46747,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": { @@ -42985,7 +46805,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": { @@ -43048,7 +46873,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": { @@ -43141,7 +46971,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": { @@ -43309,7 +47144,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_upgrade": { @@ -43380,7 +47220,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}": { @@ -43667,7 +47512,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -44135,7 +47985,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": { @@ -44193,7 +48048,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": { @@ -44219,7 +48079,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44243,7 +48108,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_ack/{action_id}": { @@ -44272,7 +48142,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44299,7 +48174,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_activate": { @@ -44325,7 +48205,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44349,7 +48234,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_deactivate": { @@ -44375,7 +48265,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44399,7 +48294,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}": { @@ -44469,7 +48369,12 @@ } }, "x-state": "Generally available; Added in 5.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -44504,7 +48409,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44539,7 +48449,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -44596,7 +48511,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}/_execute": { @@ -44628,7 +48548,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44658,7 +48583,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/_execute": { @@ -44687,7 +48617,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44714,7 +48649,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/settings": { @@ -44764,7 +48704,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -44839,7 +48784,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_query/watches": { @@ -44859,7 +48809,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44877,7 +48832,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_start": { @@ -44919,7 +48879,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/stats": { @@ -44944,7 +48909,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}": { @@ -44972,7 +48942,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_stop": { @@ -45014,7 +48989,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack": { @@ -45099,7 +49079,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack/usage": { @@ -45249,7 +49234,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 7f9a3977bf..c4312f4642 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": { @@ -5767,7 +6232,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_source/{id}": { @@ -5909,7 +6379,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -6045,7 +6520,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_explain/{id}": { @@ -6109,7 +6589,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6171,7 +6656,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -6217,7 +6707,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6261,7 +6756,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_field_caps": { @@ -6310,7 +6810,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6357,7 +6862,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -6392,7 +6902,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6425,7 +6940,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -6493,7 +7013,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -6616,7 +7141,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -6645,7 +7175,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6672,7 +7207,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -6704,7 +7244,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6734,7 +7279,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -6854,7 +7404,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -6976,7 +7531,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7061,7 +7621,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7152,7 +7717,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -7186,7 +7756,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7241,7 +7816,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7296,7 +7876,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias/{name}": { @@ -7333,7 +7918,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7365,7 +7955,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7397,7 +7992,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7426,7 +8026,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7461,7 +8066,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -7495,7 +8105,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7527,7 +8142,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7556,7 +8176,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/{name}": { @@ -7590,7 +8215,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7622,7 +8252,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7654,7 +8289,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7709,7 +8349,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7770,7 +8415,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -7804,7 +8454,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7836,7 +8491,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -7920,7 +8580,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -7951,7 +8616,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -7985,7 +8655,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -8073,7 +8748,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8181,7 +8861,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -8212,7 +8897,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -8243,7 +8933,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -8277,7 +8972,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -8314,7 +9014,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8359,7 +9064,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8404,7 +9114,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -8444,7 +9159,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8492,7 +9212,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -8535,7 +9260,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8586,7 +9316,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -8632,7 +9367,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -8675,7 +9415,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_migrate/{name}": { @@ -8732,7 +9477,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_modify": { @@ -8784,7 +9534,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -8812,7 +9567,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8838,7 +9598,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -8869,7 +9634,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8898,7 +9668,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/index/{name}": { @@ -8996,7 +9771,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -9036,7 +9816,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover/{new_index}": { @@ -9079,7 +9864,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate_index/{name}": { @@ -9176,7 +9966,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate": { @@ -9210,7 +10005,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -9247,7 +10047,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -9318,7 +10123,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -9376,7 +10186,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9432,7 +10247,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_validate/query": { @@ -9493,7 +10313,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9552,7 +10377,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_inference/chat_completion/{inference_id}/_stream": { @@ -9632,7 +10462,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}": { @@ -9723,7 +10558,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{inference_id}": { @@ -9744,7 +10584,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9767,7 +10612,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9793,7 +10643,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9818,7 +10673,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}": { @@ -9842,7 +10702,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9868,7 +10733,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9897,7 +10767,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9925,7 +10800,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference": { @@ -9941,7 +10821,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}": { @@ -10038,7 +10923,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}": { @@ -10125,7 +11015,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}": { @@ -10206,7 +11101,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}": { @@ -10293,7 +11193,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}": { @@ -10380,7 +11285,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}": { @@ -10467,7 +11377,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}": { @@ -10580,7 +11495,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}": { @@ -10671,7 +11591,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}": { @@ -10750,7 +11675,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}": { @@ -10837,7 +11767,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}": { @@ -10916,7 +11851,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}": { @@ -11003,7 +11943,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}": { @@ -11081,7 +12026,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}": { @@ -11168,7 +12118,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}": { @@ -11255,7 +12210,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}": { @@ -11330,7 +12290,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}": { @@ -11427,7 +12392,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}": { @@ -11518,7 +12488,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}": { @@ -11609,7 +12584,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/": { @@ -11663,7 +12643,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -11681,7 +12666,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}": { @@ -11713,7 +12703,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -11833,7 +12828,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -11892,7 +12892,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -11921,7 +12926,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/processor/grok": { @@ -11959,7 +12969,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/_simulate": { @@ -11984,7 +12999,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12007,7 +13027,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}/_simulate": { @@ -12035,7 +13060,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12061,7 +13091,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -12121,7 +13156,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline/{id}": { @@ -12147,7 +13187,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12199,7 +13244,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12234,7 +13284,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline": { @@ -12255,7 +13310,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_mget": { @@ -12301,7 +13361,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12345,7 +13410,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -12394,7 +13464,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12441,7 +13516,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_close": { @@ -12546,7 +13626,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}": { @@ -12577,7 +13662,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12650,7 +13740,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12679,7 +13774,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12720,7 +13820,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}": { @@ -12773,7 +13878,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}": { @@ -12837,7 +13947,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12905,7 +14020,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}": { @@ -12939,7 +14059,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13089,7 +14214,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13150,7 +14280,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}": { @@ -13178,7 +14313,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13389,7 +14529,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13440,7 +14585,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}": { @@ -13468,7 +14618,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13551,7 +14706,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13592,7 +14752,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}": { @@ -13620,7 +14785,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13862,7 +15032,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13939,7 +15114,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}": { @@ -13982,7 +15162,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14091,7 +15276,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14152,7 +15342,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}": { @@ -14210,7 +15405,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14262,7 +15462,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": { @@ -14335,7 +15540,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": { @@ -14439,7 +15649,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": { @@ -14571,7 +15786,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": { @@ -14673,7 +15893,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "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" + } + ] } }, "/_ml/calendars": { @@ -14775,7 +16005,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14801,7 +16036,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": { @@ -14832,7 +16072,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": { @@ -14863,7 +16108,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": { @@ -14897,7 +16147,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": { @@ -14922,7 +16177,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_stats": { @@ -14944,7 +16204,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds": { @@ -14969,7 +16234,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters": { @@ -14994,7 +16264,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": { @@ -15016,7 +16291,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": { @@ -15041,7 +16321,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors": { @@ -15066,7 +16351,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": { @@ -15112,7 +16402,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15156,7 +16451,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models": { @@ -15196,7 +16496,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": { @@ -15227,7 +16532,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": { @@ -15255,7 +16565,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": { @@ -15346,7 +16661,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": { @@ -15431,7 +16751,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": { @@ -15451,7 +16776,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15469,7 +16799,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": { @@ -15494,7 +16829,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15517,7 +16857,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": { @@ -15548,7 +16893,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15577,7 +16927,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_preview": { @@ -15605,7 +16960,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15631,7 +16991,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}": { @@ -15714,7 +17079,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": { @@ -15795,7 +17165,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": { @@ -15852,7 +17227,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": { @@ -15911,7 +17291,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": { @@ -16017,7 +17402,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": { @@ -16146,7 +17536,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": { @@ -16221,7 +17616,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": { @@ -16326,7 +17726,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": { @@ -16391,7 +17796,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": { @@ -16514,7 +17924,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": { @@ -16728,7 +18143,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": { @@ -16820,7 +18240,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": { @@ -17028,7 +18453,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": { @@ -17108,7 +18538,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_msearch": { @@ -17169,7 +18604,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17228,7 +18668,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -17292,7 +18737,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17354,7 +18804,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -17395,7 +18850,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17434,7 +18894,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch/template": { @@ -17478,7 +18943,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17520,7 +18990,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -17578,7 +19053,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17634,7 +19114,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -17695,7 +19180,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17754,7 +19244,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -17894,7 +19389,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}/{context}": { @@ -17935,7 +19435,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17974,7 +19479,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -18032,7 +19542,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18132,7 +19647,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18178,7 +19698,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}": { @@ -18221,7 +19746,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18302,7 +19832,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18337,7 +19872,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -18404,7 +19944,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_test": { @@ -18490,7 +20035,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -18524,7 +20074,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18556,7 +20111,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rank_eval": { @@ -18593,7 +20153,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18628,7 +20193,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -18903,7 +20473,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -18923,7 +20498,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18941,7 +20521,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -18966,7 +20551,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18989,7 +20579,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/painless/_execute": { @@ -19009,7 +20604,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19027,7 +20627,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -19182,7 +20787,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19335,7 +20945,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -19493,7 +21108,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19649,7 +21269,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -19692,7 +21317,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -19761,7 +21391,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -19796,7 +21431,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -19818,7 +21458,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -19853,7 +21498,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -19889,7 +21539,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics": { @@ -19906,7 +21561,12 @@ }, "deprecated": true, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application": { @@ -19983,7 +21643,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_search": { @@ -20011,7 +21676,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20037,7 +21707,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mvt/{field}/{zoom}/{x}/{y}": { @@ -20099,7 +21774,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20159,7 +21839,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -20224,7 +21909,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20287,7 +21977,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search/template": { @@ -20355,7 +22050,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20421,7 +22121,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -20514,7 +22219,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -20643,7 +22353,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20670,7 +22385,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20697,7 +22417,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20826,7 +22551,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}": { @@ -20848,7 +22578,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20878,7 +22613,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20908,7 +22648,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20968,7 +22713,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege/_builtin": { @@ -21022,7 +22772,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -21039,7 +22794,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_has_privileges": { @@ -21063,7 +22823,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21085,7 +22850,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{user}/_has_privileges": { @@ -21114,7 +22884,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21141,7 +22916,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -21176,7 +22956,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21209,7 +22994,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/role": { @@ -21229,7 +23019,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21247,7 +23042,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{id}": { @@ -21336,7 +23136,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -21392,7 +23197,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/delete/{id}": { @@ -21429,7 +23239,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/{id}": { @@ -21543,7 +23358,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/status/{id}": { @@ -21610,7 +23430,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -21635,7 +23460,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21658,7 +23488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -21678,7 +23513,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21696,7 +23536,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -21776,7 +23621,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21856,7 +23706,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21891,7 +23746,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{set_id}/{rule_id}": { @@ -21945,7 +23805,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22022,7 +23887,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22074,7 +23944,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -22143,7 +24018,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/{task_id}": { @@ -22230,7 +24110,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_terms_enum": { @@ -22255,7 +24140,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22278,7 +24168,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors/{id}": { @@ -22343,7 +24238,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22406,7 +24306,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -22468,7 +24373,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22528,7 +24438,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}": { @@ -22562,7 +24477,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22682,7 +24602,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22753,7 +24678,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -22784,7 +24714,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stats": { @@ -22882,7 +24817,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_preview": { @@ -22910,7 +24850,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22936,7 +24881,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -22961,7 +24911,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22984,7 +24939,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_reset": { @@ -23047,7 +25007,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_schedule_now": { @@ -23100,7 +25065,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_start": { @@ -23163,7 +25133,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stop": { @@ -23256,7 +25231,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_update": { @@ -23424,7 +25404,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update/{id}": { @@ -23711,7 +25696,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -24179,7 +26169,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } } },