diff --git a/compiler-rs/clients_schema_to_openapi/src/lib.rs b/compiler-rs/clients_schema_to_openapi/src/lib.rs index c218e99975..b37c7c5cc3 100644 --- a/compiler-rs/clients_schema_to_openapi/src/lib.rs +++ b/compiler-rs/clients_schema_to_openapi/src/lib.rs @@ -25,7 +25,7 @@ use indexmap::IndexMap; use clients_schema::{Availabilities, Availability, Flavor, IndexedModel, Stability, Visibility}; use openapiv3::{Components, OpenAPI}; -use serde_json::Value; +use serde_json::{Map,Value}; use clients_schema::transform::ExpandConfig; use crate::components::TypesAndComponents; @@ -190,9 +190,14 @@ pub fn product_meta_as_extensions(namespace: &str, product_meta: &IndexMap = Vec::new(); + let mut product_feature: Map = Map::new(); + product_feature.insert("name".to_string(),Value::String("x-product-feature".to_string())); + product_feature.insert("content".to_string(),Value::String(product_str)); + product_feature_list.push(Value::Object(product_feature)); + result.insert("x-metaTags".to_string(), Value::Array(product_feature_list)); result } diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm index e2aff0dd64..a68169474d 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 f604f0dab2..d690fb8480 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": { @@ -332,7 +347,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": { @@ -489,7 +509,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}": { @@ -546,7 +571,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -631,7 +661,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -696,7 +731,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_autoscaling/capacity": { @@ -753,7 +793,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_bulk": { @@ -811,7 +856,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -867,7 +917,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_bulk": { @@ -928,7 +983,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -987,7 +1047,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases": { @@ -1021,7 +1086,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases/{name}": { @@ -1058,7 +1128,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/allocation": { @@ -1092,7 +1167,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/allocation/{node_id}": { @@ -1129,7 +1209,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates": { @@ -1160,7 +1245,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}": { @@ -1194,7 +1284,12 @@ } }, "x-state": "Generally available; Added in 5.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count": { @@ -1219,7 +1314,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count/{index}": { @@ -1247,7 +1347,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/fielddata": { @@ -1278,7 +1383,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/fielddata/{fields}": { @@ -1312,7 +1422,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/health": { @@ -1387,7 +1502,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat": { @@ -1411,7 +1531,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices": { @@ -1457,7 +1582,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices/{index}": { @@ -1506,7 +1636,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/master": { @@ -1581,7 +1716,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics": { @@ -1615,7 +1755,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}": { @@ -1652,7 +1797,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": { @@ -1683,7 +1833,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}": { @@ -1717,7 +1872,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": { @@ -1751,7 +1911,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}": { @@ -1788,7 +1953,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": { @@ -1828,7 +1998,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}": { @@ -1871,7 +2046,12 @@ } }, "x-state": "Generally available; Added in 7.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/nodeattrs": { @@ -1952,7 +2132,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/nodes": { @@ -2070,7 +2255,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/pending_tasks": { @@ -2155,7 +2345,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/plugins": { @@ -2240,7 +2435,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/recovery": { @@ -2280,7 +2480,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/recovery/{index}": { @@ -2323,7 +2528,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/repositories": { @@ -2398,7 +2608,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/segments": { @@ -2432,7 +2647,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/segments/{index}": { @@ -2469,7 +2689,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/shards": { @@ -2503,7 +2728,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/shards/{index}": { @@ -2540,7 +2770,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/snapshots": { @@ -2574,7 +2809,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}": { @@ -2611,7 +2851,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/tasks": { @@ -2742,7 +2987,12 @@ } }, "x-state": "Technical preview; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/templates": { @@ -2773,7 +3023,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}": { @@ -2807,7 +3062,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": { @@ -2841,7 +3101,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/thread_pool/{thread_pool_patterns}": { @@ -2878,7 +3143,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms": { @@ -2915,7 +3185,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}": { @@ -2955,7 +3230,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}": { @@ -2983,7 +3263,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -3118,7 +3403,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -3172,7 +3462,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": { @@ -3322,7 +3617,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": { @@ -3395,7 +3695,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": { @@ -3463,7 +3768,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": { @@ -3557,7 +3867,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": { @@ -3582,7 +3897,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": { @@ -3638,7 +3958,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": { @@ -3691,7 +4016,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": { @@ -3747,7 +4077,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": { @@ -3850,7 +4185,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ccr/stats": { @@ -3914,7 +4254,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": { @@ -3970,7 +4315,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll": { @@ -4004,7 +4354,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4036,7 +4391,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4057,7 +4417,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll/{scroll_id}": { @@ -4094,7 +4459,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4129,7 +4499,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4155,7 +4530,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_pit": { @@ -4222,7 +4602,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": { @@ -4253,7 +4638,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4282,7 +4672,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}": { @@ -4319,7 +4714,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4351,7 +4751,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4383,7 +4788,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4438,7 +4848,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -4489,7 +4904,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": { @@ -4554,7 +4974,12 @@ } }, "x-state": "Generally available; Added in 7.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4597,7 +5022,12 @@ } }, "x-state": "Generally available; Added in 7.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template": { @@ -4631,7 +5061,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/settings": { @@ -4727,7 +5162,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4844,7 +5284,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/health": { @@ -4896,7 +5341,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}": { @@ -4951,7 +5401,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_info/{target}": { @@ -5011,7 +5466,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": { @@ -5068,7 +5528,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_remote/info": { @@ -5098,7 +5563,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/reroute": { @@ -5226,7 +5696,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/state": { @@ -5269,7 +5744,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}": { @@ -5315,7 +5795,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}": { @@ -5364,7 +5849,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cluster/stats": { @@ -5389,7 +5879,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}": { @@ -5417,7 +5912,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": { @@ -5467,7 +5967,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}": { @@ -5504,7 +6009,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5526,7 +6036,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5576,7 +6091,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector": { @@ -5677,7 +6197,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5694,7 +6219,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5757,7 +6287,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": { @@ -5802,7 +6337,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": { @@ -5839,7 +6379,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": { @@ -5905,7 +6450,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}": { @@ -5941,7 +6491,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5981,7 +6536,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": { @@ -6042,7 +6602,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job": { @@ -6143,7 +6708,12 @@ } }, "x-state": "Beta; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6202,7 +6772,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": { @@ -6284,7 +6859,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_activate": { @@ -6329,7 +6909,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": { @@ -6402,7 +6987,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": { @@ -6481,7 +7071,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": { @@ -6561,7 +7156,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": { @@ -6637,7 +7237,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering": { @@ -6722,7 +7327,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": { @@ -6785,7 +7395,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": { @@ -6865,7 +7480,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": { @@ -6937,7 +7557,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": { @@ -6999,7 +7624,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": { @@ -7072,7 +7702,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": { @@ -7147,7 +7782,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": { @@ -7219,7 +7859,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": { @@ -7291,7 +7936,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_count": { @@ -7355,7 +8005,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7417,7 +8072,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_count": { @@ -7484,7 +8144,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7549,7 +8214,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_create/{id}": { @@ -7620,7 +8290,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7689,7 +8364,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}": { @@ -7763,7 +8443,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7829,7 +8514,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_dangling": { @@ -7869,7 +8559,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}": { @@ -8034,7 +8729,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8103,7 +8803,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8172,7 +8877,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -8304,7 +9014,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8446,7 +9161,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_delete_by_query": { @@ -8890,7 +9610,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": { @@ -8937,7 +9662,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}": { @@ -8999,7 +9729,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9034,7 +9769,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9069,7 +9809,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9124,7 +9869,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}": { @@ -9149,7 +9899,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9221,7 +9976,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9266,7 +10026,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": { @@ -9331,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": { @@ -9353,7 +10123,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/_stats": { @@ -9417,7 +10192,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}": { @@ -9474,7 +10254,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9509,7 +10294,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}": { @@ -9580,7 +10370,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": { @@ -9632,7 +10427,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9682,7 +10482,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query/async": { @@ -9822,7 +10627,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}": { @@ -9902,7 +10712,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -9940,7 +10755,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": { @@ -9990,7 +10810,12 @@ } }, "x-state": "Generally available; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -10120,7 +10945,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}": { @@ -10262,7 +11092,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -10398,7 +11233,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}": { @@ -10462,7 +11302,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10524,7 +11369,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features": { @@ -10580,7 +11430,12 @@ } }, "x-state": "Generally available; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_features/_reset": { @@ -10633,7 +11488,12 @@ } }, "x-state": "Technical preview; Added in 7.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -10679,7 +11539,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10723,7 +11588,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": { @@ -10772,7 +11642,12 @@ } }, "x-state": "Generally available; Added in 5.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10819,7 +11694,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": { @@ -10921,7 +11801,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": { @@ -10985,7 +11870,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": [ @@ -11047,7 +11937,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": { @@ -11114,7 +12009,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": [ @@ -11179,7 +12079,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": { @@ -11336,7 +12241,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": [ @@ -11491,7 +12401,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": { @@ -11526,7 +12441,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_script_language": { @@ -11568,7 +12488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -11602,7 +12527,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -11634,7 +12564,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_health_report": { @@ -11662,7 +12597,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}": { @@ -11693,7 +12633,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}": { @@ -11721,7 +12666,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -11805,7 +12755,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -11866,7 +12821,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": { @@ -11950,7 +12910,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/policy": { @@ -11975,7 +12940,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/status": { @@ -12013,7 +12983,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": { @@ -12130,7 +13105,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}": { @@ -12206,7 +13186,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": { @@ -12264,7 +13249,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": { @@ -12301,7 +13291,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/start": { @@ -12353,7 +13348,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ilm/stop": { @@ -12405,7 +13405,12 @@ } }, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -12473,7 +13478,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -12596,7 +13606,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -12624,7 +13639,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12650,7 +13670,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -12681,7 +13706,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12710,7 +13740,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_cancel": { @@ -12747,7 +13782,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cache/clear": { @@ -12790,7 +13830,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_cache/clear": { @@ -12836,7 +13881,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_clone/{target}": { @@ -12873,7 +13923,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12908,7 +13963,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_close": { @@ -13030,7 +14090,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -13150,7 +14215,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13272,7 +14342,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13357,7 +14432,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -13448,7 +14528,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -13482,7 +14567,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13537,7 +14627,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13592,7 +14687,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}": { @@ -13620,7 +14720,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13646,7 +14751,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": { @@ -13668,7 +14778,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": { @@ -13693,7 +14808,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}": { @@ -13730,7 +14850,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13762,7 +14887,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13794,7 +14924,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13823,7 +14958,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -13858,7 +14998,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -13892,7 +15037,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -13924,7 +15074,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13953,7 +15108,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -14040,7 +15200,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14147,7 +15312,12 @@ } }, "x-state": "Generally available; Added in 8.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14221,7 +15391,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}": { @@ -14255,7 +15430,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14287,7 +15467,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14319,7 +15504,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14374,7 +15564,12 @@ } }, "x-state": "Generally available; Added in 7.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14435,7 +15630,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template/{name}": { @@ -14470,7 +15670,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14509,7 +15714,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -14548,7 +15758,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14604,7 +15819,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14668,7 +15888,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_disk_usage": { @@ -14755,7 +15980,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}": { @@ -14818,7 +16048,12 @@ } }, "x-state": "Technical preview; Added in 8.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -14852,7 +16087,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -14884,7 +16124,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -14967,7 +16212,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": { @@ -15050,7 +16300,12 @@ } }, "x-state": "Technical preview; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_flush": { @@ -15084,7 +16339,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15116,7 +16376,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_flush": { @@ -15153,7 +16418,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15188,7 +16458,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_forcemerge": { @@ -15231,7 +16506,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_forcemerge": { @@ -15277,7 +16557,12 @@ } }, "x-state": "Generally available; Added in 2.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -15308,7 +16593,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -15342,7 +16632,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_lifecycle/stats": { @@ -15398,7 +16693,12 @@ } }, "x-state": "Generally available; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -15429,7 +16729,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}": { @@ -15466,7 +16771,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping/field/{fields}": { @@ -15506,7 +16816,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -15537,7 +16852,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -15571,7 +16891,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -15608,7 +16933,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15652,7 +16982,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15696,7 +17031,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex/{index}/_status": { @@ -15781,7 +17121,12 @@ } }, "x-state": "Technical preview; Added in 8.18.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -15821,7 +17166,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15868,7 +17218,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -15911,7 +17266,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -15961,7 +17321,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -16007,7 +17372,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -16050,7 +17420,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template": { @@ -16082,7 +17457,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/reindex": { @@ -16122,7 +17502,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}": { @@ -16179,7 +17564,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": { @@ -16231,7 +17621,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_open": { @@ -16346,7 +17741,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_promote/{name}": { @@ -16393,7 +17793,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_recovery": { @@ -16418,7 +17823,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_recovery": { @@ -16446,7 +17856,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -16474,7 +17889,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16500,7 +17920,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -16531,7 +17956,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16560,7 +17990,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_reload_search_analyzers": { @@ -16597,7 +18032,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -16632,7 +18072,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/cluster": { @@ -16666,7 +18111,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}": { @@ -16703,7 +18153,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}": { @@ -16801,7 +18256,12 @@ } }, "x-state": "Generally available; Added in 7.9.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -16841,7 +18301,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}": { @@ -16884,7 +18349,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_segments": { @@ -16915,7 +18385,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_segments": { @@ -16949,7 +18424,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_shard_stores": { @@ -16980,7 +18460,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shard_stores": { @@ -17014,7 +18499,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_shrink/{target}": { @@ -17051,7 +18541,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17086,7 +18581,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}": { @@ -17183,7 +18683,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": { @@ -17217,7 +18722,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -17254,7 +18764,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_split/{target}": { @@ -17291,7 +18806,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17326,7 +18846,12 @@ } }, "x-state": "Generally available; Added in 6.1.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats": { @@ -17372,7 +18897,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_stats/{metric}": { @@ -17421,7 +18951,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_stats": { @@ -17470,7 +19005,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}": { @@ -17522,7 +19062,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_unfreeze": { @@ -17632,7 +19177,12 @@ }, "deprecated": true, "x-state": "Generally available; Added in 6.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -17703,7 +19253,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -17761,7 +19316,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17817,7 +19377,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": { @@ -17878,7 +19443,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17937,7 +19507,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": { @@ -18017,7 +19592,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}": { @@ -18108,7 +19688,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}": { @@ -18129,7 +19714,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": [ @@ -18152,7 +19742,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": [ @@ -18178,7 +19773,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": [ @@ -18203,7 +19803,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}": { @@ -18227,7 +19832,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": [ @@ -18253,7 +19863,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": [ @@ -18282,7 +19897,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": [ @@ -18310,7 +19930,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": { @@ -18326,7 +19951,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}": { @@ -18423,7 +20053,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}": { @@ -18510,7 +20145,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}": { @@ -18591,7 +20231,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}": { @@ -18678,7 +20323,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}": { @@ -18765,7 +20415,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}": { @@ -18852,7 +20507,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{deepseek_inference_id}": { @@ -18924,7 +20584,12 @@ } }, "x-state": "Generally available; Added in 9.1.0", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{elasticsearch_inference_id}": { @@ -19037,7 +20702,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}": { @@ -19128,7 +20798,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}": { @@ -19207,7 +20882,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}": { @@ -19294,7 +20974,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}": { @@ -19381,7 +21066,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}": { @@ -19468,7 +21158,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}": { @@ -19546,7 +21241,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}": { @@ -19633,7 +21333,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}": { @@ -19720,7 +21425,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}": { @@ -19795,7 +21505,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}": { @@ -19912,7 +21627,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}": { @@ -20003,7 +21723,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": { @@ -20078,7 +21803,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}": { @@ -20169,7 +21899,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": { @@ -20194,7 +21929,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": { @@ -20222,7 +21962,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" + } + ] } }, "/": { @@ -20276,7 +22021,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -20294,7 +22044,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/geoip/database/{id}": { @@ -20316,7 +22071,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20393,7 +22153,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20448,7 +22213,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}": { @@ -20470,7 +22240,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20541,7 +22316,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20596,7 +22376,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}": { @@ -20627,7 +22412,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20747,7 +22537,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20805,7 +22600,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": { @@ -20848,7 +22648,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": { @@ -20865,7 +22670,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": { @@ -20882,7 +22692,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -20910,7 +22725,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": { @@ -20948,7 +22768,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": { @@ -20973,7 +22798,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20996,7 +22826,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": { @@ -21024,7 +22859,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21050,7 +22890,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_knn_search": { @@ -21079,7 +22924,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 8.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21106,7 +22956,12 @@ }, "deprecated": true, "x-state": "Technical preview; Added in 8.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -21166,7 +23021,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21195,7 +23055,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21224,7 +23089,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21271,7 +23141,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license/basic_status": { @@ -21309,7 +23184,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": { @@ -21347,7 +23227,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": { @@ -21443,7 +23328,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": { @@ -21523,7 +23413,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}": { @@ -21548,7 +23443,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": [ @@ -21599,7 +23499,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": [ @@ -21633,7 +23538,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": { @@ -21653,7 +23563,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": { @@ -21699,7 +23614,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21743,7 +23663,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -21792,7 +23717,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21839,7 +23769,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_migration/deprecations": { @@ -21856,7 +23791,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": { @@ -21878,7 +23818,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": { @@ -21923,7 +23868,12 @@ } }, "x-state": "Generally available; Added in 7.16.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21968,7 +23918,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": { @@ -22019,7 +23974,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": { @@ -22124,7 +24084,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}": { @@ -22155,7 +24120,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": [ @@ -22228,7 +24198,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": [ @@ -22257,7 +24232,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": [ @@ -22298,7 +24278,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}": { @@ -22351,7 +24336,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}": { @@ -22415,7 +24405,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": [ @@ -22483,7 +24478,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}": { @@ -22517,7 +24517,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": [ @@ -22667,7 +24672,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": [ @@ -22728,7 +24738,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}": { @@ -22756,7 +24771,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": [ @@ -22967,7 +24987,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": [ @@ -23018,7 +25043,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}": { @@ -23049,7 +25079,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": { @@ -23077,7 +25112,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}": { @@ -23105,7 +25145,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": [ @@ -23188,7 +25233,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": [ @@ -23229,7 +25279,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": { @@ -23336,7 +25391,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": [ @@ -23362,7 +25422,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}": { @@ -23393,7 +25458,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}": { @@ -23421,7 +25491,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": [ @@ -23663,7 +25738,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": [ @@ -23740,7 +25820,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}": { @@ -23786,7 +25871,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": [ @@ -23830,7 +25920,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": [ @@ -23882,7 +25977,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}": { @@ -23928,7 +26028,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": [ @@ -24037,7 +26142,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": [ @@ -24098,7 +26208,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}": { @@ -24156,7 +26271,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": [ @@ -24208,7 +26328,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": { @@ -24281,7 +26406,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": { @@ -24385,7 +26515,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": { @@ -24405,7 +26540,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": [ @@ -24423,7 +26563,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": { @@ -24448,7 +26593,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": [ @@ -24471,7 +26621,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": { @@ -24603,7 +26758,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}": { @@ -24658,7 +26818,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": [ @@ -24711,7 +26876,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": { @@ -24763,7 +26933,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": [ @@ -24813,7 +26988,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": { @@ -24915,7 +27095,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": [ @@ -24989,7 +27174,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": { @@ -25017,7 +27207,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": [ @@ -25043,7 +27238,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}": { @@ -25080,7 +27280,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": [ @@ -25115,7 +27320,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": { @@ -25149,7 +27359,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": [ @@ -25181,7 +27396,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": { @@ -25212,7 +27432,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": { @@ -25243,7 +27468,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": { @@ -25277,7 +27507,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": { @@ -25302,7 +27537,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": { @@ -25324,7 +27564,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": { @@ -25349,7 +27594,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": { @@ -25374,7 +27624,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": { @@ -25423,7 +27678,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": [ @@ -25470,7 +27730,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": { @@ -25492,7 +27757,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": { @@ -25517,7 +27787,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": { @@ -25542,7 +27817,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": { @@ -25567,7 +27847,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": { @@ -25595,7 +27880,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": { @@ -25668,7 +27958,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": { @@ -25711,7 +28006,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": [ @@ -25752,7 +28052,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": { @@ -25798,7 +28103,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": [ @@ -25842,7 +28152,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": { @@ -25891,7 +28206,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": [ @@ -25938,7 +28258,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": { @@ -25981,7 +28306,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": { @@ -26012,7 +28342,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": { @@ -26040,7 +28375,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": { @@ -26067,7 +28407,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/trained_models/{model_id}/deployment/_infer": { @@ -26094,7 +28439,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": { @@ -26138,7 +28488,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": { @@ -26223,7 +28578,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": { @@ -26364,7 +28724,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": { @@ -26384,7 +28749,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": [ @@ -26402,7 +28772,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": { @@ -26427,7 +28802,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": [ @@ -26450,7 +28830,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": { @@ -26481,7 +28866,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": [ @@ -26510,7 +28900,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": { @@ -26538,7 +28933,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": [ @@ -26564,7 +28964,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}": { @@ -26647,7 +29052,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": { @@ -26728,7 +29138,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": { @@ -26785,7 +29200,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": { @@ -26873,7 +29293,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": { @@ -26919,7 +29344,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": { @@ -26978,7 +29408,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": { @@ -27084,7 +29519,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": { @@ -27223,7 +29663,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": { @@ -27298,7 +29743,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": { @@ -27403,7 +29853,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": { @@ -27468,7 +29923,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": { @@ -27591,7 +30051,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": { @@ -27805,7 +30270,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": { @@ -27897,7 +30367,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": { @@ -28105,7 +30580,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": { @@ -28192,7 +30672,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": { @@ -28272,7 +30757,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": { @@ -28353,7 +30843,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": { @@ -28414,7 +30909,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28473,7 +30973,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -28537,7 +31042,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28599,7 +31109,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -28639,7 +31154,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28677,7 +31197,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": { @@ -28720,7 +31245,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28761,7 +31291,12 @@ } }, "x-state": "Generally available; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -28819,7 +31354,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28875,7 +31415,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -28936,7 +31481,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -28995,7 +31545,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}": { @@ -29043,7 +31598,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": { @@ -29080,7 +31640,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": { @@ -29120,7 +31685,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/hot_threads": { @@ -29163,7 +31733,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes": { @@ -29188,7 +31763,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}": { @@ -29216,7 +31796,12 @@ } }, "x-state": "Generally available; Added in 1.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{metric}": { @@ -29244,7 +31829,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}": { @@ -29275,7 +31865,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": { @@ -29300,7 +31895,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": { @@ -29328,7 +31928,12 @@ } }, "x-state": "Generally available; Added in 6.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats": { @@ -29374,7 +31979,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats": { @@ -29423,7 +32033,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}": { @@ -29472,7 +32087,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}": { @@ -29524,7 +32144,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/stats/{metric}/{index_metric}": { @@ -29576,7 +32201,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/{node_id}/stats/{metric}/{index_metric}": { @@ -29631,7 +32261,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/usage": { @@ -29653,7 +32288,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": { @@ -29678,7 +32318,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}": { @@ -29703,7 +32348,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}": { @@ -29731,7 +32381,12 @@ } }, "x-state": "Generally available; Added in 6.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -29871,7 +32526,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}": { @@ -29911,7 +32571,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -29949,7 +32614,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -30006,7 +32676,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -30106,7 +32781,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -30152,7 +32832,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}": { @@ -30195,7 +32880,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -30275,7 +32965,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -30310,7 +33005,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -30377,7 +33077,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": { @@ -30463,7 +33168,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -30497,7 +33207,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30529,7 +33244,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": { @@ -30566,7 +33286,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30601,7 +33326,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -30872,7 +33602,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": { @@ -30930,7 +33665,12 @@ } }, "x-state": "Generally available; Added in 2.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -30950,7 +33690,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -30968,7 +33713,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -30993,7 +33743,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31016,7 +33771,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rollup/job/{id}": { @@ -31039,7 +33799,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": [ @@ -31136,7 +33901,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": [ @@ -31192,7 +33962,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": { @@ -31210,7 +33985,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}": { @@ -31233,7 +34013,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": { @@ -31251,7 +34036,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": { @@ -31298,7 +34088,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": { @@ -31330,7 +34125,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": [ @@ -31360,7 +34160,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": { @@ -31412,7 +34217,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": { @@ -31478,7 +34288,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": { @@ -31498,7 +34313,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31516,7 +34336,12 @@ } }, "x-state": "Technical preview; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -31673,7 +34498,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -31828,7 +34658,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -31988,7 +34823,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32146,7 +34986,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -32189,7 +35034,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -32258,7 +35108,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -32293,7 +35148,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -32314,7 +35174,12 @@ } }, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -32348,7 +35213,12 @@ } }, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -32383,7 +35253,12 @@ } }, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics": { @@ -32399,7 +35274,12 @@ } }, "x-state": "Technical preview; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application": { @@ -32476,7 +35356,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}": { @@ -32563,7 +35448,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_render_query": { @@ -32629,7 +35519,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": { @@ -32657,7 +35552,12 @@ } }, "x-state": "Beta; Added in 8.8.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32683,7 +35583,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}": { @@ -32744,7 +35649,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32803,7 +35713,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search_shards": { @@ -32843,7 +35758,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32881,7 +35801,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search_shards": { @@ -32924,7 +35849,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -32965,7 +35895,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -33029,7 +35964,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33091,7 +36031,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": { @@ -33158,7 +36103,12 @@ } }, "x-state": "Generally available; Added in 2.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33223,7 +36173,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": { @@ -33248,7 +36203,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": { @@ -33276,7 +36236,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": { @@ -33307,7 +36272,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": { @@ -33341,7 +36311,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": { @@ -33468,7 +36443,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": { @@ -33490,7 +36470,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": { @@ -33515,7 +36500,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": { @@ -33581,7 +36571,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -33674,7 +36669,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role": { @@ -33691,7 +36691,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -33802,7 +36807,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -33901,7 +36911,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": { @@ -34004,7 +37019,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": { @@ -34032,7 +37052,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34058,7 +37083,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_password": { @@ -34083,7 +37113,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34106,7 +37141,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{ids}/_clear_cache": { @@ -34162,7 +37202,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": { @@ -34218,7 +37263,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": { @@ -34290,7 +37340,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role/{name}/_clear_cache": { @@ -34346,7 +37401,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": { @@ -34427,7 +37487,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -34556,7 +37621,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -34582,7 +37652,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34608,7 +37683,12 @@ } }, "x-state": "Generally available; Added in 6.7.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -34737,7 +37817,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": { @@ -34829,7 +37914,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service/{namespace}/{service}/credential/token/{name}": { @@ -34863,7 +37953,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -34895,7 +37990,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -34980,7 +38080,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": { @@ -35011,7 +38116,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/delegate_pki": { @@ -35094,7 +38204,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}": { @@ -35122,7 +38237,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35193,7 +38313,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}": { @@ -35215,7 +38340,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35244,7 +38374,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35273,7 +38408,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35333,7 +38473,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/role_mapping/{name}": { @@ -35358,7 +38503,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35387,7 +38537,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35416,7 +38571,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35479,7 +38639,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}": { @@ -35504,7 +38669,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -35530,7 +38700,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35556,7 +38731,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -35616,7 +38796,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{username}/_disable": { @@ -35641,7 +38826,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35664,7 +38854,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_disable": { @@ -35689,7 +38884,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35712,7 +38912,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": { @@ -35737,7 +38942,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35760,7 +38970,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_enable": { @@ -35785,7 +39000,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -35808,7 +39028,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": { @@ -35851,7 +39076,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": { @@ -35918,7 +39148,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": { @@ -35980,7 +39215,12 @@ } }, "x-state": "Generally available; Added in 7.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/privilege": { @@ -36000,7 +39240,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36026,7 +39271,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36052,7 +39302,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}": { @@ -36077,7 +39332,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": { @@ -36097,7 +39357,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}": { @@ -36125,7 +39390,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}": { @@ -36150,7 +39420,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/service": { @@ -36170,7 +39445,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": { @@ -36250,7 +39530,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/settings": { @@ -36302,7 +39587,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -36381,7 +39671,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oauth2/token": { @@ -36494,7 +39789,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -36601,7 +39901,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user": { @@ -36623,7 +39928,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_privileges": { @@ -36743,7 +40053,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}": { @@ -36842,7 +40157,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": { @@ -36936,7 +40256,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": { @@ -36959,7 +40284,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -36980,7 +40310,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": { @@ -37008,7 +40343,12 @@ } }, "x-state": "Generally available; Added in 6.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37034,7 +40374,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": { @@ -37057,7 +40402,12 @@ } }, "x-state": "Generally available; Added in 8.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37078,7 +40428,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": { @@ -37171,7 +40526,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/logout": { @@ -37239,7 +40599,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/oidc/prepare": { @@ -37339,7 +40704,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -37370,7 +40740,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37399,7 +40774,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": { @@ -37419,7 +40799,12 @@ } }, "x-state": "Generally available; Added in 8.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37437,7 +40822,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": { @@ -37462,7 +40852,12 @@ } }, "x-state": "Generally available; Added in 8.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37485,7 +40880,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": { @@ -37580,7 +40980,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": { @@ -37646,7 +41051,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": { @@ -37731,7 +41141,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": { @@ -37802,7 +41217,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": { @@ -37889,7 +41309,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}": { @@ -37941,7 +41366,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": { @@ -37966,7 +41396,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -37989,7 +41424,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}": { @@ -38078,7 +41518,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}": { @@ -38163,7 +41608,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/profile/{uid}/_data": { @@ -38197,7 +41647,12 @@ } }, "x-state": "Generally available; Added in 8.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38229,7 +41684,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": { @@ -38254,7 +41714,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -38346,7 +41811,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -38407,7 +41877,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_nodes/shutdown": { @@ -38429,7 +41904,12 @@ } }, "x-state": "Generally available; Added in 7.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/_simulate": { @@ -38454,7 +41934,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38477,7 +41962,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": { @@ -38505,7 +41995,12 @@ } }, "x-state": "Technical preview; Added in 8.12.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -38531,7 +42026,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}": { @@ -38559,7 +42059,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -38653,7 +42158,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -38708,7 +42218,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": { @@ -38779,7 +42294,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": { @@ -38825,7 +42345,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/policy": { @@ -38850,7 +42375,12 @@ } }, "x-state": "Generally available; Added in 7.4.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stats": { @@ -38949,7 +42479,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/status": { @@ -39009,7 +42544,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/start": { @@ -39061,7 +42601,12 @@ } }, "x-state": "Generally available; Added in 7.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_slm/stop": { @@ -39107,7 +42652,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": { @@ -39181,7 +42731,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}": { @@ -39274,7 +42829,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}": { @@ -39486,7 +43046,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39521,7 +43086,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39556,7 +43126,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39618,7 +43193,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/{repository}": { @@ -39646,7 +43226,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -39681,7 +43266,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -39716,7 +43306,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -39771,7 +43366,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot": { @@ -39796,7 +43396,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": { @@ -40051,7 +43656,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": { @@ -40189,7 +43799,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_snapshot/_status": { @@ -40214,7 +43829,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": { @@ -40242,7 +43862,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": { @@ -40273,7 +43898,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": { @@ -40344,7 +43974,12 @@ } }, "x-state": "Generally available; Added in 0.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -40400,7 +44035,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}": { @@ -40437,7 +44077,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}": { @@ -40551,7 +44196,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}": { @@ -40618,7 +44268,12 @@ } }, "x-state": "Generally available; Added in 7.15.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -40643,7 +44298,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40666,7 +44326,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -40686,7 +44351,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -40704,7 +44374,12 @@ } }, "x-state": "Generally available; Added in 6.3.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ssl/certificates": { @@ -40740,7 +44415,12 @@ } }, "x-state": "Generally available; Added in 6.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -40820,7 +44500,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -40896,7 +44581,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -40931,7 +44621,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}": { @@ -40985,7 +44680,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -41062,7 +44762,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -41114,7 +44819,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -41183,7 +44893,12 @@ } }, "x-state": "Generally available; Added in 8.10.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/_cancel": { @@ -41214,7 +44929,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": { @@ -41248,7 +44968,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}": { @@ -41335,7 +45060,12 @@ } }, "x-state": "Technical preview; Added in 5.0.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks": { @@ -41447,7 +45177,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": { @@ -41472,7 +45207,12 @@ } }, "x-state": "Generally available; Added in 7.14.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41495,7 +45235,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}": { @@ -41556,7 +45301,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41615,7 +45365,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -41673,7 +45428,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -41729,7 +45489,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_field_structure": { @@ -41970,7 +45735,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_message_structure": { @@ -42025,7 +45795,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42078,7 +45853,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_text_structure/find_structure": { @@ -42385,7 +46165,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": { @@ -42413,7 +46198,12 @@ } }, "x-state": "Generally available; Added in 8.13.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42439,7 +46229,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}": { @@ -42473,7 +46268,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -42593,7 +46393,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -42664,7 +46469,12 @@ } }, "x-state": "Generally available; Added in 7.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -42695,7 +46505,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": { @@ -42793,7 +46608,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": { @@ -42821,7 +46641,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42847,7 +46672,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -42872,7 +46702,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -42895,7 +46730,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": { @@ -42958,7 +46798,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": { @@ -43011,7 +46856,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": { @@ -43074,7 +46924,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": { @@ -43167,7 +47022,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": { @@ -43335,7 +47195,12 @@ } }, "x-state": "Generally available; Added in 7.2.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_upgrade": { @@ -43406,7 +47271,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}": { @@ -43689,7 +47559,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -44153,7 +48028,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": { @@ -44211,7 +48091,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": { @@ -44233,7 +48118,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44253,7 +48143,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_ack/{action_id}": { @@ -44278,7 +48173,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44301,7 +48201,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_activate": { @@ -44326,7 +48231,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44349,7 +48259,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{watch_id}/_deactivate": { @@ -44374,7 +48289,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44397,7 +48317,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}": { @@ -44467,7 +48392,12 @@ } }, "x-state": "Generally available; Added in 5.6.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -44502,7 +48432,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44537,7 +48472,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -44594,7 +48534,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/{id}/_execute": { @@ -44622,7 +48567,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44648,7 +48598,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/watch/_execute": { @@ -44673,7 +48628,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44696,7 +48656,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/settings": { @@ -44746,7 +48711,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -44821,7 +48791,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_query/watches": { @@ -44841,7 +48816,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -44859,7 +48839,12 @@ } }, "x-state": "Generally available; Added in 7.11.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_start": { @@ -44901,7 +48886,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/stats": { @@ -44926,7 +48916,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}": { @@ -44954,7 +48949,12 @@ } }, "x-state": "Generally available; Added in 5.5.0", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_watcher/_stop": { @@ -44996,7 +48996,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack": { @@ -45081,7 +49086,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_xpack/usage": { @@ -45235,7 +49245,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 d2c3f6f672..5bac6cb2ad 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": { @@ -332,7 +347,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_async_search": { @@ -489,7 +509,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_bulk": { @@ -547,7 +572,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -603,7 +633,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_bulk": { @@ -664,7 +699,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -723,7 +763,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases": { @@ -757,7 +802,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/aliases/{name}": { @@ -794,7 +844,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates": { @@ -825,7 +880,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/component_templates/{name}": { @@ -859,7 +919,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count": { @@ -884,7 +949,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/count/{index}": { @@ -912,7 +982,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat": { @@ -936,7 +1011,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices": { @@ -982,7 +1062,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/indices/{index}": { @@ -1031,7 +1116,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics": { @@ -1065,7 +1155,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/data_frame/analytics/{id}": { @@ -1102,7 +1197,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/datafeeds": { @@ -1133,7 +1233,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/datafeeds/{datafeed_id}": { @@ -1167,7 +1272,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/anomaly_detectors": { @@ -1201,7 +1311,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/anomaly_detectors/{job_id}": { @@ -1238,7 +1353,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/trained_models": { @@ -1278,7 +1398,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/ml/trained_models/{model_id}": { @@ -1321,7 +1446,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms": { @@ -1358,7 +1488,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_cat/transforms/{transform_id}": { @@ -1398,7 +1533,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll": { @@ -1432,7 +1572,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1464,7 +1609,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -1485,7 +1635,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/scroll/{scroll_id}": { @@ -1522,7 +1677,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1557,7 +1717,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -1583,7 +1748,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_pit": { @@ -1650,7 +1820,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template/{name}": { @@ -1687,7 +1862,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -1719,7 +1899,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -1751,7 +1936,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -1806,7 +1996,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -1857,7 +2052,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_component_template": { @@ -1891,7 +2091,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_info/{target}": { @@ -1951,7 +2156,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_check_in": { @@ -2001,7 +2211,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}": { @@ -2038,7 +2253,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -2060,7 +2280,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -2110,7 +2335,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector": { @@ -2211,7 +2441,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -2228,7 +2463,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -2291,7 +2531,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}/_cancel": { @@ -2336,7 +2581,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job/{connector_sync_job_id}": { @@ -2372,7 +2622,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -2412,7 +2667,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/_sync_job": { @@ -2513,7 +2773,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -2572,7 +2837,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_activate": { @@ -2617,7 +2887,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_api_key_id": { @@ -2690,7 +2965,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_configuration": { @@ -2769,7 +3049,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_error": { @@ -2849,7 +3134,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering": { @@ -2934,7 +3224,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_filtering/_validation": { @@ -2997,7 +3292,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_index_name": { @@ -3077,7 +3377,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_name": { @@ -3149,7 +3454,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_native": { @@ -3211,7 +3521,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_pipeline": { @@ -3284,7 +3599,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_scheduling": { @@ -3359,7 +3679,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_service_type": { @@ -3431,7 +3756,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_connector/{connector_id}/_status": { @@ -3503,7 +3833,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_count": { @@ -3567,7 +3902,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -3629,7 +3969,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_count": { @@ -3696,7 +4041,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -3761,7 +4111,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_create/{id}": { @@ -3832,7 +4187,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -3901,7 +4261,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc/{id}": { @@ -4066,7 +4431,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -4135,7 +4505,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -4204,7 +4579,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -4336,7 +4716,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -4478,7 +4863,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_delete_by_query": { @@ -4922,7 +5312,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}": { @@ -4984,7 +5379,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5019,7 +5419,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5054,7 +5459,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5109,7 +5519,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy/{name}": { @@ -5134,7 +5549,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -5206,7 +5626,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5251,8 +5676,13 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" - } + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] + } }, "/_enrich/policy/{name}/_execute": { "put": { @@ -5316,7 +5746,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/policy": { @@ -5338,7 +5773,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_enrich/_stats": { @@ -5402,7 +5842,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/{id}": { @@ -5459,7 +5904,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -5494,7 +5944,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_eql/search/status/{id}": { @@ -5565,7 +6020,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_eql/search": { @@ -5617,7 +6077,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -5667,7 +6132,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query": { @@ -5797,7 +6267,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_source/{id}": { @@ -5939,7 +6414,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -6075,7 +6555,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_explain/{id}": { @@ -6139,7 +6624,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6201,7 +6691,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_field_caps": { @@ -6247,7 +6742,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6291,7 +6791,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_field_caps": { @@ -6340,7 +6845,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6387,7 +6897,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_graph/explore": { @@ -6421,7 +6936,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6453,7 +6973,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_doc": { @@ -6521,7 +7046,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_block/{block}": { @@ -6644,7 +7174,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_analyze": { @@ -6672,7 +7207,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6698,7 +7238,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_analyze": { @@ -6729,7 +7274,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -6758,7 +7308,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}": { @@ -6878,7 +7433,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7000,7 +7560,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7085,7 +7650,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7176,7 +7746,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}": { @@ -7210,7 +7785,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7265,7 +7845,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7320,7 +7905,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_stats": { @@ -7342,7 +7932,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_stats": { @@ -7367,7 +7962,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias/{name}": { @@ -7404,7 +8004,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7436,7 +8041,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7468,7 +8078,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7497,7 +8112,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -7532,7 +8152,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_aliases/{name}": { @@ -7566,7 +8191,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7598,7 +8228,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7627,7 +8262,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/{name}/_lifecycle": { @@ -7714,7 +8354,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7821,7 +8466,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -7895,7 +8545,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/{name}": { @@ -7929,7 +8584,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -7961,7 +8621,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -7993,7 +8658,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -8048,7 +8718,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8109,7 +8784,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias/{name}": { @@ -8143,7 +8823,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -8175,7 +8860,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_lifecycle/explain": { @@ -8258,7 +8948,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_alias": { @@ -8289,7 +8984,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_alias": { @@ -8323,7 +9023,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream": { @@ -8354,7 +9059,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template": { @@ -8385,7 +9095,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mapping": { @@ -8419,7 +9134,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mapping": { @@ -8456,7 +9176,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8500,7 +9225,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -8544,7 +9274,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings": { @@ -8584,7 +9319,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8631,7 +9371,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings": { @@ -8674,7 +9419,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -8724,7 +9474,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_settings/{name}": { @@ -8770,7 +9525,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_settings/{name}": { @@ -8813,7 +9573,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_migrate/{name}": { @@ -8870,7 +9635,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_data_stream/_modify": { @@ -8922,7 +9692,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_template/{name}": { @@ -8963,7 +9738,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9002,7 +9782,12 @@ }, "deprecated": true, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_refresh": { @@ -9030,7 +9815,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9056,7 +9846,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_refresh": { @@ -9087,7 +9882,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9116,7 +9916,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_resolve/index/{name}": { @@ -9214,7 +10019,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover": { @@ -9254,7 +10064,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{alias}/_rollover/{new_index}": { @@ -9297,7 +10112,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate_index/{name}": { @@ -9394,7 +10214,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate": { @@ -9428,7 +10253,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_index_template/_simulate/{name}": { @@ -9465,7 +10295,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_aliases": { @@ -9536,7 +10371,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_validate/query": { @@ -9594,7 +10434,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9650,7 +10495,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_validate/query": { @@ -9711,7 +10561,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -9770,7 +10625,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_inference/chat_completion/{inference_id}/_stream": { @@ -9850,7 +10710,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}": { @@ -9941,7 +10806,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{inference_id}": { @@ -9962,7 +10832,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -9985,7 +10860,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10011,7 +10891,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10036,7 +10921,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}": { @@ -10060,7 +10950,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -10086,7 +10981,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -10115,7 +11015,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -10143,7 +11048,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference": { @@ -10159,7 +11069,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}": { @@ -10256,7 +11171,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}": { @@ -10343,7 +11263,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}": { @@ -10424,7 +11349,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}": { @@ -10511,7 +11441,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}": { @@ -10598,7 +11533,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}": { @@ -10685,7 +11625,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_inference/{task_type}/{deepseek_inference_id}": { @@ -10757,7 +11702,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}": { @@ -10870,7 +11820,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}": { @@ -10961,7 +11916,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}": { @@ -11040,7 +12000,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}": { @@ -11127,7 +12092,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}": { @@ -11214,7 +12184,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}": { @@ -11301,7 +12276,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}": { @@ -11379,7 +12359,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}": { @@ -11466,7 +12451,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}": { @@ -11553,7 +12543,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}": { @@ -11628,7 +12623,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}": { @@ -11745,7 +12745,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}": { @@ -11836,7 +12841,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}": { @@ -11927,7 +12937,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/": { @@ -11981,7 +12996,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "head": { "tags": [ @@ -11999,7 +13019,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}": { @@ -12030,7 +13055,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12150,7 +13180,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12208,7 +13243,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline": { @@ -12236,7 +13276,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/processor/grok": { @@ -12274,7 +13319,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/_simulate": { @@ -12299,7 +13349,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12322,7 +13377,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ingest/pipeline/{id}/_simulate": { @@ -12350,7 +13410,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12376,7 +13441,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_license": { @@ -12436,7 +13506,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline/{id}": { @@ -12461,7 +13536,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12512,7 +13592,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -12546,7 +13631,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_logstash/pipeline": { @@ -12566,7 +13656,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, logstash" + "x-metaTags": [ + { + "content": "elasticsearch, logstash", + "name": "x-product-feature" + } + ] } }, "/_mget": { @@ -12612,7 +13707,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12656,7 +13756,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mget": { @@ -12705,7 +13810,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12752,7 +13862,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors/{job_id}/_close": { @@ -12857,7 +13972,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}": { @@ -12888,7 +14008,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -12961,7 +14086,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -12990,7 +14120,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13031,7 +14166,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}": { @@ -13084,7 +14224,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}": { @@ -13148,7 +14293,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13216,7 +14366,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}": { @@ -13250,7 +14405,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13400,7 +14560,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13461,7 +14626,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}": { @@ -13489,7 +14659,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -13700,7 +14875,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13751,7 +14931,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}": { @@ -13779,7 +14964,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 +15052,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -13903,7 +15098,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}": { @@ -13931,7 +15131,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14173,7 +15378,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14250,7 +15460,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}": { @@ -14296,7 +15511,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -14405,7 +15625,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14466,7 +15691,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}": { @@ -14524,7 +15754,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -14576,7 +15811,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": { @@ -14649,7 +15889,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": { @@ -14753,7 +15998,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": { @@ -14885,7 +16135,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": { @@ -14987,7 +16242,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15061,7 +16321,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/calendars": { @@ -15089,7 +16354,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15115,7 +16385,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": { @@ -15146,7 +16421,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": { @@ -15177,7 +16457,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": { @@ -15211,7 +16496,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": { @@ -15236,7 +16526,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_stats": { @@ -15258,7 +16553,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds": { @@ -15283,7 +16583,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/filters": { @@ -15308,7 +16613,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": { @@ -15330,7 +16640,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": { @@ -15355,7 +16670,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/anomaly_detectors": { @@ -15380,7 +16700,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": { @@ -15426,7 +16751,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15470,7 +16800,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/trained_models": { @@ -15513,7 +16848,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": { @@ -15544,7 +16884,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": { @@ -15572,7 +16917,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": { @@ -15599,7 +16949,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/_infer": { @@ -15626,7 +16981,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": { @@ -15711,7 +17071,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": { @@ -15731,7 +17096,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15749,7 +17119,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": { @@ -15774,7 +17149,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15797,7 +17177,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": { @@ -15828,7 +17213,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15857,7 +17247,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_ml/datafeeds/_preview": { @@ -15885,7 +17280,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -15911,7 +17311,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}": { @@ -15994,7 +17399,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": { @@ -16075,7 +17485,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": { @@ -16132,7 +17547,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": { @@ -16191,7 +17611,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": { @@ -16297,7 +17722,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": { @@ -16426,7 +17856,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": { @@ -16501,7 +17936,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": { @@ -16606,7 +18046,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": { @@ -16671,7 +18116,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": { @@ -16794,7 +18244,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": { @@ -17008,7 +18463,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": { @@ -17100,7 +18560,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": { @@ -17308,7 +18773,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": { @@ -17388,7 +18858,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch, machine-learning" + "x-metaTags": [ + { + "content": "elasticsearch, machine-learning", + "name": "x-product-feature" + } + ] } }, "/_msearch": { @@ -17449,7 +18924,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17508,7 +18988,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch": { @@ -17572,7 +19057,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17634,7 +19124,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_msearch/template": { @@ -17674,7 +19169,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17712,7 +19212,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_msearch/template": { @@ -17755,7 +19260,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17796,7 +19306,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_mtermvectors": { @@ -17854,7 +19369,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -17910,7 +19430,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mtermvectors": { @@ -17971,7 +19496,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18030,7 +19560,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_pit": { @@ -18170,7 +19705,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/{id}/{context}": { @@ -18210,7 +19750,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18248,7 +19793,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_rule/{rule_id}": { @@ -18305,7 +19855,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18405,7 +19960,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18451,7 +20011,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}": { @@ -18494,7 +20059,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -18574,7 +20144,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -18609,7 +20184,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules": { @@ -18676,7 +20256,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_query_rules/{ruleset_id}/_test": { @@ -18762,7 +20347,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_rank_eval": { @@ -18796,7 +20386,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18828,7 +20423,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_rank_eval": { @@ -18865,7 +20465,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -18900,7 +20505,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_reindex": { @@ -19171,7 +20781,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template": { @@ -19191,7 +20806,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19209,7 +20829,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_render/template/{id}": { @@ -19234,7 +20859,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19257,7 +20887,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_scripts/painless/_execute": { @@ -19277,7 +20912,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19295,7 +20935,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search": { @@ -19452,7 +21097,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19607,7 +21257,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search": { @@ -19767,7 +21422,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -19925,7 +21585,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}": { @@ -19968,7 +21633,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20037,7 +21707,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20072,7 +21747,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics/{name}": { @@ -20093,7 +21773,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20127,7 +21812,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -20162,7 +21852,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/analytics": { @@ -20178,7 +21873,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application": { @@ -20255,7 +21955,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_application/search_application/{name}/_search": { @@ -20283,7 +21988,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20309,7 +22019,12 @@ } }, "x-state": "Beta", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_mvt/{field}/{zoom}/{x}/{y}": { @@ -20370,7 +22085,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20429,7 +22149,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_search/template": { @@ -20493,7 +22218,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20555,7 +22285,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_search/template": { @@ -20622,7 +22357,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20687,7 +22427,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_authenticate": { @@ -20780,7 +22525,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key": { @@ -20909,7 +22659,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -20935,7 +22690,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -20961,7 +22721,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21090,7 +22855,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/_has_privileges": { @@ -21113,7 +22883,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21134,7 +22909,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/user/{user}/_has_privileges": { @@ -21162,7 +22942,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21188,7 +22973,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/_query/api_key": { @@ -21219,7 +23009,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21248,7 +23043,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_security/api_key/{id}": { @@ -21337,7 +23137,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/close": { @@ -21393,7 +23198,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/delete/{id}": { @@ -21430,7 +23240,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/{id}": { @@ -21544,7 +23359,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/async/status/{id}": { @@ -21611,7 +23431,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql": { @@ -21636,7 +23461,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21659,7 +23489,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_sql/translate": { @@ -21679,7 +23514,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -21697,7 +23537,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{id}": { @@ -21777,7 +23622,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -21853,7 +23703,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -21888,7 +23743,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms/{set_id}/{rule_id}": { @@ -21942,7 +23802,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22019,7 +23884,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22071,7 +23941,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_synonyms": { @@ -22140,7 +24015,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_tasks/{task_id}": { @@ -22227,7 +24107,12 @@ } }, "x-state": "Technical preview", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_terms_enum": { @@ -22252,7 +24137,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22275,7 +24165,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors/{id}": { @@ -22336,7 +24231,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22395,7 +24295,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_termvectors": { @@ -22453,7 +24358,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22509,7 +24419,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}": { @@ -22543,7 +24458,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "put": { "tags": [ @@ -22663,7 +24583,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "delete": { "tags": [ @@ -22734,7 +24659,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform": { @@ -22765,7 +24695,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stats": { @@ -22863,7 +24798,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_preview": { @@ -22891,7 +24831,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22917,7 +24862,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/_preview": { @@ -22942,7 +24892,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] }, "post": { "tags": [ @@ -22965,7 +24920,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_reset": { @@ -23028,7 +24988,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_schedule_now": { @@ -23081,7 +25046,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_start": { @@ -23144,7 +25114,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_stop": { @@ -23237,7 +25212,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/_transform/{transform_id}/_update": { @@ -23405,7 +25385,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update/{id}": { @@ -23688,7 +25673,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } }, "/{index}/_update_by_query": { @@ -24152,7 +26142,12 @@ } }, "x-state": "Generally available", - "x-product-feature": "elasticsearch" + "x-metaTags": [ + { + "content": "elasticsearch", + "name": "x-product-feature" + } + ] } } },